Home
last modified time | relevance | path

Searched refs:immutableSamplerInfo (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp44 const ImmutableSamplerInfo immutableSamplerInfo = {(uint32_t)m_bindings.size(), in addBinding() local
47 m_immutableSamplerInfos.push_back(immutableSamplerInfo); in addBinding()
73 …const ImmutableSamplerInfo immutableSamplerInfo = {(uint32_t)dstBinding, (uint32_t)m_immutableSamp… in addIndexedBinding() local
75 m_immutableSamplerInfos.push_back(immutableSamplerInfo); in addIndexedBinding()
/external/skia/src/gpu/graphite/dawn/
DDawnSampler.cpp88 DawnDescriptorFromImmutableSamplerInfo(samplerDesc.immutableSamplerInfo()); in Make()
/external/skia/src/gpu/graphite/
DResourceTypes.h245 ImmutableSamplerInfo immutableSamplerInfo() const { in immutableSamplerInfo() function
DShaderInfo.cpp295 uint32_t immutableSamplerInfo = samplerData[i] >> SamplerDesc::kImmutableSamplerInfoShift; in append_sampler_descs() local
296 if (immutableSamplerInfo != 0) { in append_sampler_descs()
299 bool usesExternalFormat = immutableSamplerInfo & 0b1; in append_sampler_descs()
/external/skia/src/gpu/graphite/vk/
DVulkanResourceProvider.cpp190 samplerDesc.immutableSamplerInfo()); in createSampler()