Searched refs:inputsCount (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.hpp | 276 deUint32 inputsCount, 337 deUint32 inputsCount,
|
D | vktSubgroupsTestsUtils.cpp | 3823 deUint32 inputsCount, in makeComputeTestRequiredSubgroupSize() argument 3845 std::vector< de::SharedPtr<BufferOrImage> > inputBuffers (inputsCount); in makeComputeTestRequiredSubgroupSize() 3847 for (deUint32 i = 0; i < inputsCount; i++) in makeComputeTestRequiredSubgroupSize() 3869 for (deUint32 i = 0; i < inputsCount; i++) in makeComputeTestRequiredSubgroupSize() 3888 for (deUint32 i = 0; i < inputsCount; i++) in makeComputeTestRequiredSubgroupSize() 3900 for (deUint32 i = 0; i < inputsCount; i++) in makeComputeTestRequiredSubgroupSize() 3989 for (deUint32 i = 0; i < inputsCount; i++) in makeComputeTestRequiredSubgroupSize() 4026 deUint32 inputsCount, in makeComputeTest() argument 4051 …return makeComputeTestRequiredSubgroupSize(context, format, inputs, inputsCount, internalData, che… in makeComputeTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 2029 Context& context, Format format, SSBOData* inputs, deUint32 inputsCount, in makeComputeTest() argument 2045 std::vector< de::SharedPtr<BufferOrImage> > inputBuffers(inputsCount); in makeComputeTest() 2047 for (deUint32 i = 0; i < inputsCount; i++) in makeComputeTest() 2078 for (deUint32 i = 0; i < inputsCount; i++) in makeComputeTest() 2164 for (deUint32 i = 0; i < inputsCount; i++) in makeComputeTest() 2181 for (deUint32 i = 0; i < inputsCount; i++) in makeComputeTest()
|
D | glcSubgroupsTestsUtils.hpp | 478 deUint32 inputsCount,
|