Home
last modified time | relevance | path

Searched refs:VALIDATE_VK_RESULT (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp105VALIDATE_VK_RESULT(vkGetPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, &surfaceFormatsCo… in GetColorInfo()
108 VALIDATE_VK_RESULT( in GetColorInfo()
132VALIDATE_VK_RESULT(vkGetPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, &presentMode… in GetPresentMode()
135 VALIDATE_VK_RESULT( in GetPresentMode()
264VALIDATE_VK_RESULT(vkGetPhysicalDeviceSurfaceSupportKHR(physicalDevice, 0, surface_, &surfaceSuppo… in SwapchainVk()
272VALIDATE_VK_RESULT(vkGetPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, surface_, &surfaceCap… in SwapchainVk()
326VALIDATE_VK_RESULT(vkCreateSwapchainKHR(vkDevice, &vkSwapchainCreateInfo, nullptr, &plat_.swapchai… in SwapchainVk()
330 VALIDATE_VK_RESULT(vkGetSwapchainImagesKHR(vkDevice, // device in SwapchainVk()
341 VALIDATE_VK_RESULT(vkGetSwapchainImagesKHR(vkDevice, // device in SwapchainVk()
377 VALIDATE_VK_RESULT(vkCreateImageView(vkDevice, // device in SwapchainVk()
[all …]
H A Dgpu_sampler_vk.cpp39 VALIDATE_VK_RESULT(deviceVk.GetExtFunctions().vkCreateSamplerYcbcrConversion( in CreateYcbcrConversion()
81 VALIDATE_VK_RESULT(vkCreateSampler(vkDevice, // device in GpuSamplerVk()
86 VALIDATE_VK_RESULT(vkCreateSampler(vkDevice, // device in GpuSamplerVk()
H A Drender_frame_sync_vk.cpp44 VALIDATE_VK_RESULT(vkCreateFence(device, // device
82 VALIDATE_VK_RESULT(vkResetFences(device, // device in WaitForFrameFence()
H A Dcreate_functions_vk.cpp338 VALIDATE_VK_RESULT(vkCreateInstance(&instanceCreateInfo, // pCreateInfo in CreateInstance()
378 VALIDATE_VK_RESULT(vkCreateDebugReportCallbackEXT(instance, // instance in CreateDebugCallback()
426 VALIDATE_VK_RESULT(vkCreateDebugUtilsMessengerEXT(instance, // instance in CreateDebugMessenger()
489 VALIDATE_VK_RESULT(vkEnumeratePhysicalDevices(instance, &physicalDeviceCount, nullptr)); in CreatePhysicalDevice()
600 VALIDATE_VK_RESULT(vkCreateDevice(physicalDevice, // physicalDevice in CreateDevice()
650 VALIDATE_VK_RESULT(vkCreatePipelineCache(device, &info, nullptr, &pipelineCache)); in CreatePipelineCache()
H A Dpipeline_state_object_vk.cpp121 VALIDATE_VK_RESULT(vkCreateDescriptorSetLayout(device, // device in GetDescriptorSetFillData()
153 VALIDATE_VK_RESULT(vkCreateDescriptorSetLayout(device, // device in GetDescriptorSetFillData()
421 VALIDATE_VK_RESULT(vkCreatePipelineLayout(vkDevice, // device in GraphicsPipelineStateObjectVk()
496 VALIDATE_VK_RESULT(vkCreateGraphicsPipelines(vkDevice, // device in GraphicsPipelineStateObjectVk()
595 VALIDATE_VK_RESULT(vkCreatePipelineLayout(vkDevice, // device in ComputePipelineStateObjectVk()
611 VALIDATE_VK_RESULT(vkCreateComputePipelines(vkDevice, // device in ComputePipelineStateObjectVk()
H A Dgpu_memory_allocator_vk.cpp390 VALIDATE_VK_RESULT(vmaMapMemory(allocator_, allocation, &data)); in MapMemory()
420 VALIDATE_VK_RESULT(vmaFindMemoryTypeIndexForBufferInfo(allocator_, // pImageCreateInfo in CreatePoolForBuffers()
438 VALIDATE_VK_RESULT(vmaCreatePool(allocator_, // allocator in CreatePoolForBuffers()
472 VALIDATE_VK_RESULT(vmaFindMemoryTypeIndexForImageInfo(allocator_, // pImageCreateInfo in CreatePoolForImages()
489 VALIDATE_VK_RESULT(vmaCreatePool(allocator_, // allocator in CreatePoolForImages()
H A Dvalidate_vk.h26 #define VALIDATE_VK_RESULT(vk_func) \ macro
H A Dnode_context_pool_manager_vk.cpp211 VALIDATE_VK_RESULT(vkCreateFramebuffer(device, // device in CreateFramebuffer()
238 VALIDATE_VK_RESULT(vkCreateCommandPool(device, // device in CreateContextCommandPool()
252 VALIDATE_VK_RESULT(vkAllocateCommandBuffers(device, // device in CreateContextCommandPool()
256 VALIDATE_VK_RESULT(vkCreateSemaphore(device, // device in CreateContextCommandPool()
H A Dgpu_semaphore_vk.cpp38 VALIDATE_VK_RESULT(vkCreateSemaphore(vkDev, // device in RENDER_BEGIN_NAMESPACE()
H A Dgpu_query_vk.cpp47 VALIDATE_VK_RESULT(vkCreateQueryPool(vkDevice, // device in RENDER_BEGIN_NAMESPACE()
H A Dnode_context_descriptor_set_manager_vk.cpp152 VALIDATE_VK_RESULT(vkCreateDescriptorPool(device, // device in ResetAndReserve()
245 VALIDATE_VK_RESULT(vkCreateDescriptorPool(device, // device in BeginBackendFrame()
576 VALIDATE_VK_RESULT(vkCreateDescriptorSetLayout(device, // device in CreateGpuDescriptorSet()
594 VALIDATE_VK_RESULT(vkAllocateDescriptorSets(device, // device in CreateGpuDescriptorSet()
H A Dshader_module_vk.cpp50 VALIDATE_VK_RESULT(vkCreateShaderModule(device, // device in CreateShaderModule()
H A Dgpu_buffer_vk.cpp137 VALIDATE_VK_RESULT(extFunctions.vkCreateAccelerationStructureKHR(vkDevice, // device in GpuBufferVk()
H A Drender_backend_vk.cpp566 VALIDATE_VK_RESULT(vkQueueSubmit(queue, // queue in RenderProcessSubmitCommandLists()
699 VALIDATE_VK_RESULT(vkResetCommandPool(device, // device in RenderPrimaryRenderPass()
714 VALIDATE_VK_RESULT(vkBeginCommandBuffer(cmdBuffer.commandBuffer, // commandBuffer in RenderPrimaryRenderPass()
780 VALIDATE_VK_RESULT(vkEndCommandBuffer(cmdBuffer.commandBuffer)); // commandBuffer in RenderPrimaryRenderPass()
884 VALIDATE_VK_RESULT(vkResetCommandPool(device, // device in RenderSingleCommandList()
901 VALIDATE_VK_RESULT(vkBeginCommandBuffer(cmdBuffer.commandBuffer, // commandBuffer in RenderSingleCommandList()
1157 VALIDATE_VK_RESULT(vkEndCommandBuffer(cmdBuffer.commandBuffer)); // commandBuffer in RenderSingleCommandList()
H A Dpipeline_create_functions_vk.cpp405 VALIDATE_VK_RESULT(vkCreateRenderPass(device, // device in CreateRenderPassCombined()
636 VALIDATE_VK_RESULT(extFunctions.vkCreateRenderPass2KHR(device, // device in CreateRenderPassCombined2()
H A Dgpu_image_vk.cpp178 VALIDATE_VK_RESULT(vkCreateImageView(device, // device in CreateImageView()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_hardware_buffer_util.cpp38 VALIDATE_VK_RESULT(vkCreateImage(device, // device in CreateHwPlatformImage()
60 VALIDATE_VK_RESULT(vkAllocateMemory(device, // device in CreateHwPlatformImage()
64 VALIDATE_VK_RESULT(vkBindImageMemory(device, // device in CreateHwPlatformImage()
H A Dplatform_create_functions_vk.cpp43 VALIDATE_VK_RESULT(vkCreateXcbSurfaceKHR(instance, &surfaceCreateInfo, nullptr, &surface)); in RENDER_BEGIN_NAMESPACE()
58 VALIDATE_VK_RESULT(vkCreateXlibSurfaceKHR(instance, &surfaceCreateInfo, nullptr, &surface)); in RENDER_BEGIN_NAMESPACE()
72VALIDATE_VK_RESULT(vkCreateMacOSSurfaceMVK(instance, &surfaceCreateInfo, nullptr, &surface)); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_hardware_buffer_util.cpp38 VALIDATE_VK_RESULT(vkCreateImage(device, // device in CreateHwPlatformImage()
60 VALIDATE_VK_RESULT(vkAllocateMemory(device, // device in CreateHwPlatformImage()
64 VALIDATE_VK_RESULT(vkBindImageMemory(device, // device in CreateHwPlatformImage()
H A Dplatform_create_functions_vk.cpp42VALIDATE_VK_RESULT(vkCreateMacOSSurfaceMVK(instance, &surfaceCreateInfo, nullptr, &surface)); in RENDER_BEGIN_NAMESPACE()
56VALIDATE_VK_RESULT(vkCreateMetalSurfaceEXT(instance, &surfaceCreateInfo, nullptr, &surface)); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_hardware_buffer_util.cpp38 VALIDATE_VK_RESULT(vkCreateImage(device, // device in CreateHwPlatformImage()
60 VALIDATE_VK_RESULT(vkAllocateMemory(device, // device in CreateHwPlatformImage()
64 VALIDATE_VK_RESULT(vkBindImageMemory(device, // device in CreateHwPlatformImage()
H A Dplatform_create_functions_vk.cpp43VALIDATE_VK_RESULT(vkCreateWin32SurfaceKHR(instance, &surfaceCreateInfo, nullptr, &surface)); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp48 VALIDATE_VK_RESULT(extFunctions.vkGetNativeBufferPropertiesOHOS(device, // device in QueryHwBufferFormatProperties()
100 VALIDATE_VK_RESULT(vkCreateImage(device, // device in CreateHwPlatformImage()
130 VALIDATE_VK_RESULT(vkAllocateMemory(device, // device in CreateHwPlatformImage()
134 VALIDATE_VK_RESULT(vkBindImageMemory(device, // device in CreateHwPlatformImage()
H A Dplatform_gpu_image_vk.cpp80 VALIDATE_VK_RESULT(deviceVk.GetExtFunctions().vkCreateSamplerYcbcrConversion( in CreatePlatformHwBuffer()
91 VALIDATE_VK_RESULT(vkCreateSampler(vkDevice, // device in CreatePlatformHwBuffer()
H A Dplatform_create_functions_vk.cpp41 VALIDATE_VK_RESULT(vkCreateSurfaceOHOS(instance, &surfaceCreateInfo, nullptr, &surface)); in RENDER_BEGIN_NAMESPACE()