Home
last modified time | relevance | path

Searched refs:vkDevice (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_sampler_vk.cpp34 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 Dpipeline_state_object_vk.cpp189 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 Dgpu_image_vk.cpp342 const VkDevice vkDevice = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in CreateVkImageViews() local
356 plat_.imageView = CreateImageView(vkDevice, ycbcrConversionInfo, imageInput, imageViewType, in CreateVkImageViews()
372vkDevice, ycbcrConversionInfo, imageInputIdentity, baseImageViewType, imageAspectFlags, 0U, 1U, 0U… in CreateVkImageViews()
382vkDevice, 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 Dswapchain_vk.cpp259 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 Dgpu_query_vk.cpp45 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 Dshader_module_vk.cpp101 const VkDevice vkDevice = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ShaderModuleVk() local
102 plat_.shaderModule = CreateShaderModule(vkDevice, createInfo.spvData); in ShaderModuleVk()
H A Dgpu_buffer_vk.cpp133 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 Dnode_context_pool_manager_vk.cpp270 …const VkDevice vkDevice = static_cast<const DevicePlatformDataVk&>(device_.GetPlatformData()).devi… local
281 vkDevice, VkCommandBufferLevel::VK_COMMAND_BUFFER_LEVEL_PRIMARY, queueFamilyIndex);
283vkDevice, VkCommandBufferLevel::VK_COMMAND_BUFFER_LEVEL_SECONDARY, queueFamilyIndex);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_gpu_image_vk.cpp78 const VkDevice vkDevice = devicePlat.device; in CreatePlatformHwBuffer() local
81vkDevice, &ycbcrConversionCreateInfo, nullptr, &platConversion_.samplerConversion)); in CreatePlatformHwBuffer()
91 VALIDATE_VK_RESULT(vkCreateSampler(vkDevice, // device in CreatePlatformHwBuffer()