/external/tensorflow/tensorflow/tools/android/test/ |
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 | 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,
|
/external/autotest/client/site_tests/desktopui_GmailLatency/ |
D | desktopui_GmailLatency.py | 28 cpuType = utils.get_cpu_arch() 30 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 | GrGeometryProcessor.h | 55 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/ |
D | platform_MemCheck.py | 33 cpuType = utils.get_cpu_arch() 36 if cpuType == "arm":
|
/external/llvm-project/lld/MachO/ |
D | Target.h | 62 uint32_t cpuType; variable
|
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
D | a.out.ips | 22 "cpuType" : "X86-64",
|
/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/ops/ |
D | GrQuadPerEdgeAA.cpp | 577 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/ |
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 | 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()
|
/external/llvm-project/lld/MachO/Arch/ |
D | X86_64.cpp | 322 cpuType = CPU_TYPE_X86_64; in X86_64()
|
/external/skia/tools/gpu/ |
D | TestOps.cpp | 44 bool wideColor() const { return fInColor.cpuType() != kUByte4_norm_GrVertexAttribType; } in wideColor()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DPipelineStateBuilder.cpp | 259 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/ |
D | GrDawnProgramBuilder.cpp | 350 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/ |
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/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 205 MTLVertexFormat format = attribute_type_to_mtlformat(attribute.cpuType()); 239 MTLVertexFormat format = attribute_type_to_mtlformat(attribute.cpuType());
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 127 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
|