Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/
DGraphicsPipelineDesc.h33 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
43 constexpr VertexAttribType cpuType() const { return fCPUType; } in cpuType()
51 VertexAttribType fCPUType = VertexAttribType::kFloat; variable
260 return VertexAttribTypeSize(fCPUType); in size()
/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.h58 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
66 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
78 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType; variable
373 return GrVertexAttribTypeSize(fCPUType); in size()
/third_party/skia/src/gpu/
DGrGeometryProcessor.h70 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
80 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
92 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType; variable
592 return GrVertexAttribTypeSize(fCPUType); in size()
/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.cpp113 array->fCPUType != cpuType || in set()
138 array->fCPUType = cpuType; in set()
DGrGLVertexArray.h83 GrVertexAttribType fCPUType; member
DGrGLProgram.h36 GrVertexAttribType fCPUType; member
DGrGLGpu.cpp2038 attribState->set(this, attrib.fLocation, vertexBuffer, attrib.fCPUType, attrib.fGPUType, in setupGeometry()
2051 attribState->set(this, attrib.fLocation, instanceBuffer, attrib.fCPUType, in setupGeometry()
/third_party/skia/src/gpu/gl/
DGrGLVertexArray.cpp107 array->fCPUType != cpuType || in set()
132 array->fCPUType = cpuType; in set()
DGrGLVertexArray.h83 GrVertexAttribType fCPUType; member
DGrGLProgram.h39 GrVertexAttribType fCPUType; member
DGrGLOpsRenderPass.cpp156 fAttribArrayState->set(fGpu, attrib.fLocation, instanceBuffer, attrib.fCPUType, in bindInstanceBuffer()
174 fAttribArrayState->set(fGpu, attrib.fLocation, vertexBuffer, attrib.fCPUType, in bindVertexBuffer()
/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp116 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp127 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()