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.cpp112 const UVec3& numWorkGroups (void) const { return m_numWorkGroups; } in numWorkGroups() function in vkt::compute::__anonf0be732e0111::SubCase
265 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
292 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
316 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
342 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
367 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
388 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.h220 NumWorkGroups numWorkGroups; variable
Dvulkan-runtime-wrappers.cpp42 void setNumWorkGroups(NumWorkGroups numWorkGroups) { in setNumWorkGroups()
/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.cpp832 const tcu::IVec3& numWorkGroups = m_shaderSpec.numWorkGroups; in iterate() local
DvktSpvAsmInstructionTests.cpp11324 const IVec3& numWorkGroups, in finalizeTestsCreation()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h114 unsigned int numWorkGroups[3]; member
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp817 …const int numWorkGroups = ((m_shaderType.getMemoryType() == AtomicMemoryType::SHARED) ? 1 : st… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp3865 const tcu::UVec3 numWorkGroups = tcu::UVec3(4, 1u, 1); in orderBindPipelineTest() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2166 const tcu::UVec3& numWorkGroups, in ComputeCommand()