Home
last modified time | relevance | path

Searched refs:VkDepthBiasRepresentationInfoEXT (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp53 using MaybeRepr = tcu::Maybe<VkDepthBiasRepresentationInfoEXT>;
55 VkDepthBiasRepresentationInfoEXT makeDepthBiasRepresentationInfo (const VkDepthBiasRepresentationEXT repr, const bool exact) in makeDepthBiasRepresentationInfo()
57 VkDepthBiasRepresentationInfoEXT info = initVulkanStructure(); in makeDepthBiasRepresentationInfo()
225 testLog << tcu::TestLog::Message << "No VkDepthBiasRepresentationInfoEXT extension structure" << tcu::TestLog::EndMessage; in log()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1250 using OptDepthBiasRepr = tcu::Maybe<vk::VkDepthBiasRepresentationInfoEXT>;
5211 using DepthBiasReprInfoPtr = de::MovePtr<vk::VkDepthBiasRepresentationInfoEXT>; in iterate()
5265 pDepthBiasReprInfo = DepthBiasReprInfoPtr(new vk::VkDepthBiasRepresentationInfoEXT(vk::initVulkanStructure(rasterizationPnext))); in iterate()
8430 vk::VkDepthBiasRepresentationInfoEXT depthBiasReprInfo = vk::initVulkanStructure(); in createExtendedDynamicStateTests()
8440 // If the VkDepthBiasRepresentationInfoEXT is not taken into account, the value of R would be 2^(E-N), such that: in createExtendedDynamicStateTests()
8469 vk::VkDepthBiasRepresentationInfoEXT depthBiasReprInfo = vk::initVulkanStructure(); in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp3609 const auto depthBiasRepresentationInfo = findStructure<VkDepthBiasRepresentationInfoEXT>(pointerToCreateInfo->pRasterizationState->pNext); in buildPipeline()
3940 VkDepthBiasRepresentationInfoEXT depthBiasRepresentationInfo = vk::initVulkanStructure(); in setShaderObjectDynamicStates()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h15395 typedef struct VkDepthBiasRepresentationInfoEXT { struct
15400 } VkDepthBiasRepresentationInfoEXT; typedef
H A Dvulkan_static_assertions.hpp4894 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DepthBiasRepresentationInfoEXT ) == sizeof( VkDepthBiasRepresentationInfoEXT ),
H A Dvulkan_structs.hpp23404 using NativeType = VkDepthBiasRepresentationInfoEXT;
23422 DepthBiasRepresentationInfoEXT( VkDepthBiasRepresentationInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT
23430 DepthBiasRepresentationInfoEXT & operator=( VkDepthBiasRepresentationInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT
23457 operator VkDepthBiasRepresentationInfoEXT const &() const VULKAN_HPP_NOEXCEPT
23459 return *reinterpret_cast<const VkDepthBiasRepresentationInfoEXT *>( this );
23462 operator VkDepthBiasRepresentationInfoEXT &() VULKAN_HPP_NOEXCEPT
23464 return *reinterpret_cast<VkDepthBiasRepresentationInfoEXT *>( this );
[all...]

Completed in 149 milliseconds