Home
last modified time | relevance | path

Searched refs:fGPUType (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/
DGrGeometryProcessor.h57 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
64 constexpr bool isInitialized() const { return fGPUType != kVoid_GrSLType; } in isInitialized()
68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType()
74 return {fName, fGPUType, GrShaderVar::TypeModifier::In}; in asShaderVar()
80 GrSLType fGPUType = kVoid_GrSLType; variable
/external/skqp/src/gpu/
DGrPrimitiveProcessor.h59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
68 constexpr GrSLType gpuType() const { return fGPUType; } in gpuType()
74 return {fName, fGPUType, GrShaderVar::kIn_TypeModifier}; in asShaderVar()
80 GrSLType fGPUType = kFloat_GrSLType; variable
/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp94 array->fGPUType != gpuType || in set()
118 array->fGPUType = gpuType; in set()
DGrGLVertexArray.h82 GrSLType fGPUType; member
DGrGLProgram.h37 GrSLType fGPUType; member
DGrGLGpu.cpp2091 attribState->set(this, attrib.fLocation, vertexBuffer, attrib.fCPUType, attrib.fGPUType, in setupGeometry()
2104 attrib.fGPUType, instanceStride, bufferOffset + attrib.fOffset, in setupGeometry()
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp108 array->fGPUType != gpuType || in set()
133 array->fGPUType = gpuType; in set()
DGrGLVertexArray.h84 GrSLType fGPUType; member
DGrGLProgram.h40 GrSLType fGPUType; member
DGrGLOpsRenderPass.cpp142 attrib.fGPUType, instanceStride, bufferOffset + attrib.fOffset, in bindInstanceBuffer()
160 attrib.fGPUType, vertexStride, bufferOffset + attrib.fOffset, in bindVertexBuffer()
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp144 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp128 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()