Searched defs:m_workGroupSize (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp86 const tcu::UVec3 m_workGroupSize; member in class:deqp::gles31::Functional::SharedBasicVarCase
104 , m_workGroupSize (workGroupSize)
116 const int valArrayLength = de::min<int>(MAX_VALUE_ARRAY_LENGTH, product(m_workGroupSize));
122 << "layout (local_size_x = " << m_workGroupSize[0]
123 << ", local_size_y = " << m_workGroupSize[1]
124 << ", local_size_z = " << m_workGroupSize[2]
186 const int numValues = (int)product(m_workGroupSize);
296 gl.uniform1ui(iterCountLoc, product(m_workGroupSize));
315 const deUint32 numValues = product(m_workGroupSize);
H A Des31fIndirectComputeDispatchTests.cpp132 UVec3 m_workGroupSize; member in class:deqp::gles31::Functional::__anon20268::IndirectDispatchCase
315 const deUint32 expectedCount = computeInvocationCount(m_workGroupSize, cmd.numWorkGroups);
344 const glu::ShaderProgram program (renderCtx, genVerifySources(m_workGroupSize));
399 m_workGroupSize = workGroupSize;
411 m_workGroupSize = UVec3(3,1,2);
428 m_workGroupSize = UVec3(3,1,2);
H A Des31fShaderAtomicOpTests.cpp84 const UVec3 m_workGroupSize; member in class:deqp::gles31::Functional::ShaderAtomicOpCase
102 , m_workGroupSize (workGroupSize)
123 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups);
127 << "layout(local_size_x = " << m_workGroupSize.x()
128 << ", local_size_y = " << m_workGroupSize.y()
129 << ", local_size_z = " << m_workGroupSize.z() << ") in;\n"
203 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups);
279 const int workGroupSize = (int)product(m_workGroupSize);
432 const int workGroupSize = (int)product(m_workGroupSize);
514 const int workGroupSize = (int)product(m_workGroupSize);
[all...]

Completed in 105 milliseconds