Home
last modified time | relevance | path

Searched refs:m_workGroupSize (Results 1 – 3 of 3) 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::__anon0ce222b70111::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()