Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_Rootdev/
Dplatform_Rootdev.py18 def test_no_partition(self, inputDev, cpuType): argument
23 if (cpuType == "arm"):
38 cpuType = utils.get_cpu_arch()
39 logging.debug("cpu type is %s" % cpuType)
55 self.test_no_partition(text, cpuType)
/external/tensorflow/tensorflow/examples/android/
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.cpp85 GrVertexAttribType cpuType, in set() argument
110 array->fCPUType != cpuType || in set()
118 const AttribLayout& layout = attrib_layout(cpuType); in set()
135 array->fCPUType = cpuType; in set()
DGrGLVertexArray.h43 GrVertexAttribType cpuType,
/external/autotest/client/site_tests/hardware_MemoryTotalSize/
Dhardware_MemoryTotalSize.py25 cpuType = utils.get_cpu_arch()
27 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/
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/autotest/client/site_tests/desktopui_GmailLatency/
Ddesktopui_GmailLatency.py28 cpuType = utils.get_cpu_arch()
30 if cpuType == "arm":
/external/autotest/client/site_tests/platform_MemCheck/
Dplatform_MemCheck.py30 cpuType = utils.get_cpu_arch()
33 if cpuType == "arm":
/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/mtl/
DGrMtlPipelineStateBuilder.mm172 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType());
193 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType());
/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.cpp105 vkAttrib.format = attrib_type_to_vkformat(attrib.cpuType()); in setup_vertex_input_state()
117 vkAttrib.format = attrib_type_to_vkformat(attrib.cpuType()); in setup_vertex_input_state()
/external/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp824 x |= kFloat3_GrVertexAttribType == fLocalCoord.cpuType() ? 8 : 16; in getGLSLProcessorKey()
828 x |= kUByte4_norm_GrVertexAttribType == fColor.cpuType() ? 32 : 64; in getGLSLProcessorKey()
909 if (gp.fLocalCoord.cpuType() == kFloat3_GrVertexAttribType) { in createGLSLInstance()
/external/skia/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/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/gl/builders/
DGrGLProgramBuilder.cpp143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
/external/tensorflow/tensorflow/contrib/makefile/
DREADME.md223 * set cpuType = 'arm64-v8a'
224 * in "buildNativeMake", replace cpuType with 'tegra' (optional speedups like -T and ccache also wor…