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

/external/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.fp12 GrSamplerState samplerParams
19 @samplerParams(image) {
20 samplerParams
H A DGrSimpleTextureEffect.h50 GrSamplerState samplerParams)
56 , fImage(std::move(image), samplerParams)
49 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix, GrSamplerState samplerParams) argument
H A DGrRectBlurEffect.h91 GrSamplerState samplerParams)
96 , fBlurProfile(std::move(blurProfile), samplerParams) {
90 GrRectBlurEffect(SkRect rect, float sigma, sk_sp<GrTextureProxy> blurProfile, GrSamplerState samplerParams) argument
H A DGrRectBlurEffect.fp18 GrSamplerState samplerParams
21 @samplerParams(blurProfile) {
22 samplerParams
H A DGrYUVtoRGBEffect.fp19 @samplerParams(uSampler) {
28 @samplerParams(vSampler) {
/external/skqp/src/gpu/effects/
H A DGrSimpleTextureEffect.fp12 GrSamplerState samplerParams
19 @samplerParams(image) {
20 samplerParams
H A DGrSimpleTextureEffect.h50 GrSamplerState samplerParams)
56 , fImage(std::move(image), samplerParams)
49 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix, GrSamplerState samplerParams) argument
H A DGrRectBlurEffect.h83 GrSamplerState samplerParams)
88 , fBlurProfile(std::move(blurProfile), samplerParams) {
82 GrRectBlurEffect(SkRect rect, float sigma, sk_sp<GrTextureProxy> blurProfile, GrSamplerState samplerParams) argument
H A DGrRectBlurEffect.fp18 GrSamplerState samplerParams
21 @samplerParams(blurProfile) {
22 samplerParams
H A DGrYUVtoRGBEffect.fp19 @samplerParams(uSampler) {
28 @samplerParams(vSampler) {
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp155 const SamplerParameters& samplerParams)
186 if (samplerParams.isCompare)
195 const SamplerParameters& samplerParams,
242 if (samplerParams.isCompare && numCoordComp == 4)
246 else if (samplerParams.isCompare)
267 if (samplerParams.isCompare && !hasSeparateCompare)
303 if (samplerParams.isCompare && hasSeparateCompare)
509 SamplerParameters samplerParams; member in struct:vkt::texture::__anon4629::TestCaseData
514 VkSamplerCreateInfo mapSamplerCreateInfo (const SamplerParameters& samplerParams) argument
521 samplerParams
154 genSamplerDeclaration(const ImageViewParameters& imParams, const SamplerParameters& samplerParams) argument
194 genLookupCode(const ImageViewParameters& imParams, const SamplerParameters& samplerParams, const SampleLookupSettings& lookupSettings) argument
1021 getRequiredFormatFeatures(const SamplerParameters& samplerParams) argument
[all...]
H A DvktSampleVerifier.hpp126 const SamplerParameters& samplerParams,
H A DvktSampleVerifier.cpp66 const SamplerParameters& samplerParams,
74 , m_samplerParams (samplerParams)
65 SampleVerifier(const ImageViewParameters& imParams, const SamplerParameters& samplerParams, const SampleLookupSettings& sampleLookupSettings, int coordBits, int mipmapBits, const tcu::FloatFormat& conversionPrecision, const tcu::FloatFormat& filteringPrecision, const std::vector<tcu::ConstPixelBufferAccess>& levels) argument
/external/deqp/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,
717 const glu::TextureTestUtil::ReferenceParams samplerParams = genSamplerParams(iterationConfig);
719 logParams(iterationConfig, samplerParams);
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp251 const VkSamplerCreateInfo samplerParams = getSamplerCreateInfo(); local
268 samplerParams, m_samplerLod,vertices);
422 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); local
423 samplerParams.magFilter = m_magFilter;
425 return samplerParams;
444 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); local
445 samplerParams.minFilter = m_minFilter;
447 samplerParams.minLod = 0.01f;
449 return samplerParams;
475 VkSamplerCreateInfo samplerParams local
548 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); local
[all...]
H A DvktPipelineImageSamplingInstance.hpp59 const vk::VkSamplerCreateInfo& samplerParams,
H A DvktPipelineImageSamplingInstance.cpp193 const VkSamplerCreateInfo& samplerParams,
209 , m_samplerParams (samplerParams)
230 if ((samplerParams.minFilter == VK_FILTER_LINEAR ||
231 samplerParams.magFilter == VK_FILTER_LINEAR ||
232 samplerParams.mipmapMode == VK_SAMPLER_MIPMAP_MODE_LINEAR) &&
236 if ((samplerParams.addressModeU == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE ||
237 samplerParams.addressModeV == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE ||
238 samplerParams.addressModeW == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE) &&
185 ImageSamplingInstance(Context& context, const tcu::UVec2& renderSize, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int layerCount, const VkComponentMapping& componentMapping, const VkImageSubresourceRange& subresourceRange, const VkSamplerCreateInfo& samplerParams, float samplerLod, const std::vector<Vertex4Tex4>& vertices, VkDescriptorType samplingType, int imageCount, AllocationKind allocationKind) argument
H A DvktPipelineImageTests.cpp218 const VkSamplerCreateInfo samplerParams = local
240 return new ImageSamplingInstance(context, renderSize, m_imageViewType, m_imageFormat, m_imageSize, m_arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertices, m_samplingType, m_imageCount, m_allocationKind);
H A DvktPipelineImageViewTests.cpp200 const VkSamplerCreateInfo samplerParams = local
222 return new ImageSamplingInstance(context, renderSize, m_imageViewType, m_imageFormat, imageSize, arraySize, m_componentMapping, m_subresourceRange, samplerParams, m_samplerLod, vertices);
H A DvktPipelineMultisampleImageTests.cpp464 const VkSamplerCreateInfo samplerParams = local
485 return createSampler(vk, device, &samplerParams);
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp910 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); local
912 sampler = createSampler(vk, device, &samplerParams);
1121 const vk::VkSamplerCreateInfo samplerParams = vk::mapSampler(refSampler, texFormat); local
1123 sampler = createSampler(vk, device, &samplerParams);
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp453 const VkSamplerCreateInfo samplerParams = local
474 m_sampler = createSampler(vk, device, &samplerParams);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp474 const VkSamplerCreateInfo samplerParams = local
496 return createSampler(vk, device, &samplerParams);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp823 const VkSamplerCreateInfo samplerParams = mapSampler(samplerCopy, texFormat); local
824 samplers.push_back(VkSamplerSp(new Unique<VkSampler>(createSampler(vkd, device, &samplerParams))));
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp2150 const VkSamplerCreateInfo samplerParams = mapSampler(refSampler, texFormat);
2151 Move<VkSampler> sampler = createSampler(vk, vkDevice, &samplerParams);

Completed in 431 milliseconds