Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_BLOCK_ID (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c89 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID] != -1) { in cs_run()
90 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID]; in cs_run()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c123 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_dma_compute_shader()
529 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_fmask_expand_cs()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c269 return TGSI_SEMANTIC_BLOCK_ID; in tgsi_get_sysval_semantic()
H A Dtgsi_scan.c125 case TGSI_SEMANTIC_BLOCK_ID: in scan_src_operand()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h176 TGSI_SEMANTIC_BLOCK_ID, /**< id of the current block */ enumerator
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c109 TGSI_SEMANTIC_BLOCK_ID); in virgl_tgsi_transform_declaration()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c626 case TGSI_SEMANTIC_BLOCK_ID: in ttn_src_for_file_and_index()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp445 case TGSI_SEMANTIC_BLOCK_ID: return nv50_ir::SV_CTAID; in translateSysVal()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1536 case TGSI_SEMANTIC_BLOCK_ID: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4826 case TGSI_SEMANTIC_BLOCK_ID: in emit_system_value_declaration()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1756 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_ID) { in tgsi_src()

Completed in 63 milliseconds