Home
last modified time | relevance | path

Searched defs:workGroupSize (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp325 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
353 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
377 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
404 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
430 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
452 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
Des31fShaderAtomicOpTests.cpp100 const UVec3 &workGroupSize) in ShaderAtomicOpCase()
287 const int workGroupSize = (int)product(m_workGroupSize); in verify() local
448 const int workGroupSize = (int)product(m_workGroupSize); in verify() local
532 const int workGroupSize = (int)product(m_workGroupSize); in verify() local
606 const int workGroupSize = (int)product(m_workGroupSize); in getInputs() local
625 const int workGroupSize = (int)product(m_workGroupSize); in verify() local
684 const int workGroupSize = (int)product(m_workGroupSize); in getInputs() local
700 const int workGroupSize = (int)product(m_workGroupSize); in verify() local
759 const int workGroupSize = (int)product(m_workGroupSize); in getInputs() local
778 const int workGroupSize = (int)product(m_workGroupSize); in verify() local
[all …]
Des31fShaderSharedVarTests.cpp93 …g getBasicCaseDescription(DataType basicType, Precision precision, const tcu::UVec3 &workGroupSize) in getBasicCaseDescription()
103 const tcu::UVec3 &workGroupSize) in SharedBasicVarCase()
414 const tcu::UVec3 workGroupSize(2, 1, 3); in init() local
422 const tcu::UVec3 workGroupSize(2, 1, 3); in init() local
Des31fIndirectComputeDispatchTests.cpp87 glu::ProgramSources genVerifySources(const UVec3 &workGroupSize) in genVerifySources()
291 uint32_t computeInvocationCount(const UVec3 &workGroupSize, const UVec3 &numWorkGroups) in computeInvocationCount()
407 … uintptr_t bufferSize, uintptr_t offset, const UVec3 &workGroupSize, const UVec3 &numWorkGroups) in SingleDispatchCase()
479 UVec3 workGroupSize; in init() member
Des31fBasicComputeShaderTests.cpp673 const int workGroupSize = m_localSize[0] * m_localSize[1] * m_localSize[2]; in iterate() local
920 const int workGroupSize = m_localSize[0] * m_localSize[1] * m_localSize[2]; in iterate() local
1028 const int workGroupSize = m_localSize[0] * m_localSize[1] * m_localSize[2]; in iterate() local
1644 const int workGroupSize = m_localSize[0] * m_localSize[1] * m_localSize[2]; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp302 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
332 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
359 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
388 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
416 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
440 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
DvktComputeIndirectComputeDispatchTests.cpp318 …ext &context, const std::string &name, const uintptr_t bufferSize, const tcu::UVec3 &workGroupSize, in IndirectDispatchInstanceBufferUpload()
683const tcu::UVec3 &workGroupSize, const DispatchCommandsVec &dispatchCommands, in IndirectDispatchInstanceBufferGenerate()
DvktComputeBasicComputeShaderTests.cpp170 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms() local
221 const int workGroupSize = multiplyComponents(m_localSize); in iterate() local
359 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms() local
410 const int workGroupSize = multiplyComponents(m_localSize); in iterate() local
548 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms() local
602 const int workGroupSize = multiplyComponents(m_localSize); in iterate() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_local_kernel_scope.cpp73 size_t workGroupSize; in test_local_kernel_scope() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.cpp123 const tcu::UVec3 workGroupSize = computeWorkGroupSize(numInvocations); in initPrograms() local
346 const tcu::UVec3 workGroupSize = computeWorkGroupSize(numInvocationsLeft); in iterate() local
DvktSparseResourcesImageSparseResidency.cpp220 const tcu::UVec3 workGroupSize = computeWorkGroupSize(shaderExtent); in initPrograms() local
725 const tcu::UVec3 workGroupSize = computeWorkGroupSize(shaderExtent); in iterate() local
DvktSparseResourcesShaderIntrinsicsStorage.cpp495 const tcu::UVec3 workGroupSize = computeWorkGroupSize(gridSize); in recordCommands() local
/external/angle/src/libANGLE/renderer/
DCLKernelImpl.h35 size_t workGroupSize = 0u; member
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
DTestNonUniformWorkGroup.h74 static void setMaxLocalWorkgroupSize(size_t workGroupSize) in setMaxLocalWorkgroupSize()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp351 const tcu::UVec3 workGroupSize = computeWorkGroupSize(shaderExtent); in testStorageImageWrite() local
834 const tcu::UVec3 workGroupSize = computeWorkGroupSize(shaderExtent); in initPrograms() local
/external/deqp/external/openglcts/modules/common/
DglcShaderGroupVoteTests.cpp239 const WorkGroupSize workGroupSize(context); in ShaderGroupVoteTestCaseBase() local
/external/angle/src/libANGLE/capture/
Dserialize.cpp847 void SerializeWorkGroupSize(JsonSerializer *json, const sh::WorkGroupSize &workGroupSize) in SerializeWorkGroupSize()
/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.cpp318 sh::WorkGroupSize workGroupSize, in OutputHLSL()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp10074 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
10088 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp10207 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
10221 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTestsEXT.cpp1095 const auto workGroupSize = (localSize.x() * localSize.y() * localSize.z()); in initPrograms() local
5739 const auto workGroupSize = (localSize.x() * localSize.y() * localSize.z()); in createMeshShaderMiscTestsEXT() local
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp756 …const tcu::IVec3 workGroupSize((m_testParams.calculateInLoop ? kMaxWorkGroupSize : kMinWorkGroupSi… in createComputePipeline() local
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp9307 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
9313 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
/external/angle/third_party/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp9307 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
9313 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
/external/angle/src/tests/gl_tests/
DComputeShaderTest.cpp2128 GLint workGroupSize[3]; in TEST_P() local

12