Searched refs:gpuType (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
D | GraphicsPipelineDesc.h | 32 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/ |
D | GrGLVertexArray.cpp | 89 GrSLType gpuType, in set() argument 114 array->fGPUType != gpuType || in set() 122 if (GrSLTypeIsFloatType(gpuType)) { in set() 139 array->fGPUType = gpuType; in set()
|
D | GrGLVertexArray.h | 44 GrSLType gpuType,
|
/third_party/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 83 GrSLType gpuType, in set() argument 108 array->fGPUType != gpuType || in set() 116 if (GrSLTypeIsFloatType(gpuType)) { in set() 133 array->fGPUType = gpuType; in set()
|
D | GrGLVertexArray.h | 44 GrSLType gpuType,
|
/third_party/flutter/skia/src/gpu/ |
D | GrPrimitiveProcessor.h | 57 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/ |
D | GrGeometryProcessor.h | 69 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/ |
D | GrSkSLFP.cpp | 68 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/ |
D | GrGLSLVarying.cpp | 17 GrGLSLVarying v(input.gpuType()); in addPassThroughAttribute()
|
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 117 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
|
/third_party/skia/src/gpu/ops/ |
D | QuadPerEdgeAA.cpp | 730 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in makeProgramImpl()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 968 GrGLSLVarying v(gp.fLocalCoord.gpuType()); in createGLSLInstance()
|