| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_intrinsics_indices.h | 33 assert(info->index_map[NIR_INTRINSIC_BASE] > 0); 34 return (int)instr->const_index[info->index_map[NIR_INTRINSIC_BASE] - 1]; 41 assert(info->index_map[NIR_INTRINSIC_BASE] > 0); 42 instr->const_index[info->index_map[NIR_INTRINSIC_BASE] - 1] = val; 49 return info->index_map[NIR_INTRINSIC_BASE] > 0; 57 assert(info->index_map[NIR_INTRINSIC_WRITE_MASK] > 0); 58 return (unsigned)instr->const_index[info->index_map[NIR_INTRINSIC_WRITE_MASK] - 1]; 65 assert(info->index_map[NIR_INTRINSIC_WRITE_MASK] > 0); 66 instr->const_index[info->index_map[NIR_INTRINSIC_WRITE_MASK] - 1] = val; 73 return info->index_map[NIR_INTRINSIC_WRITE_MAS [all...] |
| H A D | nir_intrinsics.c | 50 .index_map = { 82 .index_map = { 114 .index_map = { 146 .index_map = { 178 .index_map = { 210 .index_map = { 242 .index_map = { 274 .index_map = { 306 .index_map = { 338 .index_map [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| H A D | nir_intrinsics.c | 36 .index_map = { 63 .index_map = { 90 .index_map = { 117 .index_map = { 144 .index_map = { 171 .index_map = { 198 .index_map = { 225 .index_map = { 252 .index_map = { 279 .index_map [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_prim_restart.h | 57 util_prim_restart_convert_to_direct(const void *index_map,
|
| H A D | u_prim_restart.c | 224 util_prim_restart_convert_to_direct(const void *index_map, argument 242 ((const TYPE *) index_map)[i] == info->restart_index) { \
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_builder_print_visitor.cpp | 81 hash_table *index_map; member in class:ir_builder_print_visitor 146 index_map = _mesa_pointer_hash_table_create(NULL); 151 _mesa_hash_table_destroy(index_map, NULL); 208 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); 260 _mesa_hash_table_search(index_map, ir->var); 269 _mesa_hash_table_search(index_map, ir->var); 272 _mesa_hash_table_insert(index_map, ir, he->data); 350 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); 440 _mesa_hash_table_search(index_map, ir->val); 474 _mesa_hash_table_insert(index_map, i [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_builder_print_visitor.cpp | 79 hash_table *index_map; member in class:ir_builder_print_visitor 144 index_map = _mesa_pointer_hash_table_create(NULL); 149 _mesa_hash_table_destroy(index_map, NULL); 206 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); 258 _mesa_hash_table_search(index_map, ir->var); 267 _mesa_hash_table_search(index_map, ir->var); 270 _mesa_hash_table_insert(index_map, ir, he->data); 348 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); 438 _mesa_hash_table_search(index_map, ir->val); 470 _mesa_hash_table_insert(index_map, i [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 723 int index_map; // a cmap mapping for our chosen character encoding member in struct:stbtt_fontinfo 1433 info->index_map = 0; 1443 info->index_map = cmap + ttULONG(data+encoding_record+4); 1450 info->index_map = cmap + ttULONG(data+encoding_record+4); 1454 if (info->index_map == 0) 1464 stbtt_uint32 index_map = info->index_map; local in function:stbtt_FindGlyphIndex 1466 stbtt_uint16 format = ttUSHORT(data + index_map + 0); 1468 stbtt_int32 bytes = ttUSHORT(data + index_map + 2); 1470 return ttBYTE(data + index_map [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 723 int index_map; // a cmap mapping for our chosen character encoding member in struct:stbtt_fontinfo 1433 info->index_map = 0; 1443 info->index_map = cmap + ttULONG(data+encoding_record+4); 1450 info->index_map = cmap + ttULONG(data+encoding_record+4); 1454 if (info->index_map == 0) 1464 stbtt_uint32 index_map = info->index_map; local in function:stbtt_FindGlyphIndex 1466 stbtt_uint16 format = ttUSHORT(data + index_map + 0); 1468 stbtt_int32 bytes = ttUSHORT(data + index_map + 2); 1470 return ttBYTE(data + index_map [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_system_values.c | 207 assert(nir_intrinsic_infos[sysval_op].index_map[NIR_INTRINSIC_COLUMN] > 0);
|
| H A D | nir.h | 1897 uint8_t index_map[NIR_INTRINSIC_NUM_INDEX_FLAGS]; member in struct:__anon3ec4419d2008 1946 if (src_info->index_map[i] == 0) 1950 assert(dst_info->index_map[i] > 0); 1952 dst->const_index[dst_info->index_map[i] - 1] = 1953 src->const_index[src_info->index_map[i] - 1];
|
| H A D | nir_gather_info.c | 429 if (nir_intrinsic_infos[instr->intrinsic].index_map[NIR_INTRINSIC_IO_SEMANTICS] > 0) {
|
| H A D | nir_opt_load_store_vectorize.c | 560 bool has_align = nir_intrinsic_infos[entry->intrin->intrinsic].index_map[NIR_INTRINSIC_ALIGN_MUL];
|
| H A D | nir_print.c | 1006 unsigned off = info->index_map[idx] - 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir.h | 1280 * \sa nir_intrinsic_info::index_map 1424 unsigned index_map[NIR_INTRINSIC_NUM_INDEX_FLAGS]; member in struct:__anon3bab288a1e08 1462 assert(info->index_map[NIR_INTRINSIC_##flag] > 0); \ 1463 return (type)instr->const_index[info->index_map[NIR_INTRINSIC_##flag] - 1]; \ 1469 assert(info->index_map[NIR_INTRINSIC_##flag] > 0); \ 1470 instr->const_index[info->index_map[NIR_INTRINSIC_##flag] - 1] = val; \
|
| H A D | nir_print.c | 782 if (!info->index_map[idx]) 817 unsigned off = info->index_map[idx] - 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 53 if (nir_intrinsic_infos[baryc->intrinsic].index_map[NIR_INTRINSIC_INTERP_MODE] > 0)
|