Home
last modified time | relevance | path

Searched refs:vkCmdSetDepthBoundsTestEnableEXT (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h502 PFN_vkCmdSetDepthBoundsTestEnableEXT vkCmdSetDepthBoundsTestEnableEXT; member
Dgoldfish_vk_dispatch.cpp706 out->vkCmdSetDepthBoundsTestEnableEXT = in init_vulkan_dispatch_from_system_loader()
1689 out->vkCmdSetDepthBoundsTestEnableEXT = in init_vulkan_dispatch_from_instance()
2677 out->vkCmdSetDepthBoundsTestEnableEXT = in init_vulkan_dispatch_from_device()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp2738 …void vkCmdSetDepthBoundsTestEnableEXT( VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnab… in vkCmdSetDepthBoundsTestEnableEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2740 return ::vkCmdSetDepthBoundsTestEnableEXT( commandBuffer, depthBoundsTestEnable ); in vkCmdSetDepthBoundsTestEnableEXT()
4954 PFN_vkCmdSetDepthBoundsTestEnableEXT vkCmdSetDepthBoundsTestEnableEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5452vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetInstanceProcAddr( in… in init()
5453 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in init()
5819vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetDeviceProcAddr( devi… in init()
5820 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in init()
Dvulkan.hpp4133 …void vkCmdSetDepthBoundsTestEnableEXT( VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnab… in vkCmdSetDepthBoundsTestEnableEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
4135 return ::vkCmdSetDepthBoundsTestEnableEXT( commandBuffer, depthBoundsTestEnable ); in vkCmdSetDepthBoundsTestEnableEXT()
9903 PFN_vkCmdSetDepthBoundsTestEnableEXT vkCmdSetDepthBoundsTestEnableEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11067vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetInstanceProcAddr( in… in init()
11068 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in init()
11975vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetDeviceProcAddr( devi… in init()
11976 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in init()
Dvulkansc_raii.hpp560vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetDeviceProcAddr( devi… in DeviceDispatcher()
561 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in DeviceDispatcher()
911 PFN_vkCmdSetDepthBoundsTestEnableEXT vkCmdSetDepthBoundsTestEnableEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
9656 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdSetDepthBoundsTestEnableEXT && "Function <vkCmdSetDepthBou… in setDepthBoundsTestEnableEXT()
9660 …getDispatcher()->vkCmdSetDepthBoundsTestEnableEXT( static_cast<VkCommandBuffer>( m_commandBuffer )… in setDepthBoundsTestEnableEXT()
Dvulkan_raii.hpp1175vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetDeviceProcAddr( devi… in DeviceDispatcher()
1176 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in DeviceDispatcher()
2036 PFN_vkCmdSetDepthBoundsTestEnableEXT vkCmdSetDepthBoundsTestEnableEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
17272 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdSetDepthBoundsTestEnableEXT && "Function <vkCmdSetDepthBou… in setDepthBoundsTestEnableEXT()
17276 …getDispatcher()->vkCmdSetDepthBoundsTestEnableEXT( static_cast<VkCommandBuffer>( m_commandBuffer )… in setDepthBoundsTestEnableEXT()
Dvulkansc_funcs.hpp8250 …d.vkCmdSetDepthBoundsTestEnableEXT( m_commandBuffer, static_cast<VkBool32>( depthBoundsTestEnable … in setDepthBoundsTestEnableEXT()
Dvulkan_core.h14143 VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBoundsTestEnableEXT(
Dvulkan_funcs.hpp14657 …d.vkCmdSetDepthBoundsTestEnableEXT( m_commandBuffer, static_cast<VkBool32>( depthBoundsTestEnable … in setDepthBoundsTestEnableEXT()
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp3186 vk->vkCmdSetDepthBoundsTestEnableEXT((VkCommandBuffer)dispatchHandle, in subDecode()
DVkDecoderSnapshot.h1630 void vkCmdSetDepthBoundsTestEnableEXT(android::base::BumpPool* pool,
DVkDecoderSnapshot.cpp3569 void vkCmdSetDepthBoundsTestEnableEXT(android::base::BumpPool* pool, in vkCmdSetDepthBoundsTestEnableEXT() function in gfxstream::vk::VkDecoderSnapshot::Impl
7308 void VkDecoderSnapshot::vkCmdSetDepthBoundsTestEnableEXT( in vkCmdSetDepthBoundsTestEnableEXT() function in gfxstream::vk::VkDecoderSnapshot
7311 mImpl->vkCmdSetDepthBoundsTestEnableEXT(pool, apiCallInfo, apiCallPacket, apiCallPacketSize, in vkCmdSetDepthBoundsTestEnableEXT()
DVkDecoder.cpp19630 vk->vkCmdSetDepthBoundsTestEnableEXT(unboxed_commandBuffer, in decode()
19635 m_state->snapshot()->vkCmdSetDepthBoundsTestEnableEXT( in decode()