Home
last modified time | relevance | path

Searched refs:negativeOneToOne (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1887 deBool negativeOneToOne = VK_FALSE; member
3520 state->negativeOneToOne = depthClipControl->negativeOneToOne; in buildPipeline()
4135 vk.cmdSetDepthClipNegativeOneToOneEXT(cmdBuffer, state->negativeOneToOne); in setShaderObjectDynamicStates()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c379 vp->negative_one_to_one = vp_dcc_info->negativeOneToOne; in vk_viewport_state_init()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c3348 pipeline->z_negative_one_to_one = depth_clip_info ? depth_clip_info->negativeOneToOne : false; in tu_pipeline_builder_parse_viewport()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h16540 VkBool32 negativeOneToOne; member
17805 typedef void (VKAPI_PTR *PFN_vkCmdSetDepthClipNegativeOneToOneEXT)(VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne);
17909 VkBool32 negativeOneToOne);
H A Dvulkan.hpp5610 void vkCmdSetDepthClipNegativeOneToOneEXT( VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne ) const VULKAN_HPP_NOEXCEPT
5612 return ::vkCmdSetDepthClipNegativeOneToOneEXT( commandBuffer, negativeOneToOne );
H A Dvulkan_raii.hpp6267 void setDepthClipNegativeOneToOneEXT( VULKAN_HPP_NAMESPACE::Bool32 negativeOneToOne ) const VULKAN_HPP_NOEXCEPT;
[all...]
H A Dvulkan_funcs.hpp[all...]
H A Dvulkan_handles.hpp6433 void setDepthClipNegativeOneToOneEXT( VULKAN_HPP_NAMESPACE::Bool32 negativeOneToOne,
H A Dvulkan_hash.hpp12930 VULKAN_HPP_HASH_COMBINE( seed, pipelineViewportDepthClipControlCreateInfoEXT.negativeOneToOne );
H A Dvulkan_structs.hpp[all...]
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c8918 VkBool32 negativeOneToOne) { in CmdSetDepthClipNegativeOneToOneEXT()
8926 disp->CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne); in CmdSetDepthClipNegativeOneToOneEXT()
8916 CmdSetDepthClipNegativeOneToOneEXT( VkCommandBuffer commandBuffer, VkBool32 negativeOneToOne) CmdSetDepthClipNegativeOneToOneEXT() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c1650 info.negative_one_to_one = !!depth_clip_control->negativeOneToOne; in radv_pipeline_init_viewport_info()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp4419 pDepthClipControlInfo->negativeOneToOne = makeVkBool32(m_testConfig.negativeOneToOneConfig.staticValue.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp5245 pDepthClipControlInfo->negativeOneToOne = makeVkBool32(m_testConfig.negativeOneToOneConfig.staticValue.get()); in iterate()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h13891 VkBool32 negativeOneToOne; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h12888 VkBool32 negativeOneToOne; member

Completed in 457 milliseconds