Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/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,
718 const glu::TextureTestUtil::ReferenceParams samplerParams = genSamplerParams(iterationConfig); in iterate() local
720 logParams(iterationConfig, samplerParams); in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp117 const SamplerParameters& samplerParams) in genSamplerDeclaration() argument
148 if (samplerParams.isCompare) in genSamplerDeclaration()
157 const SamplerParameters& samplerParams, in genLookupCode() argument
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.magFilter, // magFilter in mapSamplerCreateInfo()
[all …]
DvktTextureConversionTests.cpp67 const ReferenceParams& samplerParams,
138 …ered, const tcu::PixelBufferAccess& reference, const ReferenceParams& samplerParams, const std::ve… in verifyPixels() argument
163 m_swTexture, texCoords.data(), samplerParams, in verifyPixels()
207 ReferenceParams samplerParams (TEXTURETYPE_2D); in iterate() local
219samplerParams.sampler = util::createSampler(tcu::Sampler::WrapMode::REPEAT_GL, tcu::Sampler::Wra… in iterate()
221 samplerParams.samplerType = SAMPLERTYPE_FLOAT; in iterate()
222 samplerParams.lodMode = LODMODE_EXACT; in iterate()
223 samplerParams.colorScale = tcu::Vec4(1.0f); in iterate()
224 samplerParams.colorBias = tcu::Vec4(0.0f); in iterate()
230 m_renderer.renderQuad(rendered, 0, texCoords.data(), samplerParams); in iterate()
[all …]
DvktSampleVerifier.hpp127 const SamplerParameters& samplerParams,
DvktSampleVerifier.cpp66 const SamplerParameters& samplerParams, in SampleVerifier() argument
74 , m_samplerParams (samplerParams) in SampleVerifier()
/third_party/flutter/skia/src/gpu/effects/
DGrSimpleTextureEffect.fp12 GrSamplerState samplerParams
19 @samplerParams(image) {
20 samplerParams
50 samplerParams.wrapModeX() == GrSamplerState::WrapMode::kClampToBorder ||
51 samplerParams.wrapModeY() == GrSamplerState::WrapMode::kClampToBorder)
/third_party/flutter/skia/src/gpu/effects/generated/
DGrSimpleTextureEffect.h51 GrSamplerState samplerParams) in GrSimpleTextureEffect() argument
55 samplerParams.wrapModeX() == in GrSimpleTextureEffect()
57 samplerParams.wrapModeY() == in GrSimpleTextureEffect()
60 , image(std::move(image), samplerParams) in GrSimpleTextureEffect()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp306 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo(); in getImageSamplingInstanceParams() local
325 samplerParams, samplerLod, vertices, separateStencilUsage); in getImageSamplingInstanceParams()
606 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
607 samplerParams.magFilter = m_magFilter; in getSamplerCreateInfo()
609 return samplerParams; in getSamplerCreateInfo()
629 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
630 samplerParams.minFilter = m_minFilter; in getSamplerCreateInfo()
632 samplerParams.minLod = 0.01f; in getSamplerCreateInfo()
634 return samplerParams; in getSamplerCreateInfo()
673 VkSamplerCreateInfo samplerParams = SamplerMagFilterTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local
[all …]
DvktPipelineImageSamplingInstance.hpp71 , samplerParams (samplerParams_) in ImageSamplingInstanceParams()
87 const vk::VkSamplerCreateInfo samplerParams; member
DvktPipelineImageSamplingInstance.cpp192 …if (de::abs(params.samplerParams.mipLodBias) > context.getDeviceProperties().limits.maxSamplerLodB… 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()
357 , m_samplerParams (params.samplerParams) in ImageSamplingInstance()
DvktPipelineImageViewTests.cpp119 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local
141 …mageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, samplerLod, v… in getImageSamplingInstanceParams()
DvktPipelineImageTests.cpp158 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local
180 …mageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertice… in getImageSamplingInstanceParams()
DvktPipelinePushDescriptorTests.cpp1282 VkSamplerCreateInfo samplerParams = in init() local
1304 m_whiteBorderSampler = createSampler(m_vkd, *m_device, &samplerParams); in init()
1305 samplerParams.borderColor = VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK; in init()
1306 m_blackBorderSampler = createSampler(m_vkd, *m_device, &samplerParams); in init()
2084 VkSamplerCreateInfo samplerParams = in init() local
2106 m_whiteBorderSampler = createSampler(m_vkd, *m_device, &samplerParams); in init()
2107 samplerParams.borderColor = VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK; in init()
2108 m_blackBorderSampler = createSampler(m_vkd, *m_device, &samplerParams); in init()
DvktPipelineMultisampleShaderFragmentMaskTests.cpp98 const VkSamplerCreateInfo samplerParams = in makeSampler() local
119 return createSampler(vk, device, &samplerParams); in makeSampler()
DvktPipelineMultisampleImageTests.cpp460 const VkSamplerCreateInfo samplerParams = in makeSampler() local
481 return createSampler(vk, device, &samplerParams); in makeSampler()
/third_party/flutter/skia/src/gpu/gradients/
DGrTextureGradientColorizer.fp11 @samplerParams(gradient) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp627 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeComputeTest() local
629 sampler = createSampler(vk, device, &samplerParams); in executeComputeTest()
861 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeFragmentTest() local
863 sampler = createSampler(vk, device, &samplerParams); in executeFragmentTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSampleDrawnCubeFaceTests.cpp145 const VkSamplerCreateInfo samplerParams = in makeSampler() local
167 return createSampler(vk, device, &samplerParams); in makeSampler()
DvktImageSampleCompressedTextureTests.cpp172 const VkSamplerCreateInfo samplerParams = in makeSampler() local
194 return createSampler(vk, device, &samplerParams); in makeSampler()
DvktImageMutableTests.cpp564 const VkSamplerCreateInfo samplerParams = in makeSampler() local
586 return createSampler(vk, device, &samplerParams); in makeSampler()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
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/
DvktSpvAsmComputeShaderCase.cpp612 const VkSamplerCreateInfo samplerParams = in iterate() local
634 Move<VkSampler> sampler (createSampler(vkdi, device, &samplerParams)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp987 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in init() local
989 m_sampler = createSampler(vk, device, &samplerParams); in init()
1319 const VkSamplerCreateInfo samplerParams = mapSampler(sampler, texFormat); in init() local
1321 …m_samplers.push_back(VkSamplerSp(new Unique<VkSampler>(createSampler(vk, device, &samplerParams)))… in init()
/third_party/flutter/skia/src/sksl/
DREADME111 @samplerParams(<sampler>)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp760 const VkSamplerCreateInfo samplerParams = mapSampler(samplerCopy, texFormat); in iterate() local
761 …samplers.push_back(VkSamplerSp(new Unique<VkSampler>(createSampler(vkd, device, &samplerParams)))); in iterate()

12