Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h120 , fImage2D_Type(new Type("image2D", SpvDim2D, false, false, false, true)) in Context()
318 const std::unique_ptr<Type> fImage2D_Type; variable
DSkSLGLSLCodeGenerator.cpp1263 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp1123 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeVarDeclarations()
/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()