Searched defs:workGroupSize (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fComputeShaderBuiltinVarTests.cpp | 305 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 332 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 355 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 381 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 406 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 427 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
|
D | es31fShaderSharedVarTests.cpp | 92 … getBasicCaseDescription (DataType basicType, Precision precision, const tcu::UVec3& workGroupSize) in getBasicCaseDescription() 101 …ontext, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize) in SharedBasicVarCase() 372 const tcu::UVec3 workGroupSize (2,1,3); in init() local 379 const tcu::UVec3 workGroupSize (2,1,3); in init() local
|
D | es31fShaderAtomicOpTests.cpp | 96 …ame, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize) in ShaderAtomicOpCase() 279 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 432 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 514 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 588 const int workGroupSize = (int)product(m_workGroupSize); in getInputs() local 606 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 658 const int workGroupSize = (int)product(m_workGroupSize); in getInputs() local 674 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 726 const int workGroupSize = (int)product(m_workGroupSize); in getInputs() local 744 const int workGroupSize = (int)product(m_workGroupSize); in verify() local [all …]
|
D | es31fIndirectComputeDispatchTests.cpp | 87 glu::ProgramSources genVerifySources (const UVec3& workGroupSize) in genVerifySources() 284 deUint32 computeInvocationCount (const UVec3& workGroupSize, const UVec3& numWorkGroups) in computeInvocationCount() 395 …, GenBuffer genBuffer, deUintptr bufferSize, deUintptr offset, const UVec3& workGroupSize, const U… in SingleDispatchCase() 469 UVec3 workGroupSize; in init() member
|
D | es31fBasicComputeShaderTests.cpp | 598 const int workGroupSize = m_localSize[0]*m_localSize[1]*m_localSize[2]; in iterate() local 812 const int workGroupSize = m_localSize[0]*m_localSize[1]*m_localSize[2]; in iterate() local 904 const int workGroupSize = m_localSize[0]*m_localSize[1]*m_localSize[2]; in iterate() local 1459 const int workGroupSize = m_localSize[0]*m_localSize[1]*m_localSize[2]; in iterate() local
|