Home
last modified time | relevance | path

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