Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h33 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
40 constexpr bool isInitialized() const { return fGPUType != SLType::kVoid; } in isInitialized()
44 constexpr SLType gpuType() const { return fGPUType; } in gpuType()
52 SLType fGPUType = SLType::kVoid; variable
/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.h58 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
67 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType()
73 return {fName, fGPUType, GrShaderVar::kIn_TypeModifier}; in asShaderVar()
79 GrSLType fGPUType = kFloat_GrSLType; variable
/third_party/skia/src/gpu/
DGrGeometryProcessor.h70 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
77 constexpr bool isInitialized() const { return fGPUType != kVoid_GrSLType; } in isInitialized()
81 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType()
87 return {fName, fGPUType, GrShaderVar::TypeModifier::In}; in asShaderVar()
93 GrSLType fGPUType = kVoid_GrSLType; variable
/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.cpp114 array->fGPUType != gpuType || in set()
139 array->fGPUType = gpuType; in set()
DGrGLVertexArray.h84 GrSLType fGPUType; member
DGrGLProgram.h37 GrSLType fGPUType; member
DGrGLGpu.cpp2038 attribState->set(this, attrib.fLocation, vertexBuffer, attrib.fCPUType, attrib.fGPUType, in setupGeometry()
2052 attrib.fGPUType, instanceStride, bufferOffset + attrib.fOffset, in setupGeometry()
/third_party/skia/src/gpu/gl/
DGrGLVertexArray.cpp108 array->fGPUType != gpuType || in set()
133 array->fGPUType = gpuType; in set()
DGrGLVertexArray.h84 GrSLType fGPUType; member
DGrGLProgram.h40 GrSLType fGPUType; member
DGrGLOpsRenderPass.cpp157 attrib.fGPUType, instanceStride, bufferOffset + attrib.fOffset, in bindInstanceBuffer()
175 attrib.fGPUType, vertexStride, bufferOffset + attrib.fOffset, in bindVertexBuffer()
/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()