Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp85 GrSLType gpuType, in set() argument
94 array->fGPUType != gpuType || in set()
100 if (GrSLTypeIsFloatType(gpuType)) { in set()
118 array->fGPUType = gpuType; in set()
DGrGLVertexArray.h44 GrSLType gpuType,
/external/skia/src/gpu/
DGrGeometryProcessor.h56 GrSLType gpuType) in Attribute() argument
57 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
58 SkASSERT(name && gpuType != kVoid_GrSLType); in Attribute()
68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
207 b->addBits(8, attr.isInitialized() ? attr.gpuType() : 0xff, "attrGpuType"); in getAttributeKey()
/external/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,
/external/skqp/src/gpu/
DGrPrimitiveProcessor.h58 GrSLType gpuType) in Attribute() argument
59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() function
198 b->add32(attrs[i].isInitialized() ? (attrs[i].cpuType() << 16) | attrs[i].gpuType() in getAttributeKey()
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp64 GrSLType gpuType; in emitCode() local
65 SkAssertResult(SkSL::type_to_grsltype(fContext, *type, &gpuType)); in emitCode()
70 gpuType, in emitCode()
/external/skqp/src/gpu/glsl/
DGrGLSLVarying.cpp17 GrGLSLVarying v(input.gpuType()); in addPassThroughAttribute()
/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp17 GrGLSLVarying v(input.gpuType()); in addPassThroughAttribute()
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp144 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp623 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in createGLSLInstance()
/external/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp666 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in createGLSLInstance()