Home
last modified time | relevance | path

Searched defs:cpuType (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/graphite/
DAttribute.h22 VertexAttribType cpuType, in Attribute()
34 constexpr VertexAttribType cpuType() const { return fCPUType; } in cpuType() function
/external/perfetto/ui/src/core_plugins/sched/
Dindex.ts59 for (const cpuType of Object.values(CPUType)) { constant
/external/skia/src/gpu/ganesh/
DGrGeometryProcessor.h76 GrVertexAttribType cpuType, in Attribute()
85 GrVertexAttribType cpuType, in Attribute()
99 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType() function
/external/skia/src/gpu/ganesh/gl/
DGrGLVertexArray.cpp94 GrVertexAttribType cpuType, in set()