-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathastc-encoder.yaml
53 lines (53 loc) · 1.75 KB
/
astc-encoder.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
"functions":
- "name": "_Z22is_legal_2d_block_sizejj"
"params":
- "name": "xdim"
"type": "int"
- "name": "ydim"
"type": "int"
"return_type": "bool"
"signature": "bool is_legal_2d_block_size(unsigned int, unsigned int)"
- "name": "_ZNK25symbolic_compressed_block20get_color_quant_modeEv"
"params":
- "name": "this"
"type": "bool "
"return_type": "int"
"signature": "DW_TAG_enumeration_typequant_method symbolic_compressed_block::get_color_quant_mode(const struct symbolic_compressed_block *)"
- "name": "_Z10encode_ise12quant_methodjPKhPhj"
"params":
- "name": "quant_level"
"type": "int"
- "name": "character_count"
"type": "int"
- "name": "input_data"
"type": "bool "
- "name": "output_data"
"type": "bool "
- "name": "bit_offset"
"type": "int"
"return_type": "void"
"signature": "void encode_ise(DW_TAG_enumeration_typequant_method, unsigned int, const uint8_t *, uint8_t *, unsigned int)"
- "name": "_Z20symbolic_to_physicalRK21block_size_descriptorRK25symbolic_compressed_blockPh"
"params":
- "name": "bsd"
"type": "bool "
- "name": "scb"
"type": "bool "
- "name": "pcb"
"type": "bool "
"return_type": "void"
"signature": "void symbolic_to_physical(const struct block_size_descriptor &, const struct symbolic_compressed_block &, uint8_t *)"
- "name": "_Z22is_legal_3d_block_sizejjj"
"params":
- "name": "xdim"
"type": "int"
- "name": "ydim"
"type": "int"
- "name": "zdim"
"type": "int"
"return_type": "bool"
"signature": "bool is_legal_3d_block_size(unsigned int, unsigned int, unsigned int)"
"language": "c++"
"project": "astc-encoder"
"target_name": "fuzz_astc_physical_to_symbolic"
"target_path": "/src/astc-encoder/Source/Fuzzers/fuzz_astc_physical_to_symbolic.cpp"