Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp109 const ImmutableSamplerInfo& samplerInfo = m_immutableSamplerInfos[samplerInfoNdx]; in build() local
112 while (bindings[bindingNdx].binding != samplerInfo.bindingIndex) in build()
120 bindings[bindingNdx].pImmutableSamplers = &m_immutableSamplers[samplerInfo.samplerBaseIndex]; in build()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp373 const VkSamplerCreateInfo samplerInfo = in testImageQuery() local
395 const Unique<VkSampler> sampler (createSampler(vkd, device, &samplerInfo)); in testImageQuery()
525 const VkSamplerCreateInfo samplerInfo = in testImageQueryLod() local
547 const Unique<VkSampler> sampler (createSampler(vkd, device, &samplerInfo)); in testImageQueryLod()
DvktYCbCrFormatTests.cpp340 const VkSamplerCreateInfo samplerInfo = in testFormat() local
362 const Unique<VkSampler> sampler (createSampler(vkd, device, &samplerInfo)); in testFormat()
466 const tcu::Sampler refSampler = mapVkSampler(samplerInfo); in testFormat()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp70 const struct VkSamplerCreateInfo samplerInfo = in createSamplerTest() local
92 Move<VkSampler> tmpSampler = createSampler(vk, vkDevice, &samplerInfo); in createSamplerTest()
DvktApiObjectManagementTests.cpp1354 const VkSamplerCreateInfo samplerInfo = in create() local
1376 return createSampler(env.vkd, env.device, &samplerInfo, env.allocationCallbacks); in create()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp479 const VkSamplerCreateInfo samplerInfo = in createSamplers() local
501 samplers.push_back(makeSharedPtr(createSampler(vkd, device, &samplerInfo))); in createSamplers()
/external/deqp/doc/testspecs/VK/
Dapitests.adoc68 const struct VkSamplerCreateInfo samplerInfo =
86 Move<VkSamplerT> tmpSampler = createSampler(vk, vkDevice, &samplerInfo);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2068 const SamplerUniform* samplerInfo = dynamic_cast<const SamplerUniform*>(uniformInfo); in render() local
2070 …criptorSetUpdateBuilder::Location::binding(location), uniformInfo->type, &samplerInfo->descriptor); in render()