Home
last modified time | relevance | path

Searched refs:cpuType (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/tools/android/test/
Dbuild.gradle52 def cpuType = 'armeabi-v7a'
55 def nativeOutDir = 'libs/' + cpuType
65 …demoLibPath = '../../../tensorflow/contrib/makefile/gen/lib/android_' + cpuType + '/libtensorflow_…
66 …inferenceLibPath = '../../../tensorflow/contrib/makefile/gen/lib/android_' + cpuType + '/libtensor…
93 abiFilters "${cpuType}"
154 '--cpu=' + cpuType, \
169 , '-a', cpuType \
/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp84 GrVertexAttribType cpuType, in set() argument
93 array->fCPUType != cpuType || in set()
98 const AttribLayout& layout = attrib_layout(cpuType); in set()
117 array->fCPUType = cpuType; in set()
DGrGLVertexArray.h43 GrVertexAttribType cpuType,
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp82 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()
DGrGLVertexArray.h43 GrVertexAttribType cpuType,
/external/autotest/client/site_tests/desktopui_GmailLatency/
Ddesktopui_GmailLatency.py28 cpuType = utils.get_cpu_arch()
30 if cpuType == "arm":
/external/skqp/src/gpu/
DGrPrimitiveProcessor.h57 GrVertexAttribType cpuType, in Attribute() argument
59 : fName(name), fCPUType(cpuType), fGPUType(gpuType) {} in Attribute()
67 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType() function
198 b->add32(attrs[i].isInitialized() ? (attrs[i].cpuType() << 16) | attrs[i].gpuType() in getAttributeKey()
/external/skia/src/gpu/
DGrGeometryProcessor.h55 GrVertexAttribType cpuType, in Attribute() argument
57 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
67 constexpr GrVertexAttribType cpuType() const { return fCPUType; } in cpuType() function
206 b->addBits(8, attr.isInitialized() ? attr.cpuType() : 0xff, "attrType"); in getAttributeKey()
/external/autotest/client/site_tests/platform_MemCheck/
Dplatform_MemCheck.py33 cpuType = utils.get_cpu_arch()
36 if cpuType == "arm":
/external/llvm-project/lld/MachO/
DTarget.h62 uint32_t cpuType; variable
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
Da.out.ips22 "cpuType" : "X86-64",
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm169 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType());
190 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType());
/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp536 x |= kFloat3_GrVertexAttribType == fLocalCoord.cpuType() ? 8 : 16; in getGLSLProcessorKey()
540 x |= kUByte4_norm_GrVertexAttribType == fColor.cpuType() ? 32 : 64; in getGLSLProcessorKey()
621 if (gp.fLocalCoord.cpuType() == kFloat3_GrVertexAttribType) { in createGLSLInstance()
/external/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp577 b->addBits(1, (kFloat3_GrVertexAttribType == fLocalCoord.cpuType()), "localCoordsType"); in getGLSLProcessorKey()
582 b->addBits(1, (kFloat4_GrVertexAttribType == fColor.cpuType()), "colorType"); in getGLSLProcessorKey()
664 if (gp.fLocalCoord.cpuType() == kFloat3_GrVertexAttribType) { in createGLSLInstance()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp101 vkAttrib.format = attrib_type_to_vkformat(attrib.cpuType()); in setup_vertex_input_state()
113 vkAttrib.format = attrib_type_to_vkformat(attrib.cpuType()); in setup_vertex_input_state()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp108 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()
/external/llvm-project/lld/MachO/Arch/
DX86_64.cpp322 cpuType = CPU_TYPE_X86_64; in X86_64()
/external/skia/tools/gpu/
DTestOps.cpp44 bool wideColor() const { return fInColor.cpuType() != kUByte4_norm_GrVertexAttribType; } in wideColor()
/external/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp259 attrib_type_to_format(attrib.cpuType()), in setup_vertex_input_layout()
272 attrib_type_to_format(attrib.cpuType()), in setup_vertex_input_layout()
/external/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp350 attribute.format = to_dawn_vertex_format(attrib.cpuType()); in Build()
369 attribute.format = to_dawn_vertex_format(attrib.cpuType()); in Build()
/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_GSImpl.cpp64 SkASSERT(kFloat4_GrVertexAttribType == proc.fVertexAttribute.cpuType()); in emitGeometryShader()
DGrCCCoverageProcessor_VSImpl.cpp270 proc.fInstanceAttributes[kInstanceAttribIdx_X].cpuType()); in onEmitCode()
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm205 MTLVertexFormat format = attribute_type_to_mtlformat(attribute.cpuType());
239 MTLVertexFormat format = attribute_type_to_mtlformat(attribute.cpuType());
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp127 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()

12