Home
last modified time | relevance | path

Searched refs:fGPUType (Results 1 – 7 of 7) 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/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/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/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()