Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp2620 OverwritePushConstants pushConstantValues[4]; member
2851 for (int pcIndex = 0; pcIndex < DE_LENGTH_OF_ARRAY(m_params.pushConstantValues); ++pcIndex) in iterate()
2853 const auto& pc = m_params.pushConstantValues[pcIndex]; in iterate()
2897 for (int pixelIdx = 0; pixelIdx < DE_LENGTH_OF_ARRAY(m_params.pushConstantValues); ++pixelIdx) in iterate()
2899 const auto& pc = m_params.pushConstantValues[pixelIdx]; in iterate()
2927 DE_ASSERT(DE_LENGTH_OF_ARRAY(pushConstants) == DE_LENGTH_OF_ARRAY(testParams.pushConstantValues)); in addOverwriteCase()
2929 testParams.pushConstantValues[pixelIdx] = pushConstants[pixelIdx]; in addOverwriteCase()