Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/
H A DGraphicsPipelineDesc.h33 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
43 constexpr VertexAttribType cpuType() const { return fCPUType; } in cpuType()
51 VertexAttribType fCPUType = VertexAttribType::kFloat; member in skgpu::GraphicsPipelineDesc::Attribute
260 return VertexAttribTypeSize(fCPUType); in size()
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h70 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
80 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType()
92 GrVertexAttribType fCPUType = kFloat_GrVertexAttribType; member in GrGeometryProcessor::Attribute
592 return GrVertexAttribTypeSize(fCPUType); in size()
/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp107 array->fCPUType != cpuType || in set()
132 array->fCPUType = cpuType; in set()
H A DGrGLVertexArray.h83 GrVertexAttribType fCPUType; member
H A DGrGLProgram.h39 GrVertexAttribType fCPUType; member
H A 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/
H A DGrGLProgramBuilder.cpp127 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()

Completed in 6 milliseconds