Home
last modified time | relevance | path

Searched refs:pDepthClipEnableInfo (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp4403 DepthClipEnablePtr pDepthClipEnableInfo; in iterate() local
4408 pDepthClipEnableInfo = DepthClipEnablePtr(new vk::VkPipelineRasterizationDepthClipStateCreateInfoEXT(vk::initVulkanStructure(rasterizationPnext))); in iterate()
4409 pDepthClipEnableInfo->depthClipEnable = makeVkBool32(m_testConfig.depthClipEnableConfig.staticValue.get()); in iterate()
4410 rasterizationPnext = pDepthClipEnableInfo.get(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp5231 DepthClipEnablePtr pDepthClipEnableInfo; in iterate() local
5235 pDepthClipEnableInfo = DepthClipEnablePtr(new vk::VkPipelineRasterizationDepthClipStateCreateInfoEXT(vk::initVulkanStructure(rasterizationPnext))); in iterate()
5236 pDepthClipEnableInfo->depthClipEnable = makeVkBool32(m_testConfig.depthClipEnableConfig.staticValue.get()); in iterate()
5237 rasterizationPnext = pDepthClipEnableInfo.get(); in iterate()

Completed in 23 milliseconds