Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_BLOCK_ID (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c90 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID] != -1) { in cs_run()
91 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_ID]; in cs_run()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c148 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_dma_compute_shader()
235 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_dcc_retile_cs()
734 struct ureg_src blk = ureg_DECL_system_value(ureg, TGSI_SEMANTIC_BLOCK_ID, 0); in si_create_fmask_expand_cs()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c267 return TGSI_SEMANTIC_BLOCK_ID; in tgsi_get_sysval_semantic()
Dtgsi_scan.c125 case TGSI_SEMANTIC_BLOCK_ID: in scan_src_operand()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h182 TGSI_SEMANTIC_BLOCK_ID, /**< id of the current block */ enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h182 #define TGSI_SEMANTIC_BLOCK_ID 16 /**< id of the current block */ macro
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c626 case TGSI_SEMANTIC_BLOCK_ID: in ttn_src_for_file_and_index()
/external/virglrenderer/src/
Dvrend_shader.c1591 } else if (decl->Semantic.Name == TGSI_SEMANTIC_BLOCK_ID) { in iter_declaration()
4282 ctx->system_values[j].name == TGSI_SEMANTIC_BLOCK_ID) { in get_source_info()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1536 case TGSI_SEMANTIC_BLOCK_ID: in emit_fetch_system_value()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp445 case TGSI_SEMANTIC_BLOCK_ID: return nv50_ir::SV_CTAID; in translateSysVal()
/external/mesa3d/docs/gallium/
Dtgsi.rst3457 TGSI_SEMANTIC_BLOCK_ID subsection
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1740 …lse if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_ID) { in tgsi_src()