Searched refs:mapSampler (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 69 VkSamplerCreateInfo mapSampler (const tcu::Sampler& sampler, const tcu::TextureFormat& format…
|
D | vkImageUtil.cpp | 3750 VkSamplerCreateInfo mapSampler (const tcu::Sampler& sampler, const tcu::TextureFormat& format, floa… in mapSampler() function
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 627 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/ |
D | vktShaderRender.cpp | 1650 ? 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/ |
D | vktBindingDescriptorCopyTests.cpp | 987 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in init() 1319 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in init()
|
D | vktBindingShaderAccessTests.cpp | 5391 const vk::VkSamplerCreateInfo createInfo = vk::mapSampler(sampler, format); in createSampler()
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 3631 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/ |
D | vktTextureTestUtil.cpp | 1246 …VkSamplerCreateInfo samplerCreateInfo = mapSampler(params.sampler, m_textureBindings[tex… in renderQuad()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 760 const VkSamplerCreateInfo samplerParams = mapSampler(samplerCopy, texFormat); in iterate()
|