Home
last modified time | relevance | path

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

1234

/third_party/mesa3d/src/compiler/glsl/
Dlower_cs_derived.cpp114 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/
DShaderVars.h297 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/
DShaderVars.h300 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/
DShaderVars.cpp515 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()
DCompiler.h102 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize()
267 sh::WorkGroupSize mComputeShaderLocalSize;
DOutputHLSL.h50 sh::WorkGroupSize workGroupSize,
264 sh::WorkGroupSize mWorkGroupSize;
DParseContext.h86 sh::WorkGroupSize getComputeShaderLocalSize() const;
364 sh::WorkGroupSize *localSize);
631 sh::WorkGroupSize mComputeShaderLocalSize;
DBaseTypes.h804 bool isLocalSizeEqual(const WorkGroupSize &localSizeIn) const in isLocalSizeEqual()
815 WorkGroupSize localSize;
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp61 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/
DWorkGroupSize_test.cpp61 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/
DShaderVars.cpp550 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()
DCompiler.h119 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize()
322 sh::WorkGroupSize mComputeShaderLocalSize;
DOutputHLSL.h50 sh::WorkGroupSize workGroupSize,
270 sh::WorkGroupSize mWorkGroupSize;
DParseContext.h89 sh::WorkGroupSize getComputeShaderLocalSize() const;
376 sh::WorkGroupSize *localSize);
699 sh::WorkGroupSize mComputeShaderLocalSize;
/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h92 const sh::WorkGroupSize &getLocalSize() const { return mLocalSize; } in getLocalSize()
126 sh::WorkGroupSize mLocalSize;
224 const sh::WorkGroupSize &getWorkGroupSize();
DCLKernel.cpp113 case KernelWorkGroupInfo::WorkGroupSize: in getWorkGroupInfo()
DProgram.h286 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/
DShader.h100 sh::WorkGroupSize mLocalSize;
181 const sh::WorkGroupSize &getWorkGroupSize();
DProgram.h348 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize()
417 sh::WorkGroupSize mComputeShaderLocalSize;
850 const sh::WorkGroupSize &getComputeShaderLocalSize() const;
/third_party/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)
Dglsl.es320.subgroupBasic.comp.out58 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize)
124 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize)
D430.comp.out127 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/
DAMDGPUSubtarget.cpp320 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()
DAMDGPUPromoteAlloca.cpp760 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()

1234