Home
last modified time | relevance | path

Searched refs:samplerParams (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp251 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo(); in createInstance() local
268 samplerParams, m_samplerLod,vertices); in createInstance()
422 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
423 samplerParams.magFilter = m_magFilter; in getSamplerCreateInfo()
425 return samplerParams; in getSamplerCreateInfo()
444 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
445 samplerParams.minFilter = m_minFilter; in getSamplerCreateInfo()
447 samplerParams.minLod = 0.01f; in getSamplerCreateInfo()
449 return samplerParams; in getSamplerCreateInfo()
475 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
[all …]
DvktPipelineImageSamplingInstance.cpp133 const VkSamplerCreateInfo& samplerParams, in ImageSamplingInstance() argument
147 , m_samplerParams (samplerParams) in ImageSamplingInstance()
166 if ((samplerParams.minFilter == VK_FILTER_LINEAR || in ImageSamplingInstance()
167 samplerParams.magFilter == VK_FILTER_LINEAR || in ImageSamplingInstance()
168 samplerParams.mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR) && in ImageSamplingInstance()
172 if ((samplerParams.addressModeU == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE || in ImageSamplingInstance()
173 samplerParams.addressModeV == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE || in ImageSamplingInstance()
174 samplerParams.addressModeW == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE) && in ImageSamplingInstance()
DvktPipelineImageSamplingInstance.hpp53 const vk::VkSamplerCreateInfo& samplerParams,
DvktPipelineImageTests.cpp213 const VkSamplerCreateInfo samplerParams = in createInstance() local
235 …Format, m_imageSize, m_arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertice… in createInstance()
DvktPipelineImageViewTests.cpp200 const VkSamplerCreateInfo samplerParams = in createInstance() local
222 …Format, imageSize, arraySize, m_componentMapping, m_subresourceRange, samplerParams, m_samplerLod,… in createInstance()
DvktPipelineMultisampleImageTests.cpp463 const VkSamplerCreateInfo samplerParams = in makeSampler() local
484 return createSampler(vk, device, &samplerParams); in makeSampler()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp544 const glu::TextureTestUtil::ReferenceParams& samplerParams);
548 const glu::TextureTestUtil::ReferenceParams& samplerParams);
550 const glu::TextureTestUtil::ReferenceParams& samplerParams);
554 const glu::TextureTestUtil::ReferenceParams& samplerParams);
558 const glu::TextureTestUtil::ReferenceParams& samplerParams,
564 const glu::TextureTestUtil::ReferenceParams& samplerParams,
572 const glu::TextureTestUtil::ReferenceParams& samplerParams,
577 const glu::TextureTestUtil::ReferenceParams& samplerParams,
717 const glu::TextureTestUtil::ReferenceParams samplerParams = genSamplerParams(iterationConfig); in iterate() local
719 logParams(iterationConfig, samplerParams); in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp155 const SamplerParameters& samplerParams) in genSamplerDeclaration() argument
186 if (samplerParams.isCompare) in genSamplerDeclaration()
195 const SamplerParameters& samplerParams, in genLookupCode() argument
242 if (samplerParams.isCompare && numCoordComp == 4) in genLookupCode()
246 else if (samplerParams.isCompare) in genLookupCode()
267 if (samplerParams.isCompare && !hasSeparateCompare) in genLookupCode()
303 if (samplerParams.isCompare && hasSeparateCompare) in genLookupCode()
526 SamplerParameters samplerParams; member
531 VkSamplerCreateInfo mapSamplerCreateInfo (const SamplerParameters& samplerParams) in mapSamplerCreateInfo() argument
538 samplerParams.magFilter, // magFilter in mapSamplerCreateInfo()
[all …]
DvktSampleVerifier.hpp126 const SamplerParameters& samplerParams,
DvktSampleVerifier.cpp66 const SamplerParameters& samplerParams, in SampleVerifier() argument
74 , m_samplerParams (samplerParams) in SampleVerifier()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp469 const VkSamplerCreateInfo samplerParams = in bindDescriptorSets() local
490 m_sampler = createSampler(vk, device, &samplerParams); in bindDescriptorSets()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp841 const VkSamplerCreateInfo samplerParams = mapSampler(samplerCopy, texFormat); in iterate() local
842 …samplers.push_back(VkSamplerSp(new Unique<VkSampler>(createSampler(vkd, device, &samplerParams)))); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2187 const VkSamplerCreateInfo samplerParams = mapSampler(refSampler, texFormat); in createSamplerUniform() local
2188 Move<VkSampler> sampler = createSampler(vk, vkDevice, &samplerParams); in createSamplerUniform()