Searched refs:fGPUType (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
H A 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; member in skgpu::GraphicsPipelineDesc::Attribute
|
/third_party/skia/src/gpu/ |
H A 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; member in GrGeometryProcessor::Attribute
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLVertexArray.cpp | 108 array->fGPUType != gpuType || in set() 133 array->fGPUType = gpuType; in set()
|
H A D | GrGLVertexArray.h | 84 GrSLType fGPUType; member
|
H A D | GrGLProgram.h | 40 GrSLType fGPUType; member
|
H A 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/ |
H A D | GrGLProgramBuilder.cpp | 128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
|
Completed in 8 milliseconds