Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_COUNT (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c64 const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] =
240 STATIC_ASSERT(ARRAY_SIZE(tgsi_semantic_names) == TGSI_SEMANTIC_COUNT); in tgsi_strings_check()
Dtgsi_strings.h43 extern const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT];
Dtgsi_exec.h363 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT];
Dtgsi_build.c273 assert( semantic_name <= TGSI_SEMANTIC_COUNT ); in tgsi_build_declaration_semantic()
Dtgsi_text.c1489 for (i = 0; i < TGSI_SEMANTIC_COUNT; i++) { in parse_declaration()
Dtgsi_exec.c1142 for (k = 0; k < TGSI_SEMANTIC_COUNT; k++) in tgsi_exec_machine_bind_shader()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c63 const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] =
229 STATIC_ASSERT(Elements(tgsi_semantic_names) == TGSI_SEMANTIC_COUNT); in tgsi_strings_check()
Dtgsi_strings.h43 extern const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT];
Dtgsi_build.c263 assert( semantic_name <= TGSI_SEMANTIC_COUNT ); in tgsi_build_declaration_semantic()
Dtgsi_text.c1464 for (i = 0; i < TGSI_SEMANTIC_COUNT; i++) { in parse_declaration()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.h81 int output_count_per_semantic[TGSI_SEMANTIC_COUNT];
83 struct etna_shader_inout **output_per_semantic[TGSI_SEMANTIC_COUNT];
Detnaviv_compiler.c2150 for (int name = 0; name < TGSI_SEMANTIC_COUNT; ++name) in build_output_index()
2155 for (int name = 0; name < TGSI_SEMANTIC_COUNT; ++name) { in build_output_index()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h256 TGSI_SEMANTIC_DEFAULT_TESSOUTER_SI = TGSI_SEMANTIC_COUNT,
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h201 #define TGSI_SEMANTIC_COUNT 36 /**< number of semantic values */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h211 TGSI_SEMANTIC_COUNT, /**< number of semantic values */ enumerator
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c106 idx = TGSI_SEMANTIC_COUNT + semantic->Index; in semantic_idx()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c2047 sem->Name = TGSI_SEMANTIC_COUNT; in sm1_declusage_to_tgsi()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5479 return TGSI_SEMANTIC_COUNT; in _mesa_sysval_to_semantic()