Searched refs:WorkGroupSize (Results 1 – 12 of 12) sorted by relevance
113 ir_variable *WorkGroupSize; in find_sysvals() local115 WorkGroupSize = shader->symbols->get_variable("gl_LocalGroupSizeARB"); in find_sysvals()117 WorkGroupSize = shader->symbols->get_variable("gl_WorkGroupSize"); in find_sysvals()118 if (WorkGroupSize) in find_sysvals()119 gl_WorkGroupSize = new(shader) ir_dereference_variable(WorkGroupSize); in find_sysvals()136 if (!WorkGroupSize) { in find_sysvals()
41 struct WorkGroupSize struct43 WorkGroupSize(deqp::Context& context) in WorkGroupSize() function98 const WorkGroupSize renderSize(context); in execute()203 const WorkGroupSize renderSize(context); in validateScreenPixels()232 const WorkGroupSize workGroupSize(context); in ShaderGroupVoteTestCaseBase()
226 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount() local227 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getMaxLocalMemSizeWithWaveCount()234 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize() local235 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getOccupancyWithLocalMemSize()
734 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca() local749 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca()771 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca()
1040 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); in calculateLDSSpillAddress() local1055 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()1118 unsigned LDSOffset = MFI->getLDSSize() + (FrameOffset * WorkGroupSize); in calculateLDSSpillAddress()
56 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)116 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
126 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)187 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
460 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize)554 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize)
654 unsigned WorkGroupSize = AMDGPU::getMaximumWorkGroupSize(ContainingFunction); in handleAlloca() local669 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca()691 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca()
734 unsigned WorkGroupSize = MFI->getMaximumWorkGroupSize(*MF); in calculateLDSSpillAddress() local748 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()812 unsigned LDSOffset = MFI->LDSSize + (FrameOffset * WorkGroupSize); in calculateLDSSpillAddress()
138 GLCASE2(WorkgroupSize, WorkGroupSize) in SaveBuiltInName()