/external/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 49 VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, cons… in vkBindBufferMemory2KHR() 54 VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const… in vkBindImageMemory2KHR()
|
D | libVulkan.cpp | 640 VKAPI_ATTR VkResult VKAPI_CALL vkQueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBin… in vkQueueBindSparse() 1635 VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const V… in vkBindBufferMemory2() 1653 VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const Vk… in vkBindImageMemory2()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 666 uint32_t bindInfoCount, in anv_BindImageMemory2KHR()
|
D | anv_device.c | 2301 uint32_t bindInfoCount, in anv_BindBufferMemory2KHR() 2312 uint32_t bindInfoCount, in anv_QueueBindSparse()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 2516 uint32_t bindInfoCount, in radv_BindBufferMemory2KHR() 2550 uint32_t bindInfoCount, in radv_BindImageMemory2KHR() 2628 uint32_t bindInfoCount, in radv_QueueBindSparse()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 95 VkResult DeviceDriver::queueBindSparse (VkQueue queue, deUint32 bindInfoCount, const VkBindSparseIn… 610 VkResult DeviceDriver::bindBufferMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindBuff… 615 VkResult DeviceDriver::bindImageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImage…
|
D | vkNullDriverImpl.inl | 495 VKAPI_ATTR VkResult VKAPI_CALL queueBindSparse (VkQueue queue, deUint32 bindInfoCount, const VkBind… 1022 VKAPI_ATTR VkResult VKAPI_CALL bindBufferMemory2 (VkDevice device, deUint32 bindInfoCount, const Vk… 1030 VKAPI_ATTR VkResult VKAPI_CALL bindImageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkB…
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 3742 …anv_tramp_BindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryIn… in anv_tramp_BindBufferMemory2KHR() 3748 …anv_tramp_BindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo… in anv_tramp_BindImageMemory2KHR()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 4449 bool CoreChecks::PreCallValidateBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, in PreCallValidateBindBufferMemory2() 4463 bool CoreChecks::PreCallValidateBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, in PreCallValidateBindBufferMemory2KHR() 4477 void CoreChecks::PostCallRecordBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, in PostCallRecordBindBufferMemory2() 4485 void CoreChecks::PostCallRecordBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, in PostCallRecordBindBufferMemory2KHR() 11024 bool CoreChecks::PreCallValidateBindImageMemory2(VkDevice device, uint32_t bindInfoCount, in PreCallValidateBindImageMemory2() 11037 bool CoreChecks::PreCallValidateBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, in PreCallValidateBindImageMemory2KHR() 11050 void CoreChecks::PostCallRecordBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBi… in PostCallRecordBindImageMemory2() 11059 void CoreChecks::PostCallRecordBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, in PostCallRecordBindImageMemory2KHR() 11101 bool CoreChecks::PreCallValidateQueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBind… in PreCallValidateQueueBindSparse() 11230 void CoreChecks::PostCallRecordQueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBindS… in PostCallRecordQueueBindSparse()
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1127 …VkResult vkBindAccelerationStructureMemoryNV( VkDevice device, uint32_t bindInfoCount, const VkBin… in vkBindAccelerationStructureMemoryNV() 1135 …VkResult vkBindBufferMemory2( VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInf… in vkBindBufferMemory2() 1139 …VkResult vkBindBufferMemory2KHR( VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemory… in vkBindBufferMemory2KHR() 1147 …VkResult vkBindImageMemory2( VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo*… in vkBindImageMemory2() 1151 …VkResult vkBindImageMemory2KHR( VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryIn… in vkBindImageMemory2KHR() 2397 …VkResult vkQueueBindSparse( VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindIn… in vkQueueBindSparse() 39813 …VULKAN_HPP_INLINE Result Queue::bindSparse( uint32_t bindInfoCount, const BindSparseInfo* pBindInf… in bindSparse() 43953 …VULKAN_HPP_INLINE Result Device::bindBufferMemory2( uint32_t bindInfoCount, const BindBufferMemory… in bindBufferMemory2() 43967 …VULKAN_HPP_INLINE Result Device::bindBufferMemory2KHR( uint32_t bindInfoCount, const BindBufferMem… in bindBufferMemory2KHR() 43981 …VULKAN_HPP_INLINE Result Device::bindImageMemory2( uint32_t bindInfoCount, const BindImageMemoryIn… in bindImageMemory2() [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1105 …VkResult vkBindAccelerationStructureMemoryNV( VkDevice device, uint32_t bindInfoCount, const VkBin… in vkBindAccelerationStructureMemoryNV() 1115 …VkResult vkBindBufferMemory2( VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInf… in vkBindBufferMemory2() 1120 …VkResult vkBindBufferMemory2KHR( VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemory… in vkBindBufferMemory2KHR() 1130 …VkResult vkBindImageMemory2( VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo*… in vkBindImageMemory2() 1135 …VkResult vkBindImageMemory2KHR( VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryIn… in vkBindImageMemory2KHR() 2345 …VkResult vkQueueBindSparse( VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindIn… in vkQueueBindSparse() 48476 …VULKAN_HPP_INLINE Result Device::bindAccelerationStructureMemoryNV( uint32_t bindInfoCount, const … in bindAccelerationStructureMemoryNV() 48505 …VULKAN_HPP_INLINE Result Device::bindBufferMemory2( uint32_t bindInfoCount, const BindBufferMemory… in bindBufferMemory2() 48519 …VULKAN_HPP_INLINE Result Device::bindBufferMemory2KHR( uint32_t bindInfoCount, const BindBufferMem… in bindBufferMemory2KHR() 48548 …VULKAN_HPP_INLINE Result Device::bindImageMemory2( uint32_t bindInfoCount, const BindImageMemoryIn… in bindImageMemory2() [all …]
|