Home
last modified time | relevance | path

Searched refs:gpuType (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp83 GrSLType gpuType, in set()
108 array->fGPUType != gpuType || in set()
116 if (GrSLTypeIsFloatType(gpuType)) { in set()
133 array->fGPUType = gpuType; in set()
79 set(GrGLGpu* gpu, int index, const GrBuffer* vertexBuffer, GrVertexAttribType cpuType, GrSLType gpuType, GrGLsizei stride, size_t offsetInBytes, int divisor) set() argument
H A DGrGLVertexArray.h44 GrSLType gpuType,
/third_party/skia/experimental/graphite/src/
H A DGraphicsPipelineDesc.h32 SLType gpuType) in Attribute()
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 in skgpu::GraphicsPipelineDesc::Attribute
30 Attribute(const char* name, VertexAttribType cpuType, SLType gpuType) Attribute() argument
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h69 GrSLType gpuType) in Attribute()
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 in GrGeometryProcessor::Attribute
213 b->addBits(8, attr.isInitialized() ? attr.gpuType() : 0xff, "attrGpuType"); in getAttributeKey()
67 Attribute(const char* name, GrVertexAttribType cpuType, GrSLType gpuType) Attribute() argument
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp68 GrSLType gpuType; variable
69 SkAssertResult(SkSL::type_to_grsltype(fContext, *type, &gpuType));
73 String value = GrGLSLTypeString(gpuType);
76 bool isFloat = GrSLTypeIsFloatType(gpuType);
91 gpuType,
/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
/third_party/skia/src/gpu/ops/
H A DQuadPerEdgeAA.cpp748 GrGLSLVarying v(gp.fLocalCoord.gpuType());

Completed in 7 milliseconds