/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 88 GrVertexAttribType cpuType, in set() argument 113 array->fCPUType != cpuType || in set() 121 const AttribLayout& layout = attrib_layout(cpuType); in set() 138 array->fCPUType = cpuType; in set()
|
D | GrGLVertexArray.h | 43 GrVertexAttribType cpuType,
|
/third_party/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 82 GrVertexAttribType cpuType, in set() argument 107 array->fCPUType != cpuType || in set() 115 const AttribLayout& layout = attrib_layout(cpuType); in set() 132 array->fCPUType = cpuType; in set()
|
D | GrGLVertexArray.h | 43 GrVertexAttribType cpuType,
|
/third_party/flutter/skia/src/gpu/ |
D | GrPrimitiveProcessor.h | 56 GrVertexAttribType cpuType, in Attribute() argument 58 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute() 66 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType() function 197 b->add32(attrs[i].isInitialized() ? (attrs[i].cpuType() << 16) | attrs[i].gpuType() in getAttributeKey()
|
/third_party/skia/experimental/graphite/src/ |
D | GraphicsPipelineDesc.h | 31 VertexAttribType cpuType, in Attribute() argument 33 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute() 43 constexpr VertexAttribType cpuType() const { return fCPUType; } in cpuType() function
|
/third_party/skia/src/gpu/ |
D | GrGeometryProcessor.h | 68 GrVertexAttribType cpuType, in Attribute() argument 70 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute() 80 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType() function 212 b->addBits(8, attr.isInitialized() ? attr.cpuType() : 0xff, "attrType"); in getAttributeKey()
|
/third_party/flutter/skia/third_party/externals/sdl/src/cpuinfo/ |
D | SDL_cpuinfo.c | 566 const char *cpuType = SDL_GetCPUType(); in SDL_GetCPUCacheLineSize() local 569 if (SDL_strcmp(cpuType, "GenuineIntel") == 0) { in SDL_GetCPUCacheLineSize() 572 } else if (SDL_strcmp(cpuType, "AuthenticAMD") == 0) { in SDL_GetCPUCacheLineSize()
|
/third_party/skia/experimental/graphite/src/mtl/ |
D | MtlGraphicsPipeline.mm | 224 MTLVertexFormat format = attribute_type_to_mtlformat(attribute.cpuType()); 247 MTLVertexFormat format = attribute_type_to_mtlformat(attribute.cpuType());
|
/third_party/skia/src/gpu/ops/ |
D | QuadPerEdgeAA.cpp | 638 b->addBits(1, (kFloat3_GrVertexAttribType == fLocalCoord.cpuType()), "localCoordsType"); in addToKey() 643 b->addBits(1, (kFloat4_GrVertexAttribType == fColor.cpuType()), "colorType"); in addToKey() 728 if (gp.fLocalCoord.cpuType() == kFloat3_GrVertexAttribType) { in makeProgramImpl()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 169 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType()); 190 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType());
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpuCommandBuffer.cpp | 340 attribute.format = to_dawn_vertex_format(attrib.cpuType()); in applyState() 360 attribute.format = to_dawn_vertex_format(attrib.cpuType()); in applyState()
|
/third_party/skia/src/gpu/vk/ |
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/src/gpu/d3d/ |
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/flutter/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 109 vkAttrib.format = attrib_type_to_vkformat(attrib.cpuType()); in setup_vertex_input_state() 121 vkAttrib.format = attrib_type_to_vkformat(attrib.cpuType()); in setup_vertex_input_state()
|
/third_party/skia/tools/gpu/ |
D | TestOps.cpp | 75 bool wideColor() const { return fInColor.cpuType() != kUByte4_norm_GrVertexAttribType; } in wideColor()
|
/third_party/skia/src/gpu/dawn/ |
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/flutter/skia/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 877 x |= kFloat3_GrVertexAttribType == fLocalCoord.cpuType() ? 8 : 16; in getGLSLProcessorKey() 881 x |= kUByte4_norm_GrVertexAttribType == fColor.cpuType() ? 32 : 64; in getGLSLProcessorKey() 966 if (gp.fLocalCoord.cpuType() == kFloat3_GrVertexAttribType) { in createGLSLInstance()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrGSCoverageProcessor.cpp | 68 SkASSERT(kFloat4_GrVertexAttribType == proc.fInputXOrYValues.cpuType()); in emitGeometryShader()
|
D | GrVSCoverageProcessor.cpp | 269 proc.fInputXAndYValues[kInstanceAttribIdx_X].cpuType()); in onEmitCode()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 205 MTLVertexFormat format = attribute_type_to_mtlformat(attribute.cpuType()); 239 MTLVertexFormat format = attribute_type_to_mtlformat(attribute.cpuType());
|
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 116 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 127 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|