Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp144 const DepthClipControlCase depthClipControl = DepthClipControlCase::DISABLED);
180 const DepthClipControlCase depthClipControl);
271 const DepthClipControlCase depthClipControl) in DepthTest() argument
283 , m_depthClipControl (depthClipControl) in DepthTest()
367 const DepthClipControlCase depthClipControl) in DepthTestInstance() argument
380 , m_depthClipControl (depthClipControl) in DepthTestInstance()
/external/swiftshader/src/Device/
DContext.cpp637 …const auto *depthClipControl = reinterpret_cast<const VkPipelineViewportDepthClipControlCreateInfo… in initialize() local
638 depthClipNegativeOneToOne = depthClipControl->negativeOneToOne != VK_FALSE; in initialize()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkMandatoryFeatures.inl972 if ( physicalDeviceDepthClipControlFeaturesEXT.depthClipControl == VK_FALSE )
974 …log << tcu::TestLog::Message << "Mandatory feature depthClipControl not supported" << tcu::TestLog…
DvkDeviceFeatures2.inl3138 …(deviceDepthClipControlFeaturesEXT[0].depthClipControl != deviceDepthClipControlFeaturesEXT[1].dep…
DvkStructTypes.inl6058 VkBool32 depthClipControl; member
DvkDeviceFeatureTest.inl4964 FEATURE_ITEM (VkPhysicalDeviceDepthClipControlFeaturesEXT, depthClipControl),
DvkVulkan_c.inl15884 VkBool32 depthClipControl; member
DvkStrUtilImpl.inl13168 s << "\tdepthClipControl = " << value.depthClipControl << '\n';
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp483 features->depthClipControl = VK_TRUE; in getPhysicalDeviceDepthClipControlFeaturesExt()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp202 const bool depthClipControl = false) in makeGraphicsPipeline() argument
217depthClipControl ? &depthClipControlCreateInfo : DE_NULL, // const void* … in makeGraphicsPipeline()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h650 VkPipelineViewportDepthClipControlCreateInfoEXT depthClipControl = {}; member
Dvk_cache_utils.cpp3515 stateOut->depthClipControl.sType = in initializePipelineShadersState()
3517 stateOut->depthClipControl.negativeOneToOne = in initializePipelineShadersState()
3520 stateOut->viewportState.pNext = &stateOut->depthClipControl; in initializePipelineShadersState()
DRendererVk.cpp4156 mDepthClipControlFeatures.depthClipControl == VK_TRUE); in initFeatures()
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_device.h6421 vn_encode_VkBool32(enc, &val->depthClipControl); in vn_encode_VkPhysicalDeviceDepthClipControlFeaturesEXT_self()
6446 vn_decode_VkBool32(dec, &val->depthClipControl); in vn_decode_VkPhysicalDeviceDepthClipControlFeaturesEXT_self_temp()
Dvulkan_core.h13927 VkBool32 depthClipControl; member
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp53848 , depthClipControl( depthClipControl_ )
53878 depthClipControl = depthClipControl_; in setDepthClipControl()
53901 return std::tie( sType, pNext, depthClipControl ); in reflect()
53913 …n ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( depthClipControl == rhs.depthClipControl ); in operator ==()
53926 VULKAN_HPP_NAMESPACE::Bool32 depthClipControl = {}; member
Dvulkan_core.h14480 VkBool32 depthClipControl; member
Dvulkan_hash.hpp7067 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthClipControlFeaturesEXT.depthClipControl ); in operator ()()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp50716 : pNext( pNext_ ), depthClipControl( depthClipControl_ )
50744 depthClipControl = depthClipControl_; in setDepthClipControl()
50768 return std::tie( sType, pNext, depthClipControl ); in reflect()
50783 && ( depthClipControl == rhs.depthClipControl ); in operator ==()
50796 VULKAN_HPP_NAMESPACE::Bool32 depthClipControl = {}; member
Dvulkan_core.h14823 VkBool32 depthClipControl; member
Dvulkan_hash.hpp6529 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthClipControlFeaturesEXT.depthClipControl ); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp56332 , depthClipControl( depthClipControl_ )
56362 depthClipControl = depthClipControl_; in setDepthClipControl()
56385 return std::tie( sType, pNext, depthClipControl ); in reflect()
56397 …n ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( depthClipControl == rhs.depthClipControl ); in operator ==()
56410 VULKAN_HPP_NAMESPACE::Bool32 depthClipControl = {}; member
Dvulkan_core.h15494 VkBool32 depthClipControl; member
Dvulkan_hash.hpp7474 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthClipControlFeaturesEXT.depthClipControl ); in operator ()()
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h14848 VkBool32 depthClipControl; member