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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_strings.h 45 extern const char *tgsi_texture_names[TGSI_TEXTURE_COUNT];
tgsi_strings.c 105 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] =
229 STATIC_ASSERT(ARRAY_SIZE(tgsi_texture_names) == TGSI_TEXTURE_COUNT);
tgsi_text.c 1150 for (j = 0; j < TGSI_TEXTURE_COUNT; j++) {
1157 if (j == TGSI_TEXTURE_COUNT) {
    [all...]
tgsi_transform.h 533 assert(tex_target < TGSI_TEXTURE_COUNT);
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 686 TGSI_TEXTURE_COUNT,

Completed in 207 milliseconds