Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c73 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE] != -1) { in cs_prepare()
74 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE]; in cs_prepare()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c273 return TGSI_SEMANTIC_BLOCK_SIZE; in tgsi_get_sysval_semantic()
Dtgsi_scan.c136 case TGSI_SEMANTIC_BLOCK_SIZE: in scan_src_operand()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h177 TGSI_SEMANTIC_BLOCK_SIZE, /**< block size in threads */ enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c629 case TGSI_SEMANTIC_BLOCK_SIZE: in ttn_src_for_file_and_index()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp446 case TGSI_SEMANTIC_BLOCK_SIZE: return nv50_ir::SV_NTID; in translateSysVal()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1796 …e if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_SIZE) { in tgsi_src()
3625 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_BLOCK_SIZE) in r600_shader_from_tgsi()
/third_party/mesa3d/docs/gallium/
Dtgsi.rst3467 TGSI_SEMANTIC_BLOCK_SIZE subsection
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst3193 - tgsi_to_nir: handle TGSI_SEMANTIC_BLOCK_SIZE