Searched defs:DrawState (Results 1 – 2 of 2) sorted by relevance
43 struct DrawState struct45 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 …]
221 DrawState::DrawState(const vk::VkPrimitiveTopology topology_, deUint32 renderWidth_, deUint32 rende… in DrawState() function in vkt::drawutil::DrawState