Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp185 …const LowLevelRenderPassDataVk& lowLevelRenderPassDataVk = (const LowLevelRenderPassDataVk&)render… in GraphicsPipelineStateObjectVk() local
339 &lowLevelRenderPassDataVk.viewport, // pViewports in GraphicsPipelineStateObjectVk()
341 &lowLevelRenderPassDataVk.scissor, // pScissors in GraphicsPipelineStateObjectVk()
430 const auto& ref = lowLevelRenderPassDataVk.renderPassCompatibilityDesc.attachments[0]; in GraphicsPipelineStateObjectVk()
473 const VkRenderPass renderPass = lowLevelRenderPassDataVk.renderPassCompatibility; in GraphicsPipelineStateObjectVk()