Searched refs:fImage2D_Type (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 120 , fImage2D_Type(new Type("image2D", SpvDim2D, false, false, false, true)) in Context() 318 const std::unique_ptr<Type> fImage2D_Type; variable
|
D | SkSLGLSLCodeGenerator.cpp | 1263 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeFunctionCall()
|
D | SkSLMetalCodeGenerator.cpp | 1123 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeVarDeclarations()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 117 , fImage2D_Type(new Type("image2D", SpvDim2D, false, false, false, true)) in Context() 312 const std::unique_ptr<Type> fImage2D_Type; variable
|
D | SkSLGLSLCodeGenerator.cpp | 1236 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeFunctionCall()
|
D | SkSLMetalCodeGenerator.cpp | 979 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeVarDeclarations()
|