Searched refs:samplerInfo (Results 1 – 5 of 5) sorted by relevance
76 const ImmutableSamplerInfo& samplerInfo = m_immutableSamplerInfos[samplerInfoNdx]; in build() local78 …bindings[samplerInfo.bindingIndex].pImmutableSamplers = &m_immutableSamplers[samplerInfo.samplerBa… in build()
68 const struct VkSamplerCreateInfo samplerInfo = in createSamplerTest() local90 Move<VkSampler> tmpSampler = createSampler(vk, vkDevice, &samplerInfo); in createSamplerTest()
1202 const VkSamplerCreateInfo samplerInfo = in create() local1224 return createSampler(env.vkd, env.device, &samplerInfo, env.allocationCallbacks); in create()
1265 const SamplerUniform* samplerInfo = dynamic_cast<const SamplerUniform*>(uniformInfo); in render() local1267 …criptorSetUpdateBuilder::Location::binding(location), uniformInfo->type, &samplerInfo->descriptor); in render()
68 const struct VkSamplerCreateInfo samplerInfo =86 Move<VkSamplerT> tmpSampler = createSampler(vk, vkDevice, &samplerInfo);