Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c84 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = variable
177 STATIC_ASSERT(Elements(tgsi_texture_names) == TGSI_TEXTURE_COUNT); in tgsi_strings_check()
Dtgsi_strings.h47 extern const char *tgsi_texture_names[TGSI_TEXTURE_COUNT];
Dtgsi_dump.c290 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()
Dtgsi_text.c968 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()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c380 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()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c359 tgsi_texture_names[tex_info->target]); in dump_info()