Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp76 const ImmutableSamplerInfo& samplerInfo = m_immutableSamplerInfos[samplerInfoNdx]; in build() local
78 …bindings[samplerInfo.bindingIndex].pImmutableSamplers = &m_immutableSamplers[samplerInfo.samplerBa… in build()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp68 const struct VkSamplerCreateInfo samplerInfo = in createSamplerTest() local
90 Move<VkSampler> tmpSampler = createSampler(vk, vkDevice, &samplerInfo); in createSamplerTest()
DvktApiObjectManagementTests.cpp1202 const VkSamplerCreateInfo samplerInfo = in create() local
1224 return createSampler(env.vkd, env.device, &samplerInfo, env.allocationCallbacks); in create()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1265 const SamplerUniform* samplerInfo = dynamic_cast<const SamplerUniform*>(uniformInfo); in render() local
1267 …criptorSetUpdateBuilder::Location::binding(location), uniformInfo->type, &samplerInfo->descriptor); in render()
/external/deqp/doc/testspecs/VK/
Dapitests.adoc68 const struct VkSamplerCreateInfo samplerInfo =
86 Move<VkSamplerT> tmpSampler = createSampler(vk, vkDevice, &samplerInfo);