Home
last modified time | relevance | path

Searched refs:textureSwizzle (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrRenderTargetProxy.cpp24 GrSurfaceOrigin origin, const GrSwizzle& textureSwizzle, in GrRenderTargetProxy() argument
28 : INHERITED(format, desc, GrRenderable::kYes, origin, textureSwizzle, fit, budgeted, in GrRenderTargetProxy()
38 GrSurfaceOrigin origin, const GrSwizzle& textureSwizzle, const GrSwizzle& outputSwizzle, in GrRenderTargetProxy() argument
42 textureSwizzle, fit, budgeted, isProtected, surfaceFlags) in GrRenderTargetProxy()
49 const GrSwizzle& textureSwizzle, in GrRenderTargetProxy() argument
52 : INHERITED(std::move(surf), origin, textureSwizzle, SkBackingFit::kExact) in GrRenderTargetProxy()
DGrTextureRenderTargetProxy.h33 const GrSwizzle& textureSwizzle, const GrSwizzle& outputSwizzle,
40 const GrSwizzle& textureSwizzle, const GrSwizzle& outputSwizzle,
44 GrTextureRenderTargetProxy(sk_sp<GrSurface>, GrSurfaceOrigin, const GrSwizzle& textureSwizzle,
DGrRenderTargetProxy.h79 int sampleCount, GrSurfaceOrigin, const GrSwizzle& textureSwizzle,
97 GrSurfaceOrigin, const GrSwizzle& textureSwizzle,
102 GrRenderTargetProxy(sk_sp<GrSurface>, GrSurfaceOrigin, const GrSwizzle& textureSwizzle,
DGrTextureProxy.cpp21 GrMipMapsStatus mipMapsStatus, const GrSwizzle& textureSwizzle, in GrTextureProxy() argument
24 : INHERITED(format, srcDesc, GrRenderable::kNo, origin, textureSwizzle, fit, budgeted, in GrTextureProxy()
49 const GrSwizzle& textureSwizzle) in GrTextureProxy() argument
50 : INHERITED(std::move(surf), origin, textureSwizzle, SkBackingFit::kExact) in GrTextureProxy()
DGrSurfaceProxy.h167 const GrSwizzle& textureSwizzle() const { return fTextureSwizzle; } in textureSwizzle() function
334 GrRenderable renderable, GrSurfaceOrigin origin, const GrSwizzle& textureSwizzle, in GrSurfaceProxy() argument
338 origin, textureSwizzle, fit, budgeted, isProtected, surfaceFlags) { in GrSurfaceProxy()
345 const GrSwizzle& textureSwizzle, SkBackingFit, SkBudgeted, GrProtected,
349 GrSurfaceProxy(sk_sp<GrSurface>, GrSurfaceOrigin, const GrSwizzle& textureSwizzle,
DGrSurfaceProxy.cpp56 const GrSwizzle& textureSwizzle, SkBackingFit fit, in GrSurfaceProxy() argument
65 , fTextureSwizzle(textureSwizzle) in GrSurfaceProxy()
89 const GrSwizzle& textureSwizzle, SkBackingFit fit) in GrSurfaceProxy() argument
97 , fTextureSwizzle(textureSwizzle) in GrSurfaceProxy()
DGrTextureProxy.h110 GrMipMapped, GrMipMapsStatus, const GrSwizzle& textureSwizzle, SkBackingFit,
DGrFragmentProcessor.h446 const GrSwizzle& swizzle() const { return this->proxy()->textureSwizzle(); } in swizzle()
DGrProxyProvider.cpp256 SkASSERT(result->textureSwizzle() == in findOrCreateProxyByUniqueKey()
/third_party/flutter/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp244 fTextureSamplers[i].reset(proxies[i]->textureType(), params, proxies[i]->textureSwizzle()); in GrDistanceFieldA8TextGeoProc()
263 proxies[i]->textureSwizzle()); in addNewProxies()
539 fTextureSamplers[i].reset(proxies[i]->textureType(), params, proxies[i]->textureSwizzle()); in GrDistanceFieldPathGeoProc()
559 proxies[i]->textureSwizzle()); in addNewProxies()
862 fTextureSamplers[i].reset(proxies[i]->textureType(), params, proxies[i]->textureSwizzle()); in GrDistanceFieldLCDTextGeoProc()
882 proxies[i]->textureSwizzle()); in addNewProxies()
DGrBitmapTextGeoProc.cpp157 fTextureSamplers[i].reset(proxies[i]->textureType(), params, proxies[i]->textureSwizzle()); in GrBitmapTextGeoProc()
177 proxies[i]->textureSwizzle()); in addNewProxies()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1009 MaybeTextureSwizzle textureSwizzle; member
1038 , textureSwizzle (textureSwizzle_) in GatherCaseBaseParams()
1055 , textureSwizzle (MaybeTextureSwizzle::createNoneTextureSwizzle()) in GatherCaseBaseParams()
1280 if (m_baseParams.textureSwizzle.isSome()) in init()
1282 …const tcu::Vector<TextureSwizzleComponent, 4>& swizzle = m_baseParams.textureSwizzle.getSwizzle(); in init()
1334 …<< TestLog::Message << "Using texture swizzle " << m_baseParams.textureSwizzle << TestLog::EndMess… in init()
1950 swizzleTexture(m_swizzledTexture, *texture, m_baseParams.textureSwizzle); in createTexture()
1975 const MaybeTextureSwizzle& textureSwizzle,
2003 const MaybeTextureSwizzle& textureSwizzle, in TextureGather2DCase() argument
2012 …herType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, ma… in TextureGather2DCase()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1009 MaybeTextureSwizzle textureSwizzle; member
1038 , textureSwizzle (textureSwizzle_) in GatherCaseBaseParams()
1055 , textureSwizzle (MaybeTextureSwizzle::createNoneTextureSwizzle()) in GatherCaseBaseParams()
1280 if (m_baseParams.textureSwizzle.isSome()) in init()
1282 …const tcu::Vector<TextureSwizzleComponent, 4>& swizzle = m_baseParams.textureSwizzle.getSwizzle(); in init()
1334 …<< TestLog::Message << "Using texture swizzle " << m_baseParams.textureSwizzle << TestLog::EndMess… in init()
1950 swizzleTexture(m_swizzledTexture, *texture, m_baseParams.textureSwizzle); in createTexture()
1975 const MaybeTextureSwizzle& textureSwizzle,
2003 const MaybeTextureSwizzle& textureSwizzle, in TextureGather2DCase() argument
2012 …herType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, ma… in TextureGather2DCase()
[all …]
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgram.cpp104 pipeline.dstTextureProxy()->textureSwizzle(), in updateUniformsAndTextureBindings()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp254 const GrSwizzle& swizzle = fPipeline.dstTextureProxy()->textureSwizzle(); in emitAndInstallXferProc()
/third_party/flutter/skia/src/gpu/ops/
DGrTextureOp.cpp419 const GrSwizzle& swizzle = fProxies[0].fProxy->textureSwizzle(); in onPrepareDraws()
440 SkASSERT(proxy->textureSwizzle() == swizzle); in onPrepareDraws()
DGrLatticeOp.cpp104 fSampler.reset(proxy->textureType(), samplerState, proxy->textureSwizzle(), in LatticeGP()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp442 range.fCoverageMode, atlas->peekTexture(), atlas->textureSwizzle(), atlas->origin(), in onExecute()
DGrCCPerFlushResources.cpp90 srcProxy->textureSwizzle(), srcProxy->origin()); in onExecute()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp1046 const MaybeTextureSwizzle& textureSwizzle, in TextureGatherCase() argument
1058 , m_textureSwizzle (textureSwizzle) in TextureGatherCase()