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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_strings.h 43 extern const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT];
tgsi_strings.c 63 const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] =
228 STATIC_ASSERT(ARRAY_SIZE(tgsi_semantic_names) == TGSI_SEMANTIC_COUNT);
tgsi_exec.h 358 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT];
tgsi_build.c 263 assert( semantic_name <= TGSI_SEMANTIC_COUNT );
    [all...]
tgsi_text.c     [all...]
tgsi_exec.c     [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.h 77 int output_count_per_semantic[TGSI_SEMANTIC_COUNT];
79 struct etna_shader_inout **output_per_semantic[TGSI_SEMANTIC_COUNT];
etnaviv_compiler.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.h 232 TGSI_SEMANTIC_DEFAULT_TESSOUTER_SI = TGSI_SEMANTIC_COUNT,
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 203 TGSI_SEMANTIC_COUNT, /**< number of semantic values */
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 106 idx = TGSI_SEMANTIC_COUNT + semantic->Index;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 926 milliseconds