/external/deqp/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, 717 const glu::TextureTestUtil::ReferenceParams samplerParams = genSamplerParams(iterationConfig); in iterate() local 719 logParams(iterationConfig, samplerParams); in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 326 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo(); in createInstance() local 346 samplerParams, m_samplerLod,vertices); in createInstance() 506 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local 507 samplerParams.magFilter = m_magFilter; in getSamplerCreateInfo() 509 return samplerParams; in getSamplerCreateInfo() 528 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local 529 samplerParams.minFilter = m_minFilter; in getSamplerCreateInfo() 531 samplerParams.minLod = 0.01f; in getSamplerCreateInfo() 533 return samplerParams; in getSamplerCreateInfo() 571 VkSamplerCreateInfo samplerParams = SamplerMagFilterTest::getSamplerCreateInfo(); in getSamplerCreateInfo() local [all …]
|
D | vktPipelineImageSamplingInstance.cpp | 197 const VkSamplerCreateInfo& samplerParams, in ImageSamplingInstance() argument 214 , m_samplerParams (samplerParams) in ImageSamplingInstance() 230 if (de::abs(samplerParams.mipLodBias) > limits.maxSamplerLodBias) in ImageSamplingInstance() 239 if ((samplerParams.minFilter == VK_FILTER_LINEAR || in ImageSamplingInstance() 240 samplerParams.magFilter == VK_FILTER_LINEAR || in ImageSamplingInstance() 241 samplerParams.mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR) && in ImageSamplingInstance() 245 if (samplerParams.pNext != DE_NULL) in ImageSamplingInstance() 247 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(samplerParams.pNext); in ImageSamplingInstance() 293 if ((samplerParams.addressModeU == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE || in ImageSamplingInstance() 294 samplerParams.addressModeV == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE || in ImageSamplingInstance() [all …]
|
D | vktPipelineImageSamplingInstance.hpp | 59 const vk::VkSamplerCreateInfo& samplerParams,
|
D | vktPipelineImageViewTests.cpp | 200 const VkSamplerCreateInfo samplerParams = in createInstance() local 222 …Format, imageSize, arraySize, m_componentMapping, m_subresourceRange, samplerParams, m_samplerLod,… in createInstance()
|
D | vktPipelineImageTests.cpp | 218 const VkSamplerCreateInfo samplerParams = in createInstance() local 240 …Format, m_imageSize, m_arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertice… in createInstance()
|
D | vktPipelinePushDescriptorTests.cpp | 1265 VkSamplerCreateInfo samplerParams = in init() local 1287 m_whiteBorderSampler = createSampler(m_vkd, *m_device, &samplerParams); in init() 1288 samplerParams.borderColor = VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK; in init() 1289 m_blackBorderSampler = createSampler(m_vkd, *m_device, &samplerParams); in init() 2062 VkSamplerCreateInfo samplerParams = in init() local 2084 m_whiteBorderSampler = createSampler(m_vkd, *m_device, &samplerParams); in init() 2085 samplerParams.borderColor = VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK; in init() 2086 m_blackBorderSampler = createSampler(m_vkd, *m_device, &samplerParams); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 156 const SamplerParameters& samplerParams) in genSamplerDeclaration() argument 187 if (samplerParams.isCompare) in genSamplerDeclaration() 196 const SamplerParameters& samplerParams, in genLookupCode() argument 243 if (samplerParams.isCompare && numCoordComp == 4) in genLookupCode() 247 else if (samplerParams.isCompare) in genLookupCode() 268 if (samplerParams.isCompare && !hasSeparateCompare) in genLookupCode() 304 if (samplerParams.isCompare && hasSeparateCompare) in genLookupCode() 410 SamplerParameters samplerParams; member 415 VkSamplerCreateInfo mapSamplerCreateInfo (const SamplerParameters& samplerParams) in mapSamplerCreateInfo() argument 422 samplerParams.magFilter, // magFilter in mapSamplerCreateInfo() [all …]
|
D | vktSampleVerifier.hpp | 126 const SamplerParameters& samplerParams,
|
D | vktSampleVerifier.cpp | 66 const SamplerParameters& samplerParams, in SampleVerifier() argument 74 , m_samplerParams (samplerParams) in SampleVerifier()
|
/external/skqp/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)
|
D | GrSimpleTextureEffect.h | 49 GrSamplerState samplerParams) in GrSimpleTextureEffect() argument 53 samplerParams.wrapModeX() == in GrSimpleTextureEffect() 55 samplerParams.wrapModeY() == in GrSimpleTextureEffect() 57 , fImage(std::move(image), samplerParams) in GrSimpleTextureEffect()
|
D | GrRectBlurEffect.h | 101 GrSamplerState samplerParams) in GrRectBlurEffect() argument 106 , fBlurProfile(std::move(blurProfile), samplerParams) { in GrRectBlurEffect()
|
D | GrRectBlurEffect.fp | 19 GrSamplerState samplerParams 22 @samplerParams(blurProfile) { 23 samplerParams
|
/external/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)
|
D | GrSimpleTextureEffect.h | 49 GrSamplerState samplerParams) in GrSimpleTextureEffect() argument 53 samplerParams.wrapModeX() == in GrSimpleTextureEffect() 55 samplerParams.wrapModeY() == in GrSimpleTextureEffect() 57 , fImage(std::move(image), samplerParams) in GrSimpleTextureEffect()
|
D | GrRectBlurEffect.h | 102 GrSamplerState samplerParams) in GrRectBlurEffect() argument 107 , fBlurProfile(std::move(blurProfile), samplerParams) { in GrRectBlurEffect()
|
D | GrRectBlurEffect.fp | 20 GrSamplerState samplerParams 23 @samplerParams(blurProfile) { 24 samplerParams
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.h | 83 void setCachedParams(const SamplerParams* samplerParams, in setCachedParams() argument 86 if (samplerParams) { in setCachedParams() 87 fSamplerParams = *samplerParams; in setCachedParams()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTexture.h | 96 void setCachedParams(const SamplerParams* samplerParams, in setCachedParams() argument 99 if (samplerParams) { in setCachedParams() 100 fSamplerParams = *samplerParams; in setCachedParams()
|
/external/skia/src/gpu/gradients/ |
D | GrTextureGradientColorizer.fp | 11 @samplerParams(gradient) {
|
/external/skqp/src/gpu/gradients/ |
D | GrTextureGradientColorizer.fp | 11 @samplerParams(gradient) {
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 622 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeComputeTest() local 624 sampler = createSampler(vk, device, &samplerParams); in executeComputeTest() 856 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); in executeFragmentTest() local 858 sampler = createSampler(vk, device, &samplerParams); in executeFragmentTest()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 598 const VkSamplerCreateInfo samplerParams = in iterate() local 620 Move<VkSampler> sampler (createSampler(vkdi, device, &samplerParams)); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 357 const VkSamplerCreateInfo samplerParams = in bindDescriptorSets() local 378 m_sampler = createSampler(vk, device, &samplerParams); in bindDescriptorSets()
|