/third_party/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()
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderVars.h | 297 struct WorkGroupSize struct 300 inline WorkGroupSize() = default; 301 inline explicit constexpr WorkGroupSize(int initialSize); 313 bool isWorkGroupSizeMatching(const WorkGroupSize &right) const; 327 inline constexpr WorkGroupSize::WorkGroupSize(int initialSize) in WorkGroupSize() argument
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderVars.h | 300 struct WorkGroupSize struct 303 inline WorkGroupSize() = default; 304 inline explicit constexpr WorkGroupSize(int initialSize); 316 bool isWorkGroupSizeMatching(const WorkGroupSize &right) const; 330 inline constexpr WorkGroupSize::WorkGroupSize(int initialSize) in WorkGroupSize() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderVars.cpp | 515 void WorkGroupSize::fill(int fillValue) in fill() 522 void WorkGroupSize::setLocalSize(int localSizeX, int localSizeY, int localSizeZ) in setLocalSize() 531 bool WorkGroupSize::isLocalSizeValid() const in isLocalSizeValid() 538 bool WorkGroupSize::isAnyValueSet() const in isAnyValueSet() 543 bool WorkGroupSize::isDeclared() const in isDeclared() 550 bool WorkGroupSize::isWorkGroupSizeMatching(const WorkGroupSize &right) const in isWorkGroupSizeMatching() 565 int &WorkGroupSize::operator[](size_t index) in operator []() 571 int WorkGroupSize::operator[](size_t index) const in operator []() 577 size_t WorkGroupSize::size() const in size()
|
D | Compiler.h | 102 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() 267 sh::WorkGroupSize mComputeShaderLocalSize;
|
D | OutputHLSL.h | 50 sh::WorkGroupSize workGroupSize, 264 sh::WorkGroupSize mWorkGroupSize;
|
D | ParseContext.h | 86 sh::WorkGroupSize getComputeShaderLocalSize() const; 364 sh::WorkGroupSize *localSize); 631 sh::WorkGroupSize mComputeShaderLocalSize;
|
D | BaseTypes.h | 804 bool isLocalSizeEqual(const WorkGroupSize &localSizeIn) const in isLocalSizeEqual() 815 WorkGroupSize localSize;
|
/third_party/flutter/skia/third_party/externals/angle2/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()
|
/third_party/skia/third_party/externals/angle2/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()
|
/third_party/skia/third_party/externals/angle2/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 | 119 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() 322 sh::WorkGroupSize mComputeShaderLocalSize;
|
D | OutputHLSL.h | 50 sh::WorkGroupSize workGroupSize, 270 sh::WorkGroupSize mWorkGroupSize;
|
D | ParseContext.h | 89 sh::WorkGroupSize getComputeShaderLocalSize() const; 376 sh::WorkGroupSize *localSize); 699 sh::WorkGroupSize mComputeShaderLocalSize;
|
/third_party/vk-gl-cts/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()
|
/third_party/skia/third_party/externals/angle2/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 | 286 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() 379 sh::WorkGroupSize mComputeShaderLocalSize; 696 const sh::WorkGroupSize &getComputeShaderLocalSize() const;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Shader.h | 100 sh::WorkGroupSize mLocalSize; 181 const sh::WorkGroupSize &getWorkGroupSize();
|
D | Program.h | 348 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() 417 sh::WorkGroupSize mComputeShaderLocalSize; 850 const sh::WorkGroupSize &getComputeShaderLocalSize() const;
|
/third_party/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 | 127 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize) 188 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
|
/third_party/skia/third_party/externals/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()
|