Home
last modified time | relevance | path

Searched refs:mapSampler (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp69 VkSamplerCreateInfo mapSampler (const tcu::Sampler& sampler, const tcu::TextureFormat& format…
DvkImageUtil.cpp3750 VkSamplerCreateInfo mapSampler (const tcu::Sampler& sampler, const tcu::TextureFormat& format, floa… in mapSampler() function
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp627 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeComputeTest()
861 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeFragmentTest()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1650 ? mapSampler(refSampler, texFormat, minMaxLod.get().minLod, minMaxLod.get().maxLod) in createSamplerUniform()
1651 : mapSampler(refSampler, texFormat)); in createSamplerUniform()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp987 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in init()
1319 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in init()
DvktBindingShaderAccessTests.cpp5391 const vk::VkSamplerCreateInfo createInfo = vk::mapSampler(sampler, format); in createSampler()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp3631 const VkSamplerCreateInfo createInfo = vk::mapSampler(sampler, vk::mapVkFormat(m_colorFormat)); in createAndPopulateDescriptors()
3718 const VkSamplerCreateInfo createInfo = vk::mapSampler(sampler, vk::mapVkFormat(m_colorFormat)); in createAndPopulateDescriptors()
3832 const VkSamplerCreateInfo createInfo = vk::mapSampler(sampler, vk::mapVkFormat(m_colorFormat)); in createAndPopulateDescriptors()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1246 …VkSamplerCreateInfo samplerCreateInfo = mapSampler(params.sampler, m_textureBindings[tex… in renderQuad()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp760 const VkSamplerCreateInfo samplerParams = mapSampler(samplerCopy, texFormat); in iterate()