Home
last modified time | relevance | path

Searched refs:WorkGroupSize (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_cs_derived.cpp113 ir_variable *WorkGroupSize; in find_sysvals() local
115 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()
/external/deqp/external/openglcts/modules/common/
DglcShaderGroupVoteTests.cpp41 struct WorkGroupSize struct
43 WorkGroupSize(deqp::Context& context) in WorkGroupSize() function
98 const WorkGroupSize renderSize(context); in execute()
203 const WorkGroupSize renderSize(context); in validateScreenPixels()
232 const WorkGroupSize workGroupSize(context); in ShaderGroupVoteTestCaseBase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp226 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount() local
227 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getMaxLocalMemSizeWithWaveCount()
234 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize() local
235 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getOccupancyWithLocalMemSize()
DAMDGPUPromoteAlloca.cpp734 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca() local
749 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca()
771 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca()
DSIInstrInfo.cpp1040 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); in calculateLDSSpillAddress() local
1055 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
1118 unsigned LDSOffset = MFI->getLDSSize() + (FrameOffset * WorkGroupSize); in calculateLDSSpillAddress()
/external/deqp-deps/glslang/Test/baseResults/
D420.comp.out56 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
116 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
D430.comp.out126 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
187 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
D310.comp.out460 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize)
554 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize)
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp654 unsigned WorkGroupSize = AMDGPU::getMaximumWorkGroupSize(ContainingFunction); in handleAlloca() local
669 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca()
691 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca()
DSIInstrInfo.cpp734 unsigned WorkGroupSize = MFI->getMaximumWorkGroupSize(*MF); in calculateLDSSpillAddress() local
748 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
812 unsigned LDSOffset = MFI->LDSSize + (FrameOffset * WorkGroupSize); in calculateLDSSpillAddress()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp138 GLCASE2(WorkgroupSize, WorkGroupSize) in SaveBuiltInName()
/external/deqp-deps/SPIRV-Tools/source/
Dname_mapper.cpp138 GLCASE2(WorkgroupSize, WorkGroupSize) in SaveBuiltInName()