Home
last modified time | relevance | path

Searched refs:m_workGroupSize (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp84 const UVec3 m_workGroupSize; member in deqp::gles31::Functional::ShaderAtomicOpCase
102 , m_workGroupSize (workGroupSize) in ShaderAtomicOpCase()
123 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in init()
127 << "layout(local_size_x = " << m_workGroupSize.x() in init()
128 << ", local_size_y = " << m_workGroupSize.y() in init()
129 << ", local_size_z = " << m_workGroupSize.z() << ") in;\n" in init()
203 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in iterate()
279 const int workGroupSize = (int)product(m_workGroupSize); in verify()
432 const int workGroupSize = (int)product(m_workGroupSize); in verify()
514 const int workGroupSize = (int)product(m_workGroupSize); in verify()
[all …]
Des31fShaderSharedVarTests.cpp87 const tcu::UVec3 m_workGroupSize; member in deqp::gles31::Functional::SharedBasicVarCase
105 , m_workGroupSize (workGroupSize) in SharedBasicVarCase()
117 const int valArrayLength = de::min<int>(MAX_VALUE_ARRAY_LENGTH, product(m_workGroupSize)); in init()
123 << "layout (local_size_x = " << m_workGroupSize[0] in init()
124 << ", local_size_y = " << m_workGroupSize[1] in init()
125 << ", local_size_z = " << m_workGroupSize[2] in init()
187 const int numValues = (int)product(m_workGroupSize); in iterate()
297 gl.uniform1ui(iterCountLoc, product(m_workGroupSize)); in iterate()
316 const deUint32 numValues = product(m_workGroupSize); in iterate()
Des31fIndirectComputeDispatchTests.cpp132 UVec3 m_workGroupSize; member in deqp::gles31::Functional::__anon774111160111::IndirectDispatchCase
315 const deUint32 expectedCount = computeInvocationCount(m_workGroupSize, cmd.numWorkGroups); in verifyResultBuffer()
344 const glu::ShaderProgram program (renderCtx, genVerifySources(m_workGroupSize)); in iterate()
399 m_workGroupSize = workGroupSize; in SingleDispatchCase()
411 m_workGroupSize = UVec3(3,1,2); in MultiDispatchCase()
428 m_workGroupSize = UVec3(3,1,2); in MultiDispatchReuseCommandCase()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp108 , m_workGroupSize (workGroupSize) in DispatchCaseDesc()
114 const tcu::UVec3 m_workGroupSize; member
149 const tcu::UVec3 m_workGroupSize; member in vkt::compute::__anona44f266e0111::IndirectDispatchInstanceBufferUpload
172 , m_workGroupSize (workGroupSize) in IndirectDispatchInstanceBufferUpload()
344 …const deUint32 numInvocationsPerGroup = m_workGroupSize[0] * m_workGroupSize[1] * m_workGroupSiz… in verifyResultBuffer()
379 const tcu::UVec3 m_workGroupSize; member in vkt::compute::__anona44f266e0111::IndirectDispatchCaseBufferUpload
393 , m_workGroupSize (caseDesc.m_workGroupSize) in IndirectDispatchCaseBufferUpload()
421 args["LOCAL_SIZE_X"] = de::toString(m_workGroupSize.x()); in initPrograms()
422 args["LOCAL_SIZE_Y"] = de::toString(m_workGroupSize.y()); in initPrograms()
423 args["LOCAL_SIZE_Z"] = de::toString(m_workGroupSize.z()); in initPrograms()
[all …]