/external/autotest/client/site_tests/platform_Rootdev/ |
D | platform_Rootdev.py | 18 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/ |
D | build.gradle | 52 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/ |
D | GrGLVertexArray.cpp | 84 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()
|
D | GrGLVertexArray.h | 43 GrVertexAttribType cpuType,
|
/external/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 85 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()
|
D | GrGLVertexArray.h | 43 GrVertexAttribType cpuType,
|
/external/autotest/client/site_tests/hardware_MemoryTotalSize/ |
D | hardware_MemoryTotalSize.py | 25 cpuType = utils.get_cpu_arch() 27 if cpuType == "arm":
|
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.h | 57 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/ |
D | GrPrimitiveProcessor.h | 57 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/ |
D | desktopui_GmailLatency.py | 28 cpuType = utils.get_cpu_arch() 30 if cpuType == "arm":
|
/external/autotest/client/site_tests/platform_MemCheck/ |
D | platform_MemCheck.py | 30 cpuType = utils.get_cpu_arch() 33 if cpuType == "arm":
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 169 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType()); 190 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType());
|
/external/skqp/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 536 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/ |
D | GrMtlPipelineStateBuilder.mm | 172 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType()); 193 mtlAttribute.format = attribute_type_to_mtlformat(attribute.cpuType());
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 101 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/ |
D | GrVkPipeline.cpp | 105 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/ |
D | GrQuadPerEdgeAA.cpp | 824 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/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 64 SkASSERT(kFloat4_GrVertexAttribType == proc.fVertexAttribute.cpuType()); in emitGeometryShader()
|
D | GrCCCoverageProcessor_VSImpl.cpp | 270 proc.fInstanceAttributes[kInstanceAttribIdx_X].cpuType()); in onEmitCode()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 64 SkASSERT(kFloat4_GrVertexAttribType == proc.fVertexAttribute.cpuType()); in emitGeometryShader()
|
D | GrCCCoverageProcessor_VSImpl.cpp | 270 proc.fInstanceAttributes[kInstanceAttribIdx_X].cpuType()); in onEmitCode()
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|
/external/tensorflow/tensorflow/contrib/makefile/ |
D | README.md | 223 * set cpuType = 'arm64-v8a' 224 * in "buildNativeMake", replace cpuType with 'tegra' (optional speedups like -T and ccache also wor…
|