Searched refs:vkCmdSetDepthBoundsTestEnableEXT (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 502 PFN_vkCmdSetDepthBoundsTestEnableEXT vkCmdSetDepthBoundsTestEnableEXT; member
|
D | goldfish_vk_dispatch.cpp | 706 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/ |
D | vulkansc.hpp | 2738 …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 5452 …vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetInstanceProcAddr( in… in init() 5453 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in init() 5819 …vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetDeviceProcAddr( devi… in init() 5820 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in init()
|
D | vulkan.hpp | 4133 …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 11067 …vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetInstanceProcAddr( in… in init() 11068 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in init() 11975 …vkCmdSetDepthBoundsTestEnableEXT = PFN_vkCmdSetDepthBoundsTestEnableEXT( vkGetDeviceProcAddr( devi… in init() 11976 … !vkCmdSetDepthBoundsTestEnable ) vkCmdSetDepthBoundsTestEnable = vkCmdSetDepthBoundsTestEnableEXT; in init()
|
D | vulkansc_raii.hpp | 560 …vkCmdSetDepthBoundsTestEnableEXT = 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()
|
D | vulkan_raii.hpp | 1175 …vkCmdSetDepthBoundsTestEnableEXT = 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()
|
D | vulkansc_funcs.hpp | 8250 …d.vkCmdSetDepthBoundsTestEnableEXT( m_commandBuffer, static_cast<VkBool32>( depthBoundsTestEnable … in setDepthBoundsTestEnableEXT()
|
D | vulkan_core.h | 14143 VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBoundsTestEnableEXT(
|
D | vulkan_funcs.hpp | 14657 …d.vkCmdSetDepthBoundsTestEnableEXT( m_commandBuffer, static_cast<VkBool32>( depthBoundsTestEnable … in setDepthBoundsTestEnableEXT()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 3186 vk->vkCmdSetDepthBoundsTestEnableEXT((VkCommandBuffer)dispatchHandle, in subDecode()
|
D | VkDecoderSnapshot.h | 1630 void vkCmdSetDepthBoundsTestEnableEXT(android::base::BumpPool* pool,
|
D | VkDecoderSnapshot.cpp | 3569 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()
|
D | VkDecoder.cpp | 19630 vk->vkCmdSetDepthBoundsTestEnableEXT(unboxed_commandBuffer, in decode() 19635 m_state->snapshot()->vkCmdSetDepthBoundsTestEnableEXT( in decode()
|