HomeSort by relevance Sort by last modified time
    Searched refs:tgsi_texture_names (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_strings.c 84 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = variable
177 STATIC_ASSERT(Elements(tgsi_texture_names) == TGSI_TEXTURE_COUNT);
tgsi_strings.h 47 extern const char *tgsi_texture_names[TGSI_TEXTURE_COUNT];
tgsi_dump.c 290 ENM(decl->Resource.Resource, tgsi_texture_names);
299 ENM(decl->SamplerView.Resource, tgsi_texture_names);
584 ENM( inst->Texture.Texture, tgsi_texture_names );
tgsi_text.c 968 if (str_match_nocase_whole( &ctx->cur, tgsi_texture_names[j] )) {
1114 if (str_match_nocase_whole(&cur, tgsi_texture_names[i])) {
1146 if (str_match_nocase_whole(&cur, tgsi_texture_names[i])) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.c 380 const char *type = tgsi_texture_names[tgsi_tex];
469 const char *type = tgsi_texture_names[tgsi_tex];
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 359 tgsi_texture_names[tex_info->target]);

Completed in 379 milliseconds