Home
last modified time | relevance | path

Searched refs:samplerInfo (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp2448 auto& samplerInfo = mSamplerInfo[*pSampler]; in on_vkCreateSampler() local
2449 samplerInfo.device = device; in on_vkCreateSampler()
2451 pCreateInfo, &samplerInfo.createInfo); in on_vkCreateSampler()
2454 samplerInfo.needEmulatedAlpha = in on_vkCreateSampler()
2472 auto* samplerInfo = android::base::find(mSamplerInfo, sampler); in destroySamplerLocked() local
2473 if (!samplerInfo) return; in destroySamplerLocked()
2475 if (samplerInfo->emulatedborderSampler != VK_NULL_HANDLE) { in destroySamplerLocked()
2476 deviceDispatch->vkDestroySampler(device, samplerInfo->emulatedborderSampler, nullptr); in destroySamplerLocked()
3130 auto* samplerInfo = in on_vkUpdateDescriptorSetsImpl() local
3132 if (samplerInfo) { in on_vkUpdateDescriptorSetsImpl()
[all …]
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h527 void setSamplerInfo(SamplerInfo* samplerInfo);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2930 void GLClientState::setSamplerInfo(SamplerInfo* samplerInfo) { in setSamplerInfo() argument
2931 mSamplerInfo = samplerInfo; in setSamplerInfo()