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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c74 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE] != -1) {
75 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c74 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE] != -1) {
75 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_BLOCK_SIZE];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c273 return TGSI_SEMANTIC_BLOCK_SIZE;
H A Dtgsi_scan.c136 case TGSI_SEMANTIC_BLOCK_SIZE:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h183 TGSI_SEMANTIC_BLOCK_SIZE, /**< block size in threads */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h177 TGSI_SEMANTIC_BLOCK_SIZE, /**< block size in threads */ enumerator in enum:tgsi_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c136 case TGSI_SEMANTIC_BLOCK_SIZE:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c628 case TGSI_SEMANTIC_BLOCK_SIZE:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1078 *name = TGSI_SEMANTIC_BLOCK_SIZE;
H A Dnv50_ir_from_tgsi.cpp448 case TGSI_SEMANTIC_BLOCK_SIZE: return nv50_ir::SV_NTID;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp446 case TGSI_SEMANTIC_BLOCK_SIZE: return nv50_ir::SV_NTID;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5808 return TGSI_SEMANTIC_BLOCK_SIZE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1697 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_SIZE) {
3523 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_BLOCK_SIZE)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst3403 TGSI_SEMANTIC_BLOCK_SIZE subsubsection in subsection:Declaration Semantic
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1785 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_BLOCK_SIZE) {
3612 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_BLOCK_SIZE)
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst3467 TGSI_SEMANTIC_BLOCK_SIZE subsubsection in subsection:Declaration Semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2198 case TGSI_SEMANTIC_BLOCK_SIZE:
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst3193 - tgsi_to_nir: handle TGSI_SEMANTIC_BLOCK_SIZE

Completed in 79 milliseconds