Home
last modified time | relevance | path

Searched refs:inputsCount (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.hpp276 deUint32 inputsCount,
337 deUint32 inputsCount,
DvktSubgroupsTestsUtils.cpp3823 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/
DglcSubgroupsTestsUtils.cpp2029 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()
DglcSubgroupsTestsUtils.hpp478 deUint32 inputsCount,