/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 544 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/ |
D | vktTextureFilteringExplicitLodTests.cpp | 117 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 …]
|
D | vktTextureConversionTests.cpp | 67 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 219 …samplerParams.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 …]
|
D | vktSampleVerifier.hpp | 127 const SamplerParameters& samplerParams,
|
D | vktSampleVerifier.cpp | 66 const SamplerParameters& samplerParams, in SampleVerifier() argument 74 , m_samplerParams (samplerParams) in SampleVerifier()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrSimpleTextureEffect.fp | 12 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/ |
D | GrSimpleTextureEffect.h | 51 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/ |
D | vktPipelineSamplerTests.cpp | 306 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 …]
|
D | vktPipelineImageSamplingInstance.hpp | 71 , samplerParams (samplerParams_) in ImageSamplingInstanceParams() 87 const vk::VkSamplerCreateInfo samplerParams; member
|
D | vktPipelineImageSamplingInstance.cpp | 192 …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()
|
D | vktPipelineImageViewTests.cpp | 119 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local 141 …mageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, samplerLod, v… in getImageSamplingInstanceParams()
|
D | vktPipelineImageTests.cpp | 158 const VkSamplerCreateInfo samplerParams = in getImageSamplingInstanceParams() local 180 …mageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertice… in getImageSamplingInstanceParams()
|
D | vktPipelinePushDescriptorTests.cpp | 1282 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()
|
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 98 const VkSamplerCreateInfo samplerParams = in makeSampler() local 119 return createSampler(vk, device, &samplerParams); in makeSampler()
|
D | vktPipelineMultisampleImageTests.cpp | 460 const VkSamplerCreateInfo samplerParams = in makeSampler() local 481 return createSampler(vk, device, &samplerParams); in makeSampler()
|
/third_party/flutter/skia/src/gpu/gradients/ |
D | GrTextureGradientColorizer.fp | 11 @samplerParams(gradient) {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 627 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/ |
D | vktImageSampleDrawnCubeFaceTests.cpp | 145 const VkSamplerCreateInfo samplerParams = in makeSampler() local 167 return createSampler(vk, device, &samplerParams); in makeSampler()
|
D | vktImageSampleCompressedTextureTests.cpp | 172 const VkSamplerCreateInfo samplerParams = in makeSampler() local 194 return createSampler(vk, device, &samplerParams); in makeSampler()
|
D | vktImageMutableTests.cpp | 564 const VkSamplerCreateInfo samplerParams = in makeSampler() local 586 return createSampler(vk, device, &samplerParams); in makeSampler()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 358 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/ |
D | vktSpvAsmComputeShaderCase.cpp | 612 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/ |
D | vktBindingDescriptorCopyTests.cpp | 987 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/ |
D | README | 111 @samplerParams(<sampler>)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 760 const VkSamplerCreateInfo samplerParams = mapSampler(samplerCopy, texFormat); in iterate() local 761 …samplers.push_back(VkSamplerSp(new Unique<VkSampler>(createSampler(vkd, device, &samplerParams)))); in iterate()
|