Home
last modified time | relevance | path

Searched refs:boundColorBuffer (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h171 std::optional<HandleType> boundColorBuffer; member
244 std::optional<HandleType> boundColorBuffer; member
255 std::optional<HandleType> boundColorBuffer; member
DVkDecoderGlobalState.cpp2284 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 …]