Searched refs:fCPUType (Results 1 – 13 of 13) 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/flutter/skia/src/gpu/ |
D | GrPrimitiveProcessor.h | 58 : 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/ |
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/flutter/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 113 array->fCPUType != cpuType || in set() 138 array->fCPUType = cpuType; in set()
|
D | GrGLVertexArray.h | 83 GrVertexAttribType fCPUType; member
|
D | GrGLProgram.h | 36 GrVertexAttribType fCPUType; member
|
D | GrGLGpu.cpp | 2038 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/ |
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/flutter/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 116 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 127 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|