Searched refs:depthLoadOp (Results 1 – 4 of 4) sorted by relevance
77 depthStencilAttachment.depthLoadOp = stencilOp; in beginRenderPass()
2502 VkAttachmentLoadOp depthLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in startNewRenderPass() local2514 depthLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in startNewRenderPass()2542 depthLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in startNewRenderPass()2575 depthLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in startNewRenderPass()2587 const bool unresolveDepth = depthLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD; in startNewRenderPass()2593 depthLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in startNewRenderPass()2612 renderPassAttachmentOps.setOps(depthStencilAttachmentIndex, depthLoadOp, depthStoreOp); in startNewRenderPass()
342 …const VkAttachmentLoadOp depthLoadOp = (stencilOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACH… in createRenderPass() local352 depthLoadOp, // VkAttachmentLoadOp loadOp in createRenderPass()
1183 depthStencilAttachmentInfo.depthLoadOp = load_op; in CreateRenderPassDescriptor()