Home
last modified time | relevance | path

Searched defs:numWorkGroups (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp91 UVec3 numWorkGroups; member
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
Des31fShaderAtomicOpTests.cpp280 const int numWorkGroups = numValues/workGroupSize; in verify() local
433 const int numWorkGroups = numValues/workGroupSize; in verify() local
515 const int numWorkGroups = numValues/workGroupSize; in verify() local
589 const int numWorkGroups = numValues/workGroupSize; in getInputs() local
607 const int numWorkGroups = numValues/workGroupSize; in verify() local
662 const int numWorkGroups = numValues/workGroupSize; in getInputs() local
678 const int numWorkGroups = numValues/workGroupSize; in verify() local
733 const int numWorkGroups = numValues/workGroupSize; in getInputs() local
751 const int numWorkGroups = numValues/workGroupSize; in verify() local
816 const int numWorkGroups = numValues/workGroupSize; in getInputs() local
[all …]
Des31fIndirectComputeDispatchTests.cpp124 UVec3 numWorkGroups; member
284 deUint32 computeInvocationCount (const UVec3& workGroupSize, const UVec3& numWorkGroups) in computeInvocationCount()
395 …er, deUintptr bufferSize, deUintptr offset, const UVec3& workGroupSize, const UVec3& numWorkGroups) in SingleDispatchCase()
470 UVec3 numWorkGroups; in init() member
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp109 const UVec3& numWorkGroups (void) const { return m_numWorkGroups; } in numWorkGroups() function in vkt::compute::__anona3dfbf460111::SubCase
234 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
261 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
285 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
311 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
336 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
357 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp107 tcu::IVec3 numWorkGroups; member
DvktSpvAsmComputeShaderCase.cpp423 const tcu::IVec3& numWorkGroups = m_shaderSpec.numWorkGroups; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4073 const tcu::UVec3 numWorkGroups = tcu::UVec3(4, 1u, 1); in orderBindPipelineTest() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2034 const tcu::UVec3& numWorkGroups, in ComputeCommand()