Home | History | Annotate | Download | only in unique_objects

Lines Matching refs:pDepthStencilAttachment

3251 	pDepthStencilAttachment(nullptr),
3267 if (pInStruct->pDepthStencilAttachment) {
3268 pDepthStencilAttachment = new VkAttachmentReference(*pInStruct->pDepthStencilAttachment);
3287 pDepthStencilAttachment = nullptr;
3302 if (src.pDepthStencilAttachment) {
3303 pDepthStencilAttachment = new VkAttachmentReference(*src.pDepthStencilAttachment);
3319 if (pDepthStencilAttachment)
3320 delete pDepthStencilAttachment;
3334 pDepthStencilAttachment = nullptr;
3349 if (pInStruct->pDepthStencilAttachment) {
3350 pDepthStencilAttachment = new VkAttachmentReference(*pInStruct->pDepthStencilAttachment);
3367 pDepthStencilAttachment = nullptr;
3382 if (src->pDepthStencilAttachment) {
3383 pDepthStencilAttachment = new VkAttachmentReference(*src->pDepthStencilAttachment);