Searched defs:VerifyPushConstants (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 122 struct VerifyPushConstants struct 124 Vec4 color1Data[2] = {Vec4(0, 0, 0, 0), Vec4(0, 0, 0, 0)}; 125 Vec4 color2Data[2] = {Vec4(0, 0, 0, 0), Vec4(0, 0, 0, 0)}; 126 IVec4 color3Data[2] = {IVec4(0, 0, 0, 0), IVec4(0, 0, 0, 0)}; 127 float depthData = 0; 128 uint32_t stencilData = 0;
|