Searched refs:relevant (Results 1 – 25 of 256) sorted by relevance
1234567891011
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r300_fragprog_swizzle.c | 110 unsigned int relevant; in r300_swizzle_is_native() local 131 relevant = 0; in r300_swizzle_is_native() 135 relevant |= 1 << j; in r300_swizzle_is_native() 137 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant)) in r300_swizzle_is_native()
|
D | r500_fragprog.c | 185 unsigned int relevant; in r500_swizzle_is_native() local 225 relevant = 0; in r500_swizzle_is_native() 229 relevant |= 1 << i; in r500_swizzle_is_native() 231 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant)) in r500_swizzle_is_native()
|
/external/autotest/tko/ |
D | draw_graphs | 51 @relevant = relevant_versions(@versions); 58 $test, @relevant);
|
/external/libcap/progs/old/ |
D | README | 1 these files are not relevant to this release
|
/external/libcap/doc/old/ |
D | README | 1 these files are not relevant to this release
|
/external/google-breakpad/ |
D | PRESUBMIT.cfg | 1 # Disable hooks not relevant to upstream project.
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE | 11 - make sure all relevant changes are committed on the master branch 40 - make sure all relevant changes are committed and pushed on the master branch
|
/external/jetty/ |
D | README.android | 18 separate directory for each jetty package. the src directory of the relevant packages were merged 19 into a single src directory. The relevant packages which were merged into the single src directory
|
/external/compiler-rt/test/safestack/ |
D | CMakeLists.txt | 8 # Some tests require LTO, so add a dependency on the relevant LTO plugin.
|
/external/valgrind/solaris/ |
D | vgpreload-solaris.mapfile | 9 # relevant to XPG6 (X/Open Portability Guide, Issue 6).
|
/external/skia/ |
D | README.android | 11 and maintained. As a result some files are not relevant to
|
/external/llvm/test/CodeGen/ARM/ |
D | nest-register.ll | 3 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc32-nest.ll | 5 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
|
D | ppc64-nest.ll | 5 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
|
/external/llvm/test/CodeGen/AArch64/ |
D | nest-register.ll | 3 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-12-26-extractelement-duplicate-load.ll | 4 ; the relevant transformation doesn't know how to update
|
D | change-compare-stride-trickiness-0.ll | 5 ; The comparison happens before the relevant use, but it can still be rewritten
|
D | change-compare-stride-trickiness-1.ll | 3 ; The comparison happens after the relevant use, so the stride can easily
|
/external/libchrome/base/third_party/icu/ |
D | README.chromium | 6 This file has the relevant components from ICU copied to handle basic
|
/external/libweave/third_party/chromium/base/third_party/icu/ |
D | README.chromium | 6 This file has the relevant components from ICU copied to handle basic
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-because-armv7.txt | 4 # ARMv7 triple, probably because the relevant instruction is v8, though there
|
/external/autotest/client/tests/kvm/ |
D | build.cfg.sample | 64 ## Paths of the qemu relevant executables that should be checked 85 ## Paths of the qemu relevant executables that should be checked
|
/external/pcre/dist/testdata/ |
D | testinput19 | 1 /-- This set of tests is for Unicode property support, relevant only to the
|
/external/squashfs-tools/ |
D | README | 18 relevant anymore, but are here temporarily while I decide where to put
|
/external/valgrind/ |
D | README_DEVELOPERS_processes | 54 add a short description of the change in the relevant sub-section 69 If relevant, you might already update the NEWS file as part of
|
1234567891011