Home
last modified time | relevance | path

Searched defs:WorkGroupSize (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderGroupVoteTests.cpp41 struct WorkGroupSize struct
43 WorkGroupSize(deqp::Context &context) in WorkGroupSize() function
51 GLsizei width;
52 GLsizei height;
/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderVars.h309 struct WorkGroupSize struct
339 inline constexpr WorkGroupSize::WorkGroupSize(int initialSize) in WorkGroupSize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp320 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount() local
330 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize() local
H A DAMDGPUPromoteAlloca.cpp760 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca() local
H A DSIInstrInfo.cpp1244 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); in calculateLDSSpillAddress() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp654 unsigned WorkGroupSize = AMDGPU::getMaximumWorkGroupSize(ContainingFunction); in handleAlloca() local
H A DSIInstrInfo.cpp734 unsigned WorkGroupSize = MFI->getMaximumWorkGroupSize(*MF); in calculateLDSSpillAddress() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp320 const unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount() local
H A DAMDGPUPromoteAlloca.cpp969 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca() local
/aosp_15_r20/external/angle/src/common/
H A Dpacked_cl_enums.json242 "WorkGroupSize": "CL_KERNEL_WORK_GROUP_SIZE", string
H A DPackedCLEnums_autogen.h338 WorkGroupSize = 0, enumerator