/external/angle/include/GLSLANG/ |
D | ShaderVars.h | 291 struct WorkGroupSize struct 294 inline WorkGroupSize() = default; 295 inline explicit constexpr WorkGroupSize(int initialSize); 307 bool isWorkGroupSizeMatching(const WorkGroupSize &right) const; 321 inline constexpr WorkGroupSize::WorkGroupSize(int initialSize) in WorkGroupSize() argument
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_cs_derived.cpp | 114 ir_variable *WorkGroupSize; in find_sysvals() local 116 WorkGroupSize = shader->symbols->get_variable("gl_LocalGroupSizeARB"); in find_sysvals() 118 WorkGroupSize = shader->symbols->get_variable("gl_WorkGroupSize"); in find_sysvals() 119 if (WorkGroupSize) in find_sysvals() 120 gl_WorkGroupSize = new(shader) ir_dereference_variable(WorkGroupSize); in find_sysvals() 137 if (!WorkGroupSize) { in find_sysvals()
|
/external/angle/src/tests/compiler_tests/ |
D | WorkGroupSize_test.cpp | 61 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F() 78 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F() 95 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
|
/external/angle/src/compiler/translator/ |
D | ShaderVars.cpp | 550 void WorkGroupSize::fill(int fillValue) in fill() 557 void WorkGroupSize::setLocalSize(int localSizeX, int localSizeY, int localSizeZ) in setLocalSize() 566 bool WorkGroupSize::isLocalSizeValid() const in isLocalSizeValid() 573 bool WorkGroupSize::isAnyValueSet() const in isAnyValueSet() 578 bool WorkGroupSize::isDeclared() const in isDeclared() 585 bool WorkGroupSize::isWorkGroupSizeMatching(const WorkGroupSize &right) const in isWorkGroupSizeMatching() 600 int &WorkGroupSize::operator[](size_t index) in operator []() 606 int WorkGroupSize::operator[](size_t index) const in operator []() 612 size_t WorkGroupSize::size() const in size()
|
D | Compiler.h | 114 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() 316 sh::WorkGroupSize mComputeShaderLocalSize;
|
D | OutputHLSL.h | 50 sh::WorkGroupSize workGroupSize, 270 sh::WorkGroupSize mWorkGroupSize;
|
D | ParseContext.h | 89 sh::WorkGroupSize getComputeShaderLocalSize() const; 372 sh::WorkGroupSize *localSize); 692 sh::WorkGroupSize mComputeShaderLocalSize;
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderGroupVoteTests.cpp | 41 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/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | negativeWorkGroupSize.comp.out | 31 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize) 65 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
|
D | 420.comp.out | 56 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize) 116 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
|
D | glsl.es320.subgroupBasic.comp.out | 58 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize) 124 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize)
|
D | 430.comp.out | 132 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize) 198 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
|
/external/angle/src/libANGLE/ |
D | Shader.h | 92 const sh::WorkGroupSize &getLocalSize() const { return mLocalSize; } in getLocalSize() 126 sh::WorkGroupSize mLocalSize; 224 const sh::WorkGroupSize &getWorkGroupSize();
|
D | CLKernel.cpp | 113 case KernelWorkGroupInfo::WorkGroupSize: in getWorkGroupInfo()
|
D | Program.h | 284 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() 383 sh::WorkGroupSize mComputeShaderLocalSize; 729 const sh::WorkGroupSize &getComputeShaderLocalSize() const;
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 420.comp.out | 56 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize) 116 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
|
D | glsl.es320.subgroupBasic.comp.out | 58 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize) 124 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize)
|
D | 430.comp.out | 132 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize) 198 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 320 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount() local 321 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getMaxLocalMemSizeWithWaveCount() 330 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize() local 331 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getOccupancyWithLocalMemSize()
|
D | AMDGPUPromoteAlloca.cpp | 760 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca() local 775 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() 797 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 654 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()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 908 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca() local 920 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() 942 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca()
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLKernelCL.cpp | 193 !GetWorkGroupInfo(mNative, device, cl::KernelWorkGroupInfo::WorkGroupSize, in createInfo()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | name_mapper.cpp | 138 GLCASE2(WorkgroupSize, WorkGroupSize) in SaveBuiltInName()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | name_mapper.cpp | 138 GLCASE2(WorkgroupSize, WorkGroupSize) in SaveBuiltInName()
|