/third_party/skia/src/gpu/gl/ |
H A D | GrGLVertexArray.cpp | 82 GrVertexAttribType cpuType, in set() 107 array->fCPUType != cpuType || in set() 115 const AttribLayout& layout = attrib_layout(cpuType); in set() 132 array->fCPUType = cpuType; in set() 79 set(GrGLGpu* gpu, int index, const GrBuffer* vertexBuffer, GrVertexAttribType cpuType, GrSLType gpuType, GrGLsizei stride, size_t offsetInBytes, int divisor) set() argument
|
H A D | GrGLVertexArray.h | 43 GrVertexAttribType cpuType,
|
/third_party/skia/experimental/graphite/src/ |
H A D | GraphicsPipelineDesc.h | 31 VertexAttribType cpuType, in Attribute() 33 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute() 43 constexpr VertexAttribType cpuType() const { return fCPUType; } in cpuType() function in skgpu::GraphicsPipelineDesc::Attribute 30 Attribute(const char* name, VertexAttribType cpuType, SLType gpuType) Attribute() argument
|
/third_party/skia/src/gpu/ |
H A D | GrGeometryProcessor.h | 68 GrVertexAttribType cpuType, in Attribute() 70 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute() 80 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType() function in GrGeometryProcessor::Attribute 212 b->addBits(8, attr.isInitialized() ? attr.cpuType() : 0xff, "attrType"); in getAttributeKey() 67 Attribute(const char* name, GrVertexAttribType cpuType, GrSLType gpuType) Attribute() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | QuadPerEdgeAA.cpp | 639 fLocalCoord.isInitialized() ? kFloat3_GrVertexAttribType == fLocalCoord.cpuType() : 2, 641 fColor.isInitialized() ? kFloat4_GrVertexAttribType == fColor.cpuType() : 2, 656 b->addBits(1, (kFloat3_GrVertexAttribType == fLocalCoord.cpuType()), "localCoordsType"); 661 b->addBits(1, (kFloat4_GrVertexAttribType == fColor.cpuType()), "colorType"); 746 if (gp.fLocalCoord.cpuType() == kFloat3_GrVertexAttribType) {
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DPipelineStateBuilder.cpp | 254 attrib_type_to_format(attrib.cpuType()), in setup_vertex_input_layout() 267 attrib_type_to_format(attrib.cpuType()), in setup_vertex_input_layout()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 108 vkAttrib.format = attrib_type_to_vkformat(attrib.cpuType()); in setup_vertex_input_state() 119 vkAttrib.format = attrib_type_to_vkformat(attrib.cpuType()); in setup_vertex_input_state()
|
/third_party/skia/tools/gpu/ |
H A D | TestOps.cpp | 75 bool wideColor() const { return fInColor.cpuType() != kUByte4_norm_GrVertexAttribType; } in wideColor()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramBuilder.cpp | 346 attribute.format = to_dawn_vertex_format(attrib.cpuType()); in Build() 365 attribute.format = to_dawn_vertex_format(attrib.cpuType()); in Build()
|
/third_party/skia/src/gpu/gl/builders/ |
H A D | GrGLProgramBuilder.cpp | 127 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|