Searched refs:tgsi_texture_names (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_strings.c | 115 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = variable 250 STATIC_ASSERT(ARRAY_SIZE(tgsi_texture_names) == TGSI_TEXTURE_COUNT); in tgsi_strings_check()
|
D | tgsi_strings.h | 45 extern const char *tgsi_texture_names[TGSI_TEXTURE_COUNT];
|
D | tgsi_dump.c | 384 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()
|
D | tgsi_text.c | 1126 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/ |
D | tgsi_strings.c | 104 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = variable 235 STATIC_ASSERT(Elements(tgsi_texture_names) == TGSI_TEXTURE_COUNT); in tgsi_strings_check()
|
D | tgsi_strings.h | 45 extern const char *tgsi_texture_names[TGSI_TEXTURE_COUNT];
|
D | tgsi_dump.c | 353 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()
|
D | tgsi_text.c | 1109 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/ |
D | u_simple_shaders.c | 551 const char *type = tgsi_texture_names[tgsi_tex]; in util_make_fs_blit_msaa_gen() 670 const char *type = tgsi_texture_names[tgsi_tex]; in util_make_fs_blit_msaa_depthstencil() 1194 sprintf(text, shader_templ, tgsi_texture_names[tgsi_tex]); in util_make_fs_stencil_blit()
|
D | u_tests.c | 382 tgsi_texture_names[tgsi_tex_target]); in null_sampler_view() 416 tgsi_texture_names[tgsi_tex_target]); in null_sampler_view()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 494 tgsi_texture_names[tex_info->target]); in dump_info()
|