Searched refs:TGSI_SEMANTIC_VERTICESIN (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c257 return TGSI_SEMANTIC_VERTICESIN;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h199 TGSI_SEMANTIC_VERTICESIN, /**< number of input vertices */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h193 TGSI_SEMANTIC_VERTICESIN, /**< number of input vertices */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1055 *name = TGSI_SEMANTIC_VERTICESIN;
H A Dnv50_ir_from_tgsi.cpp457 case TGSI_SEMANTIC_VERTICESIN: return nv50_ir::SV_VERTEX_COUNT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp455 case TGSI_SEMANTIC_VERTICESIN: return nv50_ir::SV_VERTEX_COUNT;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1579 case TGSI_SEMANTIC_VERTICESIN:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5792 return TGSI_SEMANTIC_VERTICESIN;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst3353 TGSI_SEMANTIC_VERTICESIN subsubsection in subsection:Declaration Semantic
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst3417 TGSI_SEMANTIC_VERTICESIN subsubsection in subsection:Declaration Semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2069 unreachable("invalid shader stage for TGSI_SEMANTIC_VERTICESIN");
2163 case TGSI_SEMANTIC_VERTICESIN:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4534 case TGSI_SEMANTIC_VERTICESIN:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1677 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTICESIN) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1765 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_VERTICESIN) {

Completed in 92 milliseconds