Searched refs:boundColorBuffer (Results 1 – 2 of 2) sorted by relevance
171 std::optional<HandleType> boundColorBuffer; member244 std::optional<HandleType> boundColorBuffer; member255 std::optional<HandleType> boundColorBuffer; member
2284 imageInfo->boundColorBuffer = memoryInfo->boundColorBuffer; in performBindImageMemory()2285 if (imageInfo->boundColorBuffer) { in performBindImageMemory()2287 *imageInfo->boundColorBuffer); in performBindImageMemory()2361 if (memoryInfo->boundColorBuffer) { in on_vkBindImageMemory2()2363 pBindInfos[i].image, "ColorBuffer:%d", *memoryInfo->boundColorBuffer); in on_vkBindImageMemory2()2418 imageViewInfo.boundColorBuffer = imageInfo->boundColorBuffer; in on_vkCreateImageView()2419 if (imageViewInfo.boundColorBuffer) { in on_vkCreateImageView()2421 *imageViewInfo.boundColorBuffer); in on_vkCreateImageView()3224 if (imgViewInfo->boundColorBuffer) { in on_vkUpdateDescriptorSetsImpl()3229 fb->invalidateColorBufferForVk(*imgViewInfo->boundColorBuffer); in on_vkUpdateDescriptorSetsImpl()[all …]