Home
last modified time | relevance | path

Searched defs:writeSwizzle (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrRecordingContextPriv.cpp95 skgpu::Swizzle writeSwizzle; in makeSC() local
199 skgpu::Swizzle writeSwizzle = this->caps()->getWriteSwizzle(format, info.colorType()); in makeSFC() local
220 skgpu::Swizzle writeSwizzle, in makeSFC()
332 skgpu::Swizzle writeSwizzle = this->caps()->getWriteSwizzle(format, info.colorType()); in makeSFCFromBackendTexture() local
DGrPipeline.h80 writeSwizzle, in GrPipeline() argument
197 const skgpu::Swizzle& writeSwizzle() const { return fWriteSwizzle; } in writeSwizzle() function
DGrPipeline.cpp68 const skgpu::Swizzle& writeSwizzle, in GrPipeline()
DSurfaceDrawContext.cpp144 skgpu::Swizzle writeSwizzle = rContext->priv().caps()->getWriteSwizzle(format, colorType); in Make() local
166 skgpu::Swizzle writeSwizzle, in Make()
/external/skia/gm/
Dclear_swizzle.cpp40 skgpu::Swizzle writeSwizzle = skgpu::Swizzle::Concat(sfc->readSwizzle(), in __anon09e2e7ee0102() local
/external/skia/src/gpu/graphite/
DRenderPassDesc.cpp44 Swizzle writeSwizzle) { in Make()
DPublicPrecompile.cpp152 Swizzle writeSwizzle = caps->getWriteSwizzle(destCT, info); in PrecompileCombinations() local
DDrawContext.cpp280 auto writeSwizzle = caps->getWriteSwizzle(this->colorInfo().colorType(), in flush() local
DContextUtils.cpp558 skgpu::Swizzle writeSwizzle) { in BuildFragmentSkSL()
DShaderCodeDictionary.cpp273 Swizzle writeSwizzle) { in toSkSL()
/external/skia/tests/
DOpChainTest.cpp232 skgpu::Swizzle writeSwizzle = caps->getWriteSwizzle(format, GrColorType::kRGBA_8888); variable
/external/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp594 void PipelineStageCodeGenerator::writeSwizzle(const Swizzle& swizzle) { in writeSwizzle() function in SkSL::PipelineStage::PipelineStageCodeGenerator
DSkSLGLSLCodeGenerator.cpp1144 void GLSLCodeGenerator::writeSwizzle(const Swizzle& swizzle) { in writeSwizzle() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp1894 void MetalCodeGenerator::writeSwizzle(const Swizzle& swizzle) { in writeSwizzle() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp3509 SpvId SPIRVCodeGenerator::writeSwizzle(const Expression& baseExpr, in writeSwizzle() function in SkSL::SPIRVCodeGenerator
3531 SpvId SPIRVCodeGenerator::writeSwizzle(const Swizzle& swizzle, OutputStream& out) { in writeSwizzle() function in SkSL::SPIRVCodeGenerator
/external/deqp/framework/common/
DtcuTextureUtil.cpp1917 const TextureSwizzle &writeSwizzle = getChannelWriteSwizzle(order); in getBorderColorReadSwizzle() local