Searched refs:fGPUType (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() 40 constexpr bool isInitialized() const { return fGPUType != SLType::kVoid; } in isInitialized() 44 constexpr SLType gpuType() const { return fGPUType; } in gpuType() 52 SLType fGPUType = SLType::kVoid; variable
|
/third_party/skia/src/gpu/ |
D | GrGeometryProcessor.h | 70 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute() 77 constexpr bool isInitialized() const { return fGPUType != kVoid_GrSLType; } in isInitialized() 81 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType() 87 return {fName, fGPUType, GrShaderVar::TypeModifier::In}; in asShaderVar() 93 GrSLType fGPUType = kVoid_GrSLType; variable
|
/third_party/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 108 array->fGPUType != gpuType || in set() 133 array->fGPUType = gpuType; in set()
|
D | GrGLVertexArray.h | 84 GrSLType fGPUType; member
|
D | GrGLProgram.h | 40 GrSLType fGPUType; member
|
D | GrGLOpsRenderPass.cpp | 157 attrib.fGPUType, instanceStride, bufferOffset + attrib.fOffset, in bindInstanceBuffer() 175 attrib.fGPUType, vertexStride, bufferOffset + attrib.fOffset, in bindVertexBuffer()
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
|