Searched refs:CmdSetDepthBounds (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 130 GET_DEVICE_PROC(CmdSetDepthBounds); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 126 PFN_vkCmdSetDepthBounds CmdSetDepthBounds = nullptr; member
|
D | CommandBufferVk.cpp | 567 device->fn.CmdSetDepthBounds(commands, 0.0f, 1.0f); in RecordRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 212 GET_DEVICE_PROC(CmdSetDepthBounds); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 189 PFN_vkCmdSetDepthBounds CmdSetDepthBounds = nullptr; member
|
D | CommandBufferVk.cpp | 1040 device->fn.CmdSetDepthBounds(commands, 0.0f, 1.0f); in RecordRenderPass()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 363 class CmdSetDepthBounds : public vk::CommandBuffer::Command class 366 CmdSetDepthBounds(float minDepthBounds, float maxDepthBounds) in CmdSetDepthBounds() function in __anon4bb7368e0111::CmdSetDepthBounds 1465 addCommand<::CmdSetDepthBounds>(minDepthBounds, maxDepthBounds); in setDepthBounds()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 131 ACQUIRE_PROC(CmdSetDepthBounds, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 131 ACQUIRE_PROC(CmdSetDepthBounds, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_draw.cpp | 646 VKCTX(CmdSetDepthBounds)(batch->state->cmdbuf, in zink_draw_vbo()
|