/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_frag.c | 55 /* Make the combiner do: spare0_i = A_i * B_i */
|
/external/skia/gyp/ |
pixman_test.gyp | 45 # '../../../pixman/test/combiner-test.c',
|
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/ |
SubjectTest.java | 377 // null subject: check combiner (must be null) 381 assertNull("Combiner for null subject", context.getDomainCombiner()); 401 // null subject: check combiner (must be null) 405 assertNull("Combiner for null subject", context.getDomainCombiner()); 427 // null subject: check combiner (must be null) 431 assertNull("Combiner for null subject", context.getDomainCombiner()); 452 // null subject: check combiner (must be null) 456 assertNull("Combiner for null subject", context.getDomainCombiner()); [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombine.h | 263 // value, then return I, so that the inst combiner will know that I was
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | 597 // Run the DAG combiner in pre-legalize mode. 624 // Run the DAG combiner in post-type-legalize mode. 650 // Run the DAG combiner in post-type-legalize mode. 673 // Run the DAG combiner in post-legalize mode. [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
MemorySanitizer.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |
/external/valgrind/main/mpi/ |
libmpiwrap.c | 344 static void showCombiner ( FILE* f, int combiner ) 346 switch (combiner) { 486 fprintf(stderr, "freeing combiner "); 870 fprintf(stderr, "%s %5d: walk_type: unhandled combiner 0x%lx\n", 878 barf("walk_type: unhandled combiner, strict checking selected"); [all...] |
/external/llvm/lib/Target/X86/ |
README-SSE.txt | 89 Currently, the select is being lowered, which prevents the dag combiner from 435 not the dag combiner. This is because dagcombine2 needs to be able to see 438 independent and should be moved to the dag combiner.
|
README.txt | 125 commutative, it is not matched with the load on both sides. The dag combiner 935 2. DAG combiner should fold [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
ff_fragment_shader.cpp | 227 * Translate GL combiner state into a MODE_x value 780 * Generate instructions for one texture unit's env/combiner mode. [all...] |
mtypes.h | [all...] |
/external/mesa3d/src/mesa/main/ |
ff_fragment_shader.cpp | 227 * Translate GL combiner state into a MODE_x value 780 * Generate instructions for one texture unit's env/combiner mode. [all...] |
mtypes.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texcombine.c | 80 * \param unit the texture combiner unit
|
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 249 // combiner.
|
/external/mesa3d/src/mesa/swrast/ |
s_texcombine.c | 72 * \param unit the texture combiner unit
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
converter.hpp | 206 // Predicate Combiner.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 274 // combiner.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 274 // combiner.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga3d_reg.h | 784 * Texture argument constants for texture combiner [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
nvfragparse.c | [all...] |
/external/llvm/include/llvm/Support/ |
PatternMatch.h | 24 // This is primarily useful to things like the instruction combiner, but can [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstrAltivec.td | 103 /// vector_shuffle(X,undef,mask) by the dag combiner. [all...] |
README.txt | 300 This could be done in the dag combiner, by swapping a BR_CC when a SETCC of the
|