/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_sampler_vk.cpp | 34 const VkDevice vkDevice = devicePlat.device; in CreateYcbcrConversion() local 40 vkDevice, &ycbcrConversionInfo, nullptr, &samplerYcbcrConversion)); in CreateYcbcrConversion() 71 const VkDevice vkDevice = devicePlat.device; in GpuSamplerVk() local 81 VALIDATE_VK_RESULT(vkCreateSampler(vkDevice, // device in GpuSamplerVk() 86 VALIDATE_VK_RESULT(vkCreateSampler(vkDevice, // device in GpuSamplerVk()
|
H A D | pipeline_state_object_vk.cpp | 189 const VkDevice vkDevice = devicePlatVk.device; in GraphicsPipelineStateObjectVk() local 408 GetDescriptorSetFillData(pipelineLayout, pipelineLayoutData, vkDevice, in GraphicsPipelineStateObjectVk() 421 VALIDATE_VK_RESULT(vkCreatePipelineLayout(vkDevice, // device in GraphicsPipelineStateObjectVk() 496 VALIDATE_VK_RESULT(vkCreateGraphicsPipelines(vkDevice, // device in GraphicsPipelineStateObjectVk() 507 vkDestroyDescriptorSetLayout(vkDevice, // device in GraphicsPipelineStateObjectVk() 541 const VkDevice vkDevice = devicePlatVk.device; in ComputePipelineStateObjectVk() local 583 …pipelineLayout, pipelineLayoutData, vkDevice, VkShaderStageFlagBits::VK_SHADER_STAGE_COMPUTE_BIT, … in ComputePipelineStateObjectVk() 595 VALIDATE_VK_RESULT(vkCreatePipelineLayout(vkDevice, // device in ComputePipelineStateObjectVk() 611 VALIDATE_VK_RESULT(vkCreateComputePipelines(vkDevice, // device in ComputePipelineStateObjectVk() 622 vkDestroyDescriptorSetLayout(vkDevice, // device in ComputePipelineStateObjectVk()
|
H A D | gpu_image_vk.cpp | 342 const VkDevice vkDevice = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in CreateVkImageViews() local 356 plat_.imageView = CreateImageView(vkDevice, ycbcrConversionInfo, imageInput, imageViewType, in CreateVkImageViews() 372 …vkDevice, ycbcrConversionInfo, imageInputIdentity, baseImageViewType, imageAspectFlags, 0U, 1U, 0U… in CreateVkImageViews() 382 …vkDevice, ycbcrConversionInfo, imageInput, baseImageViewType, imageAspectFlags, mipIdx, 1U, 0U, 1U… in CreateVkImageViews() 384 … platViews_.mipImageAllLayerViews[mipIdx] = CreateImageView(vkDevice, ycbcrConversionInfo, in CreateVkImageViews() 392 … platViews_.layerImageViews[layerIdx] = CreateImageView(vkDevice, ycbcrConversionInfo, imageInput, in CreateVkImageViews() 400 … platViews_.mipImageAllLayerViews[mipIdx] = CreateImageView(vkDevice, ycbcrConversionInfo, in CreateVkImageViews()
|
H A D | swapchain_vk.cpp | 259 auto const vkDevice = devicePlatformData.device; in SwapchainVk() local 326 …VALIDATE_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() 381 VALIDATE_VK_RESULT(vkCreateSemaphore(vkDevice, // device in SwapchainVk()
|
H A D | gpu_query_vk.cpp | 45 const VkDevice vkDevice = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in RENDER_BEGIN_NAMESPACE() local 47 VALIDATE_VK_RESULT(vkCreateQueryPool(vkDevice, // device in RENDER_BEGIN_NAMESPACE()
|
H A D | shader_module_vk.cpp | 101 const VkDevice vkDevice = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ShaderModuleVk() local 102 plat_.shaderModule = CreateShaderModule(vkDevice, createInfo.spvData); in ShaderModuleVk()
|
H A D | gpu_buffer_vk.cpp | 133 const VkDevice vkDevice = devicePlat.device; in GpuBufferVk() local 137 VALIDATE_VK_RESULT(extFunctions.vkCreateAccelerationStructureKHR(vkDevice, // device in GpuBufferVk() 148 …tAccel_.deviceAddress = extFunctions.vkGetAccelerationStructureDeviceAddressKHR(vkDevice, // device in GpuBufferVk()
|
H A D | node_context_pool_manager_vk.cpp | 270 …const VkDevice vkDevice = static_cast<const DevicePlatformDataVk&>(device_.GetPlatformData()).devi… local 281 vkDevice, VkCommandBufferLevel::VK_COMMAND_BUFFER_LEVEL_PRIMARY, queueFamilyIndex); 283 … vkDevice, VkCommandBufferLevel::VK_COMMAND_BUFFER_LEVEL_SECONDARY, queueFamilyIndex);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
H A D | platform_gpu_image_vk.cpp | 78 const VkDevice vkDevice = devicePlat.device; in CreatePlatformHwBuffer() local 81 … vkDevice, &ycbcrConversionCreateInfo, nullptr, &platConversion_.samplerConversion)); in CreatePlatformHwBuffer() 91 VALIDATE_VK_RESULT(vkCreateSampler(vkDevice, // device in CreatePlatformHwBuffer()
|