Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c64 const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] =
249 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.h352 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT];
Dtgsi_build.c274 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.c1133 for (k = 0; k < TGSI_SEMANTIC_COUNT; k++) in tgsi_exec_machine_bind_shader()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c64 const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] =
234 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/include/pipe/
Dp_shader_tokens.h215 TGSI_SEMANTIC_COUNT, /**< number of semantic values */ enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h202 #define TGSI_SEMANTIC_COUNT 36 /**< number of semantic values */ macro
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c116 tgsi_semantic_to_sgn_name[TGSI_SEMANTIC_COUNT] = {
171 assert(name < TGSI_SEMANTIC_COUNT); in map_tgsi_semantic_to_sgn_name()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2125 sem->Name = TGSI_SEMANTIC_COUNT; in sm1_declusage_to_tgsi()