/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 376 Pipeline(VkDevice, const VkGraphicsPipelineCreateInfo *) in Pipeline() argument 379 Pipeline(VkDevice, const VkComputePipelineCreateInfo *) in Pipeline() argument 383 Pipeline(VkDevice, const VkRayTracingPipelineCreateInfoNV *) in Pipeline() argument 386 Pipeline(VkDevice, const VkRayTracingPipelineCreateInfoKHR *) in Pipeline() argument 389 Pipeline(VkDevice, const VkExecutionGraphPipelineCreateInfoAMDX *) in Pipeline() argument 398 RenderPass(VkDevice, const VkRenderPassCreateInfo *) in RenderPass() argument 401 RenderPass(VkDevice, const VkRenderPassCreateInfo2 *) in RenderPass() argument 409 Buffer(VkDevice, const VkBufferCreateInfo *pCreateInfo) : m_size(pCreateInfo->size) in Buffer() argument 433 Image(VkDevice, const VkImageCreateInfo *pCreateInfo) in Image() argument 522 …PrivateDeviceMemory(VkDevice, const VkMemoryAllocateInfo *pAllocInfo) : m_memory(allocateHeap(pAll… in PrivateDeviceMemory() argument [all …]
|
H A D | vkRayTracingUtil.cpp | 1751 …virtual void create(const DeviceInterface &, const VkDevice, Allocator &, VkDeviceSize, VkDeviceAd… in create()
|
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | vertex_buffer_test.cc | 67 static VkResult vkCreateBuffer(VkDevice, in vkCreateBuffer() argument 75 VkDevice, in vkGetBufferMemoryRequirements() argument 82 static VkResult vkAllocateMemory(VkDevice, in vkAllocateMemory() argument 88 static VkResult vkBindBufferMemory(VkDevice, in vkBindBufferMemory() argument 114 static VkResult vkAllocateCommandBuffers(VkDevice, in vkAllocateCommandBuffers() argument 119 static VkResult vkCreateFence(VkDevice, in vkCreateFence() argument 125 static void vkDestroyBufferView(VkDevice, in vkDestroyBufferView() argument 128 static void vkFreeMemory(VkDevice, in vkFreeMemory() argument 131 static void vkDestroyBuffer(VkDevice, in vkDestroyBuffer() argument
|
/aosp_15_r20/frameworks/native/vulkan/libvulkan/ |
H A D | swapchain.cpp | 1307 VkDevice, in GetDeviceGroupPresentCapabilitiesKHR() argument 1330 VkDevice, in GetDeviceGroupSurfacePresentModesKHR() argument 2169 VkResult GetSwapchainImagesKHR(VkDevice, in GetSwapchainImagesKHR() argument 2685 VkDevice, in GetRefreshCycleDurationGOOGLE() argument 2698 VkDevice, in GetPastPresentationTimingGOOGLE() argument 2737 VkDevice, in GetSwapchainStatusKHR() argument 2754 VkDevice, in SetHdrMetadataEXT() argument 2898 VkResult ReleaseSwapchainImagesEXT(VkDevice /*device*/, in ReleaseSwapchainImagesEXT() argument
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | Validation.cpp | 13 VkResult Validation::on_vkFlushMappedMemoryRanges(void*, VkResult, VkDevice, in on_vkFlushMappedMemoryRanges() argument 27 VkResult Validation::on_vkInvalidateMappedMemoryRanges(void*, VkResult, VkDevice, in on_vkInvalidateMappedMemoryRanges() argument
|
H A D | ResourceTracker.cpp | 2405 void*, VkResult, VkDevice, const VkBufferCollectionCreateInfoFUCHSIA* pInfo, in on_vkCreateBufferCollectionFUCHSIA() argument 2449 void ResourceTracker::on_vkDestroyBufferCollectionFUCHSIA(void*, VkResult, VkDevice, in on_vkDestroyBufferCollectionFUCHSIA() argument 2654 void*, VkResult, VkDevice, VkBufferCollectionFUCHSIA collection, in on_vkSetBufferCollectionBufferConstraintsFUCHSIA() argument 4133 void ResourceTracker::on_vkUnmapMemory(void*, VkDevice, VkDeviceMemory) { in on_vkUnmapMemory() argument 6345 VkResult ResourceTracker::on_vkMapMemoryIntoAddressSpaceGOOGLE_pre(void*, VkResult, VkDevice, in on_vkMapMemoryIntoAddressSpaceGOOGLE_pre() argument 6372 VkDevice, VkDeviceMemory memory, in on_vkMapMemoryIntoAddressSpaceGOOGLE() argument
|
/aosp_15_r20/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 336 PFN_vkVoidFunction GetDeviceProcAddr(VkDevice, const char* name) { in GetDeviceProcAddr() argument 728 void DestroyCommandPool(VkDevice /*device*/, in DestroyCommandPool() argument 738 VkResult AllocateCommandBuffers(VkDevice /*device*/, in AllocateCommandBuffers() argument 765 void FreeCommandBuffers(VkDevice /*device*/, in FreeCommandBuffers() argument 813 VkResult MapMemory(VkDevice, in MapMemory() argument 853 void GetBufferMemoryRequirements(VkDevice, in GetBufferMemoryRequirements() argument 913 void GetImageMemoryRequirements(VkDevice, in GetImageMemoryRequirements() argument 931 VkResult GetSwapchainGrallocUsageANDROID(VkDevice, in GetSwapchainGrallocUsageANDROID() argument 940 VkResult GetSwapchainGrallocUsage2ANDROID(VkDevice, in GetSwapchainGrallocUsage2ANDROID() argument 953 VkDevice, in GetSwapchainGrallocUsage3ANDROID() argument [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryBasicClass.hpp | 47 … virtual void bindDescriptorSets(const vk::DeviceInterface & /*vk*/, const vk::VkDevice /*device*/, in bindDescriptorSets()
|
/aosp_15_r20/external/skia/tests/ |
H A D | VkPriorityExtensionTest.cpp | 72 auto getProc = [instProc](const char* proc_name, VkInstance instance, VkDevice) { in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() argument
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemDeviceFaultTests.cpp | 252 virtual VkResult getDeviceFaultInfoEXT(VkDevice, VkDeviceFaultCountsEXT *pFaultCounts, in getDeviceFaultInfoEXT() argument
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.h | 1877 void destroy(VkDevice /*device*/) { mPool = nullptr; } in destroy() argument 2094 void destroy(VkDevice /*device*/) { SetBitField(mIsValid, 0); } in destroy() argument
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 5544 VkResult on_vkMapMemory(android::base::BumpPool* pool, VkDevice, VkDeviceMemory memory, in on_vkMapMemory() argument 5550 VkResult on_vkMapMemoryLocked(VkDevice, VkDeviceMemory memory, VkDeviceSize offset, in on_vkMapMemoryLocked() argument 5559 void on_vkUnmapMemory(android::base::BumpPool* pool, VkDevice, VkDeviceMemory) { in on_vkUnmapMemory() argument 5658 VkResult on_vkGetSwapchainGrallocUsageANDROID(android::base::BumpPool* pool, VkDevice, in on_vkGetSwapchainGrallocUsageANDROID() argument 5666 android::base::BumpPool* pool, VkDevice, VkFormat format, VkImageUsageFlags imageUsage, in on_vkGetSwapchainGrallocUsage2ANDROID() argument
|