/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/util/ |
u_simple_shaders.c | 380 const char *type = tgsi_texture_names[tgsi_tex]; 469 const char *type = tgsi_texture_names[tgsi_tex];
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_info.c | 359 tgsi_texture_names[tex_info->target]);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_info.c | 359 tgsi_texture_names[tex_info->target]);
|