Home
last modified time | relevance | path

Searched defs:numWorkGroups (Results 1 – 14 of 14) 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.cpp114 const UVec3& numWorkGroups (void) const { return m_numWorkGroups; } in numWorkGroups() function in vkt::compute::__anonca50fe0c0111::SubCase
267 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
294 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
318 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
344 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
369 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
390 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/
Dffx_spd.h295 bool SpdExitWorkgroup(AU1 numWorkGroups, AU1 localInvocationIndex) in SpdExitWorkgroup()
715 AU1 numWorkGroups in SpdDownsample()
1144 AU1 numWorkGroups in SpdDownsampleH()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp340 tcu::IVec3 numWorkGroups; member
DvktSpvAsmComputeShaderCase.cpp797 const tcu::IVec3& numWorkGroups = m_shaderSpec.numWorkGroups; in iterate() local
DvktSpvAsmInstructionTests.cpp11423 const IVec3& numWorkGroups, in finalizeTestsCreation()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h129 unsigned int numWorkGroups[3]; member
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp796 const auto numWorkGroups = (m_shareVertices ? 1u : kNumLayers); in createInstance() local
934 const auto numWorkGroups = (m_shareVertices ? 1u : kQuadrants); in createInstance() local
DvktMeshShaderBuiltinTestsEXT.cpp924 const auto numWorkGroups = (m_shareVertices ? 1u : kNumLayers); in createInstance() local
1077 const auto numWorkGroups = (m_shareVertices ? 1u : kQuadrants); in createInstance() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp1007 const int numWorkGroups = (m_shaderType.isSharedLike() ? 1 : static_cast<int>(NUM_ELEMENTS)); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp3729 const tcu::UVec3 numWorkGroups = tcu::UVec3(4, 1u, 1); in orderBindPipelineTest() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2215 const tcu::UVec3& numWorkGroups, in ComputeCommand()