Home | History | Annotate | Download | only in unique_objects

Lines Matching refs:colorAttachmentCount

3248 	colorAttachmentCount(pInStruct->colorAttachmentCount),
3260 pColorAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3261 memcpy ((void *)pColorAttachments, (void *)pInStruct->pColorAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3264 pResolveAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3265 memcpy ((void *)pResolveAttachments, (void *)pInStruct->pResolveAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3284 colorAttachmentCount = src.colorAttachmentCount;
3295 pColorAttachments = new VkAttachmentReference[src.colorAttachmentCount];
3296 memcpy ((void *)pColorAttachments, (void *)src.pColorAttachments, sizeof(VkAttachmentReference)*src.colorAttachmentCount);
3299 pResolveAttachments = new VkAttachmentReference[src.colorAttachmentCount];
3300 memcpy ((void *)pResolveAttachments, (void *)src.pResolveAttachments, sizeof(VkAttachmentReference)*src.colorAttachmentCount);
3331 colorAttachmentCount = pInStruct->colorAttachmentCount;
3342 pColorAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3343 memcpy ((void *)pColorAttachments, (void *)pInStruct->pColorAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3346 pResolveAttachments = new VkAttachmentReference[pInStruct->colorAttachmentCount];
3347 memcpy ((void *)pResolveAttachments, (void *)pInStruct->pResolveAttachments, sizeof(VkAttachmentReference)*pInStruct->colorAttachmentCount);
3364 colorAttachmentCount = src->colorAttachmentCount;
3375 pColorAttachments = new VkAttachmentReference[src->colorAttachmentCount];
3376 memcpy ((void *)pColorAttachments, (void *)src->pColorAttachments, sizeof(VkAttachmentReference)*src->colorAttachmentCount);
3379 pResolveAttachments = new VkAttachmentReference[src->colorAttachmentCount];
3380 memcpy ((void *)pResolveAttachments, (void *)src->pResolveAttachments, sizeof(VkAttachmentReference)*src->colorAttachmentCount);