Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp92 UVec3 numWorkGroups; member
325 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
353 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
377 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
404 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
430 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
452 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
H A Des31fShaderAtomicOpTests.cpp288 const int numWorkGroups = numValues / workGroupSize; in verify() local
449 const int numWorkGroups = numValues / workGroupSize; in verify() local
533 const int numWorkGroups = numValues / workGroupSize; in verify() local
607 const int numWorkGroups = numValues / workGroupSize; in getInputs() local
626 const int numWorkGroups = numValues / workGroupSize; in verify() local
685 const int numWorkGroups = numValues / workGroupSize; in getInputs() local
701 const int numWorkGroups = numValues / workGroupSize; in verify() local
760 const int numWorkGroups = numValues / workGroupSize; in getInputs() local
779 const int numWorkGroups = numValues / workGroupSize; in verify() local
846 const int numWorkGroups = numValues / workGroupSize; in getInputs() local
[all …]
H A Des31fIndirectComputeDispatchTests.cpp124 UVec3 numWorkGroups; member
291 uint32_t computeInvocationCount(const UVec3 &workGroupSize, const UVec3 &numWorkGroups) in computeInvocationCount()
407 … uintptr_t bufferSize, uintptr_t offset, const UVec3 &workGroupSize, const UVec3 &numWorkGroups) in SingleDispatchCase()
480 UVec3 numWorkGroups; in init() member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp121 const UVec3 &numWorkGroups(void) const in numWorkGroups() function in vkt::compute::__anon8c7b201d0111::SubCase
302 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
332 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
359 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
388 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
416 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
440 …UVec3 computeReference(const UVec3 &numWorkGroups, const UVec3 &workGroupSize, const UVec3 &workGr… in computeReference()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/
H A Dffx_spd.h295 bool SpdExitWorkgroup(AU1 numWorkGroups, AU1 localInvocationIndex) in SpdExitWorkgroup()
715 AU1 numWorkGroups in SpdDownsample()
1144 AU1 numWorkGroups in SpdDownsampleH()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.hpp374 tcu::IVec3 numWorkGroups; member
H A DvktSpvAsmComputeShaderCase.cpp824 const tcu::IVec3 &numWorkGroups = m_shaderSpec.numWorkGroups; in iterate() local
H A DvktSpvAsmInstructionTests.cpp1044 IVec3 numWorkGroups; in createLocalSizeGroup() member
11864 const IVec3 &numWorkGroups, bool) in finalizeTestsCreation()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTests.cpp810 const auto numWorkGroups = (m_shareVertices ? 1u : kNumLayers); in createInstance() local
946 const auto numWorkGroups = (m_shareVertices ? 1u : kQuadrants); in createInstance() local
H A DvktMeshShaderBuiltinTestsEXT.cpp936 const auto numWorkGroups = (m_shareVertices ? 1u : kNumLayers); in createInstance() local
1088 const auto numWorkGroups = (m_shareVertices ? 1u : kQuadrants); in createInstance() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.h130 unsigned int numWorkGroups[3]; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp969 const int numWorkGroups = (m_shaderType.isSharedLike() ? 1 : static_cast<int>(NUM_ELEMENTS)); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4279 const tcu::UVec3 numWorkGroups = tcu::UVec3(4, 1u, 1); in orderBindPipelineTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp2185 vk::VkPipelineLayout pipelineLayout, const tcu::UVec3 &numWorkGroups, in ComputeCommand()