Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp2609 struct OverwritePushConstants struct
2620 OverwritePushConstants pushConstantValues[4];
2765 static_cast<deUint32>(sizeof(OverwritePushConstants)), // deUint32 size; in iterate()
2832 { offsetof(OverwritePushConstants, baseColor), sizeof(OverwritePushConstants::baseColor) }, in iterate()
2833 { offsetof(OverwritePushConstants, coords), sizeof(OverwritePushConstants::coords) }, in iterate()
2834 …{ offsetof(OverwritePushConstants, colorOffsets), sizeof(OverwritePushConstants::colorOffsets) }, in iterate()
2835 { offsetof(OverwritePushConstants, multiplier), sizeof(OverwritePushConstants::multiplier) }, in iterate()
2836 …{ offsetof(OverwritePushConstants, transparentGreen), sizeof(OverwritePushConstants::transparentGr… in iterate()
2916 const OverwritePushConstants pushConstants[4] = in addOverwriteCase()