Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_BASEINSTANCE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c227 return TGSI_SEMANTIC_BASEINSTANCE; in tgsi_get_sysval_semantic()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h201 TGSI_SEMANTIC_BASEINSTANCE, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp458 case TGSI_SEMANTIC_BASEINSTANCE: return nv50_ir::SV_BASEINSTANCE; in translateSysVal()
1384 case TGSI_SEMANTIC_BASEINSTANCE: in scanDeclaration()
/external/mesa3d/docs/gallium/
Dscreen.rst315 ``TGSI_SEMANTIC_BASEINSTANCE``, and ``TGSI_SEMANTIC_DRAWID`` are
Dtgsi.rst3428 TGSI_SEMANTIC_BASEINSTANCE subsection
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1508 case TGSI_SEMANTIC_BASEINSTANCE: in emit_fetch_system_value()