Home
last modified time | relevance | path

Searched refs:fImage2D_Type (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/sksl/
DSkSLContext.h117 , fImage2D_Type(new Type("image2D", SpvDim2D, false, false, false, true)) in Context()
312 const std::unique_ptr<Type> fImage2D_Type; variable
DSkSLGLSLCodeGenerator.cpp1236 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp979 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeVarDeclarations()