Searched refs:fCPUType (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
D | GraphicsPipelineDesc.h | 33 : 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/ |
D | GrGeometryProcessor.h | 70 : 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/ |
D | GrGLVertexArray.cpp | 107 array->fCPUType != cpuType || in set() 132 array->fCPUType = cpuType; in set()
|
D | GrGLVertexArray.h | 83 GrVertexAttribType fCPUType; member
|
D | GrGLProgram.h | 39 GrVertexAttribType fCPUType; member
|
D | GrGLOpsRenderPass.cpp | 156 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/ |
D | GrGLProgramBuilder.cpp | 127 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|