/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 144 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/ |
D | Context.cpp | 637 …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/ |
D | vkMandatoryFeatures.inl | 972 if ( physicalDeviceDepthClipControlFeaturesEXT.depthClipControl == VK_FALSE ) 974 …log << tcu::TestLog::Message << "Mandatory feature depthClipControl not supported" << tcu::TestLog…
|
D | vkDeviceFeatures2.inl | 3138 …(deviceDepthClipControlFeaturesEXT[0].depthClipControl != deviceDepthClipControlFeaturesEXT[1].dep…
|
D | vkStructTypes.inl | 6058 VkBool32 depthClipControl; member
|
D | vkDeviceFeatureTest.inl | 4964 FEATURE_ITEM (VkPhysicalDeviceDepthClipControlFeaturesEXT, depthClipControl),
|
D | vkVulkan_c.inl | 15884 VkBool32 depthClipControl; member
|
D | vkStrUtilImpl.inl | 13168 s << "\tdepthClipControl = " << value.depthClipControl << '\n';
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 483 features->depthClipControl = VK_TRUE; in getPhysicalDeviceDepthClipControlFeaturesExt()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 202 const bool depthClipControl = false) in makeGraphicsPipeline() argument 217 …depthClipControl ? &depthClipControlCreateInfo : DE_NULL, // const void* … in makeGraphicsPipeline()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.h | 650 VkPipelineViewportDepthClipControlCreateInfoEXT depthClipControl = {}; member
|
D | vk_cache_utils.cpp | 3515 stateOut->depthClipControl.sType = in initializePipelineShadersState() 3517 stateOut->depthClipControl.negativeOneToOne = in initializePipelineShadersState() 3520 stateOut->viewportState.pNext = &stateOut->depthClipControl; in initializePipelineShadersState()
|
D | RendererVk.cpp | 4156 mDepthClipControlFeatures.depthClipControl == VK_TRUE); in initFeatures()
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_device.h | 6421 vn_encode_VkBool32(enc, &val->depthClipControl); in vn_encode_VkPhysicalDeviceDepthClipControlFeaturesEXT_self() 6446 vn_decode_VkBool32(dec, &val->depthClipControl); in vn_decode_VkPhysicalDeviceDepthClipControlFeaturesEXT_self_temp()
|
D | vulkan_core.h | 13927 VkBool32 depthClipControl; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 53848 , 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
|
D | vulkan_core.h | 14480 VkBool32 depthClipControl; member
|
D | vulkan_hash.hpp | 7067 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthClipControlFeaturesEXT.depthClipControl ); in operator ()()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 50716 : 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
|
D | vulkan_core.h | 14823 VkBool32 depthClipControl; member
|
D | vulkan_hash.hpp | 6529 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthClipControlFeaturesEXT.depthClipControl ); in operator ()()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 56332 , 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
|
D | vulkan_core.h | 15494 VkBool32 depthClipControl; member
|
D | vulkan_hash.hpp | 7474 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthClipControlFeaturesEXT.depthClipControl ); in operator ()()
|
/external/gfxstream-protocols/include/vulkan/include/vulkan/ |
D | vulkan_core.h | 14848 VkBool32 depthClipControl; member
|