Searched refs:index_map (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder_print_visitor.cpp | 78 hash_table *index_map; member in ir_builder_print_visitor 143 index_map = in ir_builder_print_visitor() 149 _mesa_hash_table_destroy(index_map, NULL); in ~ir_builder_print_visitor() 206 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); in visit() 258 _mesa_hash_table_search(index_map, ir->var); in print_without_declaration() 267 _mesa_hash_table_search(index_map, ir->var); in visit() 270 _mesa_hash_table_insert(index_map, ir, he->data); in visit() 348 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); in visit() 438 _mesa_hash_table_search(index_map, ir->val); in print_without_declaration() 470 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); in visit_leave() [all …]
|
/external/autotest/frontend/tko/ |
D | tko_rpc_utils.py | 185 index_map = dict((value, i) for i, value in enumerate(value_list)) 186 self._header_index_maps.append(index_map) 192 group_dict['header_indices'] = [index_map[header_value] 193 for index_map, header_value
|
/external/antlr/runtime/Ruby/test/unit/ |
D | test-tree-wizard.rb | 223 index_map = SIMPLIFY_MAP[@wizard.index(tree)] 225 assert_equal(index_map, ID => %w(ID)) 231 index_map = SIMPLIFY_MAP[@wizard.index(tree)] 233 assert_equal(index_map, 241 index_map = SIMPLIFY_MAP[@wizard.index(tree)] 243 assert_equal(index_map,
|
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 643 int index_map; // a cmap mapping for our chosen character encoding member 1050 info->index_map = 0; in stbtt_InitFont() 1060 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont() 1067 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont() 1071 if (info->index_map == 0) in stbtt_InitFont() 1081 stbtt_uint32 index_map = info->index_map; in stbtt_FindGlyphIndex() local 1083 stbtt_uint16 format = ttUSHORT(data + index_map + 0); in stbtt_FindGlyphIndex() 1085 stbtt_int32 bytes = ttUSHORT(data + index_map + 2); in stbtt_FindGlyphIndex() 1087 return ttBYTE(data + index_map + 6 + unicode_codepoint); in stbtt_FindGlyphIndex() 1090 stbtt_uint32 first = ttUSHORT(data + index_map + 6); in stbtt_FindGlyphIndex() [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_intrinsics.c | 43 .index_map = { \
|
D | nir.h | 1118 unsigned index_map[NIR_INTRINSIC_NUM_INDEX_FLAGS]; member 1132 assert(info->index_map[NIR_INTRINSIC_##flag] > 0); \ 1133 return instr->const_index[info->index_map[NIR_INTRINSIC_##flag] - 1]; \ 1139 assert(info->index_map[NIR_INTRINSIC_##flag] > 0); \ 1140 instr->const_index[info->index_map[NIR_INTRINSIC_##flag] - 1] = val; \
|
D | nir_print.c | 624 if (!info->index_map[idx]) in print_intrinsic_instr() 635 unsigned off = info->index_map[idx] - 1; in print_intrinsic_instr()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | test_utils.cc | 471 auto index_map = in CreateLiteralForConstrainedUses() local 476 for (const auto dim_in_operand : index_map) { in CreateLiteralForConstrainedUses()
|