Home
last modified time | relevance | path

Searched refs:tgsi_texture_names (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c113 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = variable
241 STATIC_ASSERT(ARRAY_SIZE(tgsi_texture_names) == TGSI_TEXTURE_COUNT); in tgsi_strings_check()
Dtgsi_strings.h45 extern const char *tgsi_texture_names[TGSI_TEXTURE_COUNT];
Dtgsi_dump.c384 ENM(decl->Image.Resource, tgsi_texture_names); in iter_declaration()
410 ENM(decl->SamplerView.Resource, tgsi_texture_names); in iter_declaration()
639 ENM( inst->Texture.Texture, tgsi_texture_names ); in iter_instruction()
664 ENM( inst->Memory.Texture, tgsi_texture_names ); in iter_instruction()
Dtgsi_text.c1126 if (str_match_nocase_whole( &ctx->cur, tgsi_texture_names[j] )) { in parse_instruction()
1169 j = str_match_name_from_array(&cur, tgsi_texture_names, in parse_instruction()
1170 ARRAY_SIZE(tgsi_texture_names)); in parse_instruction()
1358 if (str_match_nocase_whole(&cur, tgsi_texture_names[i])) { in parse_declaration()
1394 if (str_match_nocase_whole(&cur, tgsi_texture_names[i])) { in parse_declaration()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c103 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = variable
230 STATIC_ASSERT(Elements(tgsi_texture_names) == TGSI_TEXTURE_COUNT); in tgsi_strings_check()
Dtgsi_strings.h45 extern const char *tgsi_texture_names[TGSI_TEXTURE_COUNT];
Dtgsi_dump.c353 ENM(decl->Image.Resource, tgsi_texture_names); in iter_declaration()
379 ENM(decl->SamplerView.Resource, tgsi_texture_names); in iter_declaration()
598 ENM( inst->Texture.Texture, tgsi_texture_names ); in iter_instruction()
623 ENM( inst->Memory.Texture, tgsi_texture_names ); in iter_instruction()
Dtgsi_text.c1109 if (str_match_nocase_whole( &ctx->cur, tgsi_texture_names[j] )) { in parse_instruction()
1152 j = str_match_name_from_array(&cur, tgsi_texture_names, in parse_instruction()
1153 ARRAY_SIZE(tgsi_texture_names)); in parse_instruction()
1333 if (str_match_nocase_whole(&cur, tgsi_texture_names[i])) { in parse_declaration()
1369 if (str_match_nocase_whole(&cur, tgsi_texture_names[i])) { in parse_declaration()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c363 tgsi_texture_names[tgsi_tex_target]); in null_sampler_view()
397 tgsi_texture_names[tgsi_tex_target]); in null_sampler_view()
Du_simple_shaders.c613 const char *type = tgsi_texture_names[tgsi_tex]; in util_make_fs_blit_msaa_gen()
731 const char *type = tgsi_texture_names[tgsi_tex]; in util_make_fs_blit_msaa_depthstencil()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c488 tgsi_texture_names[tex_info->target]); in dump_info()