Home
last modified time | relevance | path

Searched defs:DrawState (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp43 struct DrawState struct
45 vk::VkPrimitiveTopology topology;
46 vk::VkFormat colorFormat;
47 vk::VkFormat depthFormat;
48 tcu::UVec2 renderSize;
49 bool depthClampEnable;
50 bool depthTestEnable;
51 bool depthWriteEnable;
52 rr::TestFunc compareOp;
53 bool depthBoundsTestEnable;
[all …]
DvktDrawUtil.cpp221 DrawState::DrawState(const vk::VkPrimitiveTopology topology_, deUint32 renderWidth_, deUint32 rende… in DrawState() function in vkt::drawutil::DrawState