/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fComputeShaderBuiltinVarTests.cpp | 92 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 D | es31fShaderAtomicOpTests.cpp | 288 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 D | es31fIndirectComputeDispatchTests.cpp | 124 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 D | vktComputeShaderBuiltinVarTests.cpp | 121 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 D | ffx_spd.h | 295 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 D | vktSpvAsmComputeShaderTestUtil.hpp | 374 tcu::IVec3 numWorkGroups; member
|
H A D | vktSpvAsmComputeShaderCase.cpp | 824 const tcu::IVec3 &numWorkGroups = m_shaderSpec.numWorkGroups; in iterate() local
|
H A D | vktSpvAsmInstructionTests.cpp | 1044 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 D | vktMeshShaderBuiltinTests.cpp | 810 const auto numWorkGroups = (m_shareVertices ? 1u : kNumLayers); in createInstance() local 946 const auto numWorkGroups = (m_shareVertices ? 1u : kQuadrants); in createInstance() local
|
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 936 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 D | StateManager11.h | 130 unsigned int numWorkGroups[3]; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 969 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 D | vktApiCommandBuffersTests.cpp | 4279 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 D | vktBindingShaderAccessTests.cpp | 2185 vk::VkPipelineLayout pipelineLayout, const tcu::UVec3 &numWorkGroups, in ComputeCommand()
|