Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h263 VkSampler emulatedborderSampler = VK_NULL_HANDLE; member
271 emulatedborderSampler = other.emulatedborderSampler;
DVkDecoderGlobalState.cpp2475 if (samplerInfo->emulatedborderSampler != VK_NULL_HANDLE) { in destroySamplerLocked()
2476 deviceDispatch->vkDestroySampler(device, samplerInfo->emulatedborderSampler, nullptr); in destroySamplerLocked()
3274 if (samplerInfo->emulatedborderSampler == VK_NULL_HANDLE) { in on_vkUpdateDescriptorSetsImpl()
3312 &samplerInfo->emulatedborderSampler); in on_vkUpdateDescriptorSetsImpl()
3314 imageInfo.sampler = samplerInfo->emulatedborderSampler; in on_vkUpdateDescriptorSetsImpl()