Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_GRID_SIZE (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c64 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) { in cs_prepare()
65 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE]; in cs_prepare()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c271 return TGSI_SEMANTIC_GRID_SIZE; in tgsi_get_sysval_semantic()
H A Dtgsi_scan.c141 case TGSI_SEMANTIC_GRID_SIZE: in scan_src_operand()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h175 TGSI_SEMANTIC_GRID_SIZE, /**< grid size in blocks */ enumerator
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp444 case TGSI_SEMANTIC_GRID_SIZE: return nv50_ir::SV_NCTAID; in translateSysVal()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1541 case TGSI_SEMANTIC_GRID_SIZE: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1794 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_GRID_SIZE) { in tgsi_src()
3623 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_GRID_SIZE) in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4841 case TGSI_SEMANTIC_GRID_SIZE: in emit_system_value_declaration()

Completed in 53 milliseconds