HomeSort by relevance Sort by last modified time
    Searched refs:samplerParams (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 544 const gls::TextureTestUtil::ReferenceParams& samplerParams);
548 const gls::TextureTestUtil::ReferenceParams& samplerParams);
550 const gls::TextureTestUtil::ReferenceParams& samplerParams);
554 const gls::TextureTestUtil::ReferenceParams& samplerParams);
558 const gls::TextureTestUtil::ReferenceParams& samplerParams,
564 const gls::TextureTestUtil::ReferenceParams& samplerParams,
572 const gls::TextureTestUtil::ReferenceParams& samplerParams,
577 const gls::TextureTestUtil::ReferenceParams& samplerParams,
717 const gls::TextureTestUtil::ReferenceParams samplerParams = genSamplerParams(iterationConfig);
719 logParams(iterationConfig, samplerParams);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSamplerTests.cpp 254 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo();
271 samplerParams, m_samplerLod,vertices);
425 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo();
426 samplerParams.magFilter = m_magFilter;
428 return samplerParams;
447 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo();
448 samplerParams.minFilter = m_minFilter;
450 samplerParams.minLod = 0.01f;
452 return samplerParams;
478 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo()
    [all...]
vktPipelineImageSamplingInstance.hpp 52 const vk::VkSamplerCreateInfo& samplerParams,
vktPipelineImageSamplingInstance.cpp 338 const VkSamplerCreateInfo& samplerParams,
348 , m_samplerParams (samplerParams)
364 if ((samplerParams.minFilter == VK_FILTER_LINEAR ||
365 samplerParams.magFilter == VK_FILTER_LINEAR ||
366 samplerParams.mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR) &&
    [all...]
vktPipelineImageTests.cpp 175 const VkSamplerCreateInfo samplerParams =
197 return new ImageSamplingInstance(context, renderSize, m_imageViewType, m_imageFormat, m_imageSize, m_arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertices);
vktPipelineImageViewTests.cpp 202 const VkSamplerCreateInfo samplerParams =
224 return new ImageSamplingInstance(context, renderSize, m_imageViewType, m_imageFormat, imageSize, arraySize, m_componentMapping, m_subresourceRange, samplerParams, m_samplerLod, vertices);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]

Completed in 106 milliseconds