Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_INVOCATIONID (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h191 TGSI_SEMANTIC_INVOCATIONID, enumerator
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c530 case TGSI_SEMANTIC_INVOCATIONID: in scan_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c198 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INVOCATIONID]; in tgsi_gs_prepare()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst3201 TGSI_SEMANTIC_INVOCATIONID subsection
3481 TGSI_SEMANTIC_INVOCATIONID system value set. If not specified, assumed to
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c998 else if (d->Semantic.Name == TGSI_SEMANTIC_INVOCATIONID) in tgsi_declaration()
1346 … && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCATIONID) { in tgsi_src()
1352 …if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCATIONID) { in tgsi_src()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1688 case TGSI_SEMANTIC_INVOCATIONID: in emit_fetch_system_value()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp432 case TGSI_SEMANTIC_INVOCATIONID: return nv50_ir::SV_INVOCATION_ID; in translateSysVal()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5262 return TGSI_SEMANTIC_INVOCATIONID; in _mesa_sysval_to_semantic()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1674 case TGSI_SEMANTIC_INVOCATIONID: in declare_system_value()