Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c235 return TGSI_SEMANTIC_INVOCATIONID; in tgsi_get_sysval_semantic()
H A Dtgsi_scan.c715 case TGSI_SEMANTIC_INVOCATIONID: in scan_declaration()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h186 TGSI_SEMANTIC_INVOCATIONID, enumerator
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c214 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INVOCATIONID]; in tgsi_gs_run()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c1161 TGSI_SEMANTIC_INVOCATIONID, 0); in util_make_tess_ctrl_passthrough_shader()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1217 else if (d->Semantic.Name == TGSI_SEMANTIC_INVOCATIONID) in tgsi_declaration()
1758 } else if (ctx->type != PIPE_SHADER_TESS_CTRL && ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCATIONID) { in tgsi_src()
1764 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_INVOCATIONID) { in tgsi_src()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp451 case TGSI_SEMANTIC_INVOCATIONID: return nv50_ir::SV_INVOCATION_ID; in translateSysVal()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1518 case TGSI_SEMANTIC_INVOCATIONID: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c177 assert(tgsi_semantic_to_sgn_name[TGSI_SEMANTIC_INVOCATIONID] == in map_tgsi_semantic_to_sgn_name()
4702 case TGSI_SEMANTIC_INVOCATIONID: in emit_system_value_declaration()

Completed in 46 milliseconds