Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_BLOCK_SIZE (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A 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/
H A Dtgsi_from_mesa.c273 return TGSI_SEMANTIC_BLOCK_SIZE; in tgsi_get_sysval_semantic()
H A Dtgsi_scan.c136 case TGSI_SEMANTIC_BLOCK_SIZE: in scan_src_operand()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h177 TGSI_SEMANTIC_BLOCK_SIZE, /**< block size in threads */ enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c629 case TGSI_SEMANTIC_BLOCK_SIZE: in ttn_src_for_file_and_index()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp446 case TGSI_SEMANTIC_BLOCK_SIZE: return nv50_ir::SV_NTID; in translateSysVal()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1796 } else 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()

Completed in 28 milliseconds