Home
last modified time | relevance | path

Searched refs:COMPONENTS (Results 1 – 22 of 22) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp97 COMPONENTS = (COMPS) \
103 tcu::Vector<TYPE, COMPONENTS> value; \
104 value = convertToTypeVec<Type, COMPONENTS>(v); \
131 COMPONENTS = (COMPS) \
137 tcu::Vector<TYPE, COMPONENTS> value; \
138 value = convertToTypeVec<Type, COMPONENTS>(v); \
165 COMPONENTS = (COMPS) \
171 tcu::Vector<TYPE, COMPONENTS> value; \
172 value = convertToTypeVec<Type, COMPONENTS>(v); \
199 COMPONENTS = (COMPS) \
[all …]
/external/libvpx/libvpx/examples/
Dsvc_context.h47 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v macro
58 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
59 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];
Dsvc_encodeframe.c572 double scale[COMPONENTS]; in vpx_svc_dump_statistics()
573 double psnr[COMPONENTS]; in vpx_svc_dump_statistics()
574 double mse[COMPONENTS]; in vpx_svc_dump_statistics()
597 for (j = 0; j < COMPONENTS; j++) { in vpx_svc_dump_statistics()
611 for (j = 0; j < COMPONENTS; ++j) { in vpx_svc_dump_statistics()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp95 COMPONENTS = (COMPS) \
101 tcu::Vector<TYPE, COMPONENTS> value; \
102 value = convertToTypeVec<Type, COMPONENTS>(v); \
129 COMPONENTS = (COMPS) \
135 tcu::Vector<TYPE, COMPONENTS> value; \
136 value = convertToTypeVec<Type, COMPONENTS>(v); \
/external/gflags/cmake/
Dconfig.cmake.in53 # - find_package(@PACKAGE_NAME@ COMPONENTS nothreads_static)
54 # - find_package(@PACKAGE_NAME@ COMPONENTS nothreads_shared)
55 # - find_package(@PACKAGE_NAME@ COMPONENTS static)
56 # - find_package(@PACKAGE_NAME@ COMPONENTS shared)
/external/eigen/bench/btl/libs/blaze/
DCMakeLists.txt3 find_package(Boost COMPONENTS system)
/external/eigen/cmake/
DFindPastix.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
24 # COMPONENTS are optional libraries PASTIX could be linked with,
26 # COMPONENTS can be some of the following:
276 COMPONENTS ${STARPU_COMPONENT_LIST})
279 COMPONENTS ${STARPU_COMPONENT_LIST})
677 "Have you tried with COMPONENTS (MPI/SEQ, STARPU, STARPU_CUDA, SCOTCH, PTSCOTCH, METIS)? "
DFindScotch.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
18 # COMPONENTS can be some of the following:
DFindPTSCOTCH.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
22 # COMPONENTS can be some of the following:
/external/python/cpython2/PC/VS7.1/
Dpython20.wse329 Text=COMPONENTS values:
347 Variable=COMPONENTS
436 Variable=COMPONENTS
448 Variable=COMPONENTS
460 Variable=COMPONENTS
472 Variable=COMPONENTS
484 Variable=COMPONENTS
980 Variable=COMPONENTS
1046 Variable=COMPONENTS
1052 Variable=COMPONENTS
[all …]
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py140 COMPONENTS = 4 variable
/external/eigen/bench/spbench/
DCMakeLists.txt41 find_package(PASTIX QUIET COMPONENTS METIS SCOTCH)
/external/tensorflow/tensorflow/contrib/cmake/modules/
DFindAbseilCpp.cmake24 # search all libraries if no COMPONENTS was requested
/external/cldr/tools/java/org/unicode/cldr/util/
DEmojiConstants.java21 public static final UnicodeSet COMPONENTS = new UnicodeSet(EmojiConstants.MODIFIERS) field in EmojiConstants
DAnnotations.java227 …static UnicodeSetSpanner uss = new UnicodeSetSpanner(EmojiConstants.COMPONENTS); // must be sync'ed
382 if (EmojiConstants.COMPONENTS.containsSome(code)) { in synthesize()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-config.rst143 COMPONENTS chapter
/external/llvm/docs/CommandGuide/
Dllvm-config.rst143 COMPONENTS chapter
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-config.pod100 =head1 COMPONENTS chapter
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Dsegment_ttrk.cl35 // THE ORDER OF COMPONENTS IS:
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dsegment_ttrk.cl35 // THE ORDER OF COMPONENTS IS:
/external/eigen/test/
DCMakeLists.txt83 find_package(PASTIX QUIET COMPONENTS METIS SCOTCH)
/external/gflags/
DCMakeLists.txt36 ## find_package(gflags COMPONENTS nothreads_static)