Searched refs:tgsi_texture_names (Results 1 – 6 of 6) sorted by relevance
84 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = variable177 STATIC_ASSERT(Elements(tgsi_texture_names) == TGSI_TEXTURE_COUNT); in tgsi_strings_check()
47 extern const char *tgsi_texture_names[TGSI_TEXTURE_COUNT];
290 ENM(decl->Resource.Resource, tgsi_texture_names); in iter_declaration()299 ENM(decl->SamplerView.Resource, tgsi_texture_names); in iter_declaration()584 ENM( inst->Texture.Texture, tgsi_texture_names ); in iter_instruction()
968 if (str_match_nocase_whole( &ctx->cur, tgsi_texture_names[j] )) { in parse_instruction()1114 if (str_match_nocase_whole(&cur, tgsi_texture_names[i])) { in parse_declaration()1146 if (str_match_nocase_whole(&cur, tgsi_texture_names[i])) { in parse_declaration()
380 const char *type = tgsi_texture_names[tgsi_tex]; in util_make_fs_blit_msaa_gen()469 const char *type = tgsi_texture_names[tgsi_tex]; in util_make_fs_blit_msaa_depthstencil()
359 tgsi_texture_names[tex_info->target]); in dump_info()