Lines Matching refs:pAttachments
280 .format = pCreateInfo->pAttachments[i].format, in anv_CreateRenderPass()
281 .samples = pCreateInfo->pAttachments[i].samples, in anv_CreateRenderPass()
282 .load_op = pCreateInfo->pAttachments[i].loadOp, in anv_CreateRenderPass()
283 .store_op = pCreateInfo->pAttachments[i].storeOp, in anv_CreateRenderPass()
284 .stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp, in anv_CreateRenderPass()
285 .initial_layout = pCreateInfo->pAttachments[i].initialLayout, in anv_CreateRenderPass()
286 .final_layout = pCreateInfo->pAttachments[i].finalLayout, in anv_CreateRenderPass()
288 .stencil_initial_layout = pCreateInfo->pAttachments[i].initialLayout, in anv_CreateRenderPass()
289 .stencil_final_layout = pCreateInfo->pAttachments[i].finalLayout, in anv_CreateRenderPass()
519 .format = pCreateInfo->pAttachments[i].format, in anv_CreateRenderPass2()
520 .samples = pCreateInfo->pAttachments[i].samples, in anv_CreateRenderPass2()
521 .load_op = pCreateInfo->pAttachments[i].loadOp, in anv_CreateRenderPass2()
522 .store_op = pCreateInfo->pAttachments[i].storeOp, in anv_CreateRenderPass2()
523 .stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp, in anv_CreateRenderPass2()
524 .initial_layout = pCreateInfo->pAttachments[i].initialLayout, in anv_CreateRenderPass2()
525 .final_layout = pCreateInfo->pAttachments[i].finalLayout, in anv_CreateRenderPass2()
527 .stencil_initial_layout = stencil_desc_layout(&pCreateInfo->pAttachments[i], in anv_CreateRenderPass2()
529 .stencil_final_layout = stencil_desc_layout(&pCreateInfo->pAttachments[i], in anv_CreateRenderPass2()