Home
last modified time | relevance | path

Searched refs:samplerParams (Results 1 - 25 of 54) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles31/functional/
H A 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,
718 const glu::TextureTestUtil::ReferenceParams samplerParams = genSamplerParams(iterationConfig);
720 logParams(iterationConfig, samplerParams);
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp117 const SamplerParameters& samplerParams) in genSamplerDeclaration()
148 if (samplerParams.isCompare) in genSamplerDeclaration()
157 const SamplerParameters& samplerParams, in genLookupCode()
204 if (samplerParams.isCompare && numCoordComp == 4) in genLookupCode()
208 else if (samplerParams.isCompare) in genLookupCode()
229 if (samplerParams.isCompare && !hasSeparateCompare) in genLookupCode()
265 if (samplerParams.isCompare && hasSeparateCompare) in genLookupCode()
371 SamplerParameters samplerParams; member
376 VkSamplerCreateInfo mapSamplerCreateInfo (const SamplerParameters& samplerParams) in mapSamplerCreateInfo() argument
383 samplerParams in mapSamplerCreateInfo()
116 genSamplerDeclaration(const ImageViewParameters& imParams, const SamplerParameters& samplerParams) genSamplerDeclaration() argument
156 genLookupCode(const ImageViewParameters& imParams, const SamplerParameters& samplerParams, const SampleLookupSettings& lookupSettings) genLookupCode() argument
916 getRequiredFormatFeatures(const SamplerParameters& samplerParams) getRequiredFormatFeatures() argument
[all...]
H A DvktTextureConversionTests.cpp69 const ReferenceParams& samplerParams,
153 bool SnormLinearClampInstance::verifyPixels (const tcu::PixelBufferAccess& rendered, const tcu::PixelBufferAccess& reference, const ReferenceParams& samplerParams, const std::vector<float>& texCoords) const in verifyPixels() argument
179 m_swTexture, texCoords.data(), samplerParams, in verifyPixels()
223 ReferenceParams samplerParams (TEXTURETYPE_2D); in iterate()
235 samplerParams.sampler = util::createSampler(tcu::Sampler::WrapMode::REPEAT_GL, tcu::Sampler::WrapMode::REPEAT_GL, in iterate()
237 samplerParams.samplerType = SAMPLERTYPE_FLOAT; in iterate()
238 samplerParams.lodMode = LODMODE_EXACT; in iterate()
239 samplerParams.colorScale = tcu::Vec4(1.0f); in iterate()
240 samplerParams.colorBias = tcu::Vec4(0.0f); in iterate()
246 m_renderer.renderQuad(rendered, 0, texCoords.data(), samplerParams); in iterate()
[all...]
H A DvktSampleVerifier.hpp127 const SamplerParameters& samplerParams,
H A DvktSampleVerifier.cpp66 const SamplerParameters& samplerParams, in SampleVerifier()
74 , m_samplerParams (samplerParams) in SampleVerifier()
65 SampleVerifier(const ImageViewParameters& imParams, const SamplerParameters& samplerParams, const SampleLookupSettings& sampleLookupSettings, int coordBits, int mipmapBits, const std::vector<de::SharedPtr<tcu::FloatFormat>>& conversionPrecision, const std::vector<de::SharedPtr<tcu::FloatFormat>>& filteringPrecision, const std::vector<tcu::ConstPixelBufferAccess>& levels) SampleVerifier() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp117 const SamplerParameters& samplerParams) in genSamplerDeclaration()
148 if (samplerParams.isCompare) in genSamplerDeclaration()
157 const SamplerParameters& samplerParams, in genLookupCode()
204 if (samplerParams.isCompare && numCoordComp == 4) in genLookupCode()
208 else if (samplerParams.isCompare) in genLookupCode()
229 if (samplerParams.isCompare && !hasSeparateCompare) in genLookupCode()
265 if (samplerParams.isCompare && hasSeparateCompare) in genLookupCode()
371 SamplerParameters samplerParams; member
376 VkSamplerCreateInfo mapSamplerCreateInfo (const SamplerParameters& samplerParams) in mapSamplerCreateInfo() argument
383 samplerParams in mapSamplerCreateInfo()
116 genSamplerDeclaration(const ImageViewParameters& imParams, const SamplerParameters& samplerParams) genSamplerDeclaration() argument
156 genLookupCode(const ImageViewParameters& imParams, const SamplerParameters& samplerParams, const SampleLookupSettings& lookupSettings) genLookupCode() argument
916 getRequiredFormatFeatures(const SamplerParameters& samplerParams) getRequiredFormatFeatures() argument
[all...]
H A DvktTextureConversionTests.cpp69 const ReferenceParams& samplerParams,
153 bool SnormLinearClampInstance::verifyPixels (const tcu::PixelBufferAccess& rendered, const tcu::PixelBufferAccess& reference, const ReferenceParams& samplerParams, const std::vector<float>& texCoords) const in verifyPixels() argument
179 m_swTexture, texCoords.data(), samplerParams, in verifyPixels()
223 ReferenceParams samplerParams (TEXTURETYPE_2D); in iterate()
235 samplerParams.sampler = util::createSampler(tcu::Sampler::WrapMode::REPEAT_GL, tcu::Sampler::WrapMode::REPEAT_GL, in iterate()
237 samplerParams.samplerType = SAMPLERTYPE_FLOAT; in iterate()
238 samplerParams.lodMode = LODMODE_EXACT; in iterate()
239 samplerParams.colorScale = tcu::Vec4(1.0f); in iterate()
240 samplerParams.colorBias = tcu::Vec4(0.0f); in iterate()
246 m_renderer.renderQuad(rendered, 0, texCoords.data(), samplerParams); in iterate()
[all...]
H A DvktSampleVerifier.hpp127 const SamplerParameters& samplerParams,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp324 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo(); in getImageSamplingInstanceParams() local
352 samplerParams, samplerLod, vertices, separateStencilUsage); in getImageSamplingInstanceParams()
638 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
639 samplerParams.magFilter = m_magFilter; in getSamplerCreateInfo()
641 return samplerParams; in getSamplerCreateInfo()
661 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
662 samplerParams.minFilter = m_minFilter; in getSamplerCreateInfo()
664 samplerParams.minLod = 0.01f; in getSamplerCreateInfo()
666 return samplerParams; in getSamplerCreateInfo()
705 VkSamplerCreateInfo samplerParams in getSamplerCreateInfo() local
735 VkSamplerCreateInfo samplerParams = SamplerMinFilterTest::getSamplerCreateInfo(); getSamplerCreateInfo() local
770 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); getSamplerCreateInfo() local
848 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); getSamplerCreateInfo() local
[all...]
H A DvktPipelineImageSamplingInstance.hpp78 , samplerParams (samplerParams_) in ImageSamplingInstanceParams()
97 const vk::VkSamplerCreateInfo samplerParams; member
H A DvktPipelineImageSamplingInstance.cpp194 if (de::abs(params.samplerParams.mipLodBias) > context.getDeviceProperties().limits.maxSamplerLodBias) in checkSupportImageSamplingInstance()
203 if ((params.samplerParams.minFilter == VK_FILTER_LINEAR || in checkSupportImageSamplingInstance()
204 params.samplerParams.magFilter == VK_FILTER_LINEAR || in checkSupportImageSamplingInstance()
205 params.samplerParams.mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR) && in checkSupportImageSamplingInstance()
259 void const* pNext = params.samplerParams.pNext; in checkSupportImageSamplingInstance()
294 if (params.samplerParams.addressModeU == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE || in checkSupportImageSamplingInstance()
295 params.samplerParams.addressModeV == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE || in checkSupportImageSamplingInstance()
296 params.samplerParams.addressModeW == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE) in checkSupportImageSamplingInstance()
370 , m_samplerParams (params.samplerParams) in ImageSamplingInstance()
H A DvktPipelineDescriptorLimitsTests.cpp281 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in iterate() local
283 Move<VkSampler> samplers[2] = { createSampler(vk, vkDevice, &samplerParams) in iterate()
284 , createSampler(vk, vkDevice, &samplerParams) }; in iterate()
H A DvktPipelineImageTests.cpp189 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local
218 return ImageSamplingInstanceParams(m_pipelineConstructionType, renderSize, imageViewType, imageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertices, separateStencilUsage, samplingType, imageCount, allocationKind, vk::VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, pipelineFlags); in getImageSamplingInstanceParams()
H A DvktPipelineImageViewTests.cpp123 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local
145 return ImageSamplingInstanceParams(m_pipelineConstructionType, renderSize, imageViewType, imageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, samplerLod, vertices); in getImageSamplingInstanceParams()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp329 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo(); in getImageSamplingInstanceParams() local
357 samplerParams, samplerLod, vertices, separateStencilUsage); in getImageSamplingInstanceParams()
640 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
641 samplerParams.magFilter = m_magFilter; in getSamplerCreateInfo()
643 return samplerParams; in getSamplerCreateInfo()
664 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
665 samplerParams.minFilter = m_minFilter; in getSamplerCreateInfo()
667 samplerParams.minLod = 0.01f; in getSamplerCreateInfo()
669 return samplerParams; in getSamplerCreateInfo()
709 VkSamplerCreateInfo samplerParams in getSamplerCreateInfo() local
740 VkSamplerCreateInfo samplerParams = SamplerMinFilterTest::getSamplerCreateInfo(); getSamplerCreateInfo() local
776 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); getSamplerCreateInfo() local
855 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); getSamplerCreateInfo() local
[all...]
H A DvktPipelineImageSamplingInstance.hpp76 , samplerParams (samplerParams_) in ImageSamplingInstanceParams()
95 const vk::VkSamplerCreateInfo samplerParams; member
H A DvktPipelineImageSamplingInstance.cpp192 if (de::abs(params.samplerParams.mipLodBias) > context.getDeviceProperties().limits.maxSamplerLodBias) in checkSupportImageSamplingInstance()
201 if ((params.samplerParams.minFilter == VK_FILTER_LINEAR || in checkSupportImageSamplingInstance()
202 params.samplerParams.magFilter == VK_FILTER_LINEAR || in checkSupportImageSamplingInstance()
203 params.samplerParams.mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR) && in checkSupportImageSamplingInstance()
257 void const* pNext = params.samplerParams.pNext; in checkSupportImageSamplingInstance()
292 if (params.samplerParams.addressModeU == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE || in checkSupportImageSamplingInstance()
293 params.samplerParams.addressModeV == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE || in checkSupportImageSamplingInstance()
294 params.samplerParams.addressModeW == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE) in checkSupportImageSamplingInstance()
368 , m_samplerParams (params.samplerParams) in ImageSamplingInstance()
H A DvktPipelineDescriptorLimitsTests.cpp255 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in iterate() local
257 Move<VkSampler> samplers[2] = { createSampler(vk, vkDevice, &samplerParams) in iterate()
258 , createSampler(vk, vkDevice, &samplerParams) }; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp649 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeComputeTest() local
651 sampler = createSampler(vk, device, &samplerParams); in executeComputeTest()
918 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeFragmentTest() local
920 sampler = createSampler(vk, device, &samplerParams); in executeFragmentTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp646 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeComputeTest() local
648 sampler = createSampler(vk, device, &samplerParams); in executeComputeTest()
882 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeFragmentTest() local
884 sampler = createSampler(vk, device, &samplerParams); in executeFragmentTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleDrawnCubeFaceTests.cpp145 const VkSamplerCreateInfo samplerParams = in makeSampler() local
167 return createSampler(vk, device, &samplerParams); in makeSampler()
H A DvktImageSampleCompressedTextureTests.cpp171 const VkSamplerCreateInfo samplerParams = in makeSampler() local
193 return createSampler(vk, device, &samplerParams); in makeSampler()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleDrawnCubeFaceTests.cpp145 const VkSamplerCreateInfo samplerParams = in makeSampler() local
167 return createSampler(vk, device, &samplerParams); in makeSampler()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp358 const VkSamplerCreateInfo samplerParams = in bindDescriptorSets() local
379 m_sampler = createSampler(vk, device, &samplerParams); in bindDescriptorSets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp612 const VkSamplerCreateInfo samplerParams = in iterate() local
634 Move<VkSampler> sampler (createSampler(vkdi, device, &samplerParams)); in iterate()

Completed in 33 milliseconds

123