Home
last modified time | relevance | path

Searched refs:gpuType (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h32 SLType gpuType) in Attribute() argument
33 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
34 SkASSERT(name && gpuType != SLType::kVoid); in Attribute()
44 constexpr SLType gpuType() const { return fGPUType; } in gpuType() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.cpp89 GrSLType gpuType, in set() argument
114 array->fGPUType != gpuType || in set()
122 if (GrSLTypeIsFloatType(gpuType)) { in set()
139 array->fGPUType = gpuType; in set()
DGrGLVertexArray.h44 GrSLType gpuType,
/third_party/skia/src/gpu/gl/
DGrGLVertexArray.cpp83 GrSLType gpuType, in set() argument
108 array->fGPUType != gpuType || in set()
116 if (GrSLTypeIsFloatType(gpuType)) { in set()
133 array->fGPUType = gpuType; in set()
DGrGLVertexArray.h44 GrSLType gpuType,
/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.h57 GrSLType gpuType) in Attribute() argument
58 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
67 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
197 b->add32(attrs[i].isInitialized() ? (attrs[i].cpuType() << 16) | attrs[i].gpuType() in getAttributeKey()
/third_party/skia/src/gpu/
DGrGeometryProcessor.h69 GrSLType gpuType) in Attribute() argument
70 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
71 SkASSERT(name && gpuType != kVoid_GrSLType); in Attribute()
81 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
213 b->addBits(8, attr.isInitialized() ? attr.gpuType() : 0xff, "attrGpuType"); in getAttributeKey()
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp68 GrSLType gpuType; in emitCode() local
69 SkAssertResult(SkSL::type_to_grsltype(fContext, *type, &gpuType)); in emitCode()
73 String value = GrGLSLTypeString(gpuType); in emitCode()
76 bool isFloat = GrSLTypeIsFloatType(gpuType); in emitCode()
91 gpuType, in emitCode()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLVarying.cpp17 GrGLSLVarying v(input.gpuType()); in addPassThroughAttribute()
/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp117 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp730 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in makeProgramImpl()
/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp968 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in createGLSLInstance()