Searched refs:gets (Results 1 – 25 of 1285) sorted by relevance
12345678910>>...52
/external/deqp-deps/glslang/Test/ |
D | 330.frag | 105 vec3 a; // gets location 33 106 mat2 b; // gets locations 34 and 35 107 vec4 c[2]; // gets locations 36 and 37 112 vec4 d; // gets location 44 113 vec4 e; // gets location 45 114 layout(location = 47) vec4 f; // gets location 47 115 vec4 g; // gets location 48 116 layout (location = 41) vec4 h; // gets location 41 117 vec4 i; // gets location 42 118 vec4 j; // gets location 43
|
D | specExamples.frag | 5 int a = 0xffffffff; // 32 bits, a gets the value -1 7 uint c = 0xffffffff; // 32 bits, c gets the value 0xFFFFFFFF 8 uint d = 0xffffffffU; // 32 bits, d gets the value 0xFFFFFFFF 18 // setting the sign bit, g gets -1294967296 22 int k = 0x80000000; // k gets -2147483648 == 0x80000000 23 int l = 2147483648; // l gets -2147483648 (the literal set the sign bit)
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-const-01.ll | 57 ; Test an all-zeros v2i8 that gets promoted to v16i8. 65 ; Test a mixed v2i8 that gets promoted to v16i8 (mask 0x8000). 73 ; Test an all-zeros v4i8 that gets promoted to v16i8. 81 ; Test a mixed v4i8 that gets promoted to v16i8 (mask 0x9000). 89 ; Test an all-zeros v8i8 that gets promoted to v16i8. 97 ; Test a mixed v8i8 that gets promoted to v16i8 (mask 0xE500).
|
D | vec-const-02.ll | 49 ; Test an all-zeros v2i16 that gets promoted to v8i16. 57 ; Test a mixed v2i16 that gets promoted to v8i16 (mask 0xc000). 65 ; Test an all-zeros v4i16 that gets promoted to v8i16. 73 ; Test a mixed v4i16 that gets promoted to v8i16 (mask 0x7200).
|
D | vec-sub-01.ll | 89 ; Test a v2i8 subtraction, which gets promoted to v16i8. 98 ; Test a v4i8 subtraction, which gets promoted to v16i8. 107 ; Test a v8i8 subtraction, which gets promoted to v16i8. 116 ; Test a v2i16 subtraction, which gets promoted to v8i16. 125 ; Test a v4i16 subtraction, which gets promoted to v8i16. 134 ; Test a v2i32 subtraction, which gets promoted to v4i32. 143 ; Test a v2f32 subtraction, which gets promoted to v4f32.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-const-01.ll | 57 ; Test an all-zeros v2i8 that gets promoted to v16i8. 65 ; Test a mixed v2i8 that gets promoted to v16i8 (mask 0x8000). 73 ; Test an all-zeros v4i8 that gets promoted to v16i8. 81 ; Test a mixed v4i8 that gets promoted to v16i8 (mask 0x9000). 89 ; Test an all-zeros v8i8 that gets promoted to v16i8. 97 ; Test a mixed v8i8 that gets promoted to v16i8 (mask 0xE500).
|
D | vec-sub-01.ll | 88 ; Test a v2i8 subtraction, which gets promoted to v16i8. 97 ; Test a v4i8 subtraction, which gets promoted to v16i8. 106 ; Test a v8i8 subtraction, which gets promoted to v16i8. 115 ; Test a v2i16 subtraction, which gets promoted to v8i16. 124 ; Test a v4i16 subtraction, which gets promoted to v8i16. 133 ; Test a v2i32 subtraction, which gets promoted to v4i32. 142 ; Test a v2f32 subtraction, which gets promoted to v4f32.
|
D | vec-const-02.ll | 49 ; Test an all-zeros v2i16 that gets promoted to v8i16. 57 ; Test a mixed v2i16 that gets promoted to v8i16 (mask 0xc000). 65 ; Test an all-zeros v4i16 that gets promoted to v8i16. 73 ; Test a mixed v4i16 that gets promoted to v8i16 (mask 0x7200).
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | addr-label.ll | 3 ;; Reference to a label that gets deleted. 19 ;; Issues with referring to a label that gets RAUW'd later. 41 ; Issues with a BB that gets RAUW'd to another one after references are
|
/external/llvm/test/CodeGen/Generic/ |
D | addr-label.ll | 3 ;; Reference to a label that gets deleted. 19 ;; Issues with referring to a label that gets RAUW'd later. 41 ; Issues with a BB that gets RAUW'd to another one after references are
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | addr-label.ll | 3 ;; Reference to a label that gets deleted. 19 ;; Issues with referring to a label that gets RAUW'd later. 41 ; Issues with a BB that gets RAUW'd to another one after references are
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | pseudo_cmov_lower.ll | 3 ; This test checks that only a single js gets generated in the final code 17 ; This test checks that only a single js gets generated in the final code 19 ; sure the code for the lowering for opposite conditions gets tested. 34 ; This test checks that only a single js gets generated in the final code 50 ; This test checks that only a single js gets generated in the final code 66 ; This test checks that only a single js gets generated in the final code 80 ; This test checks that only a single je gets generated in the final code 94 ; This test checks that only a single je gets generated in the final code 108 ; This test checks that only a single je gets generated in the final code 122 ; This test checks that only a single ja gets generated in the final code [all …]
|
D | pseudo_cmov_lower2.ll | 3 ; This test checks that only a single jae gets generated in the final code 24 ; This test checks that only a single jae gets generated in the final code 45 ; This test checks that only a single js gets generated in the final code 71 ; This test checks that only a single js gets generated in the final code 102 ; This test checks that only a single jae gets generated in the final code
|
/external/llvm/test/CodeGen/X86/ |
D | pseudo_cmov_lower.ll | 3 ; This test checks that only a single js gets generated in the final code 17 ; This test checks that only a single js gets generated in the final code 19 ; sure the code for the lowering for opposite conditions gets tested. 34 ; This test checks that only a single js gets generated in the final code 50 ; This test checks that only a single js gets generated in the final code 66 ; This test checks that only a single js gets generated in the final code 80 ; This test checks that only a single je gets generated in the final code 94 ; This test checks that only a single je gets generated in the final code 108 ; This test checks that only a single je gets generated in the final code 122 ; This test checks that only a single ja gets generated in the final code [all …]
|
D | pseudo_cmov_lower2.ll | 3 ; This test checks that only a single jae gets generated in the final code 24 ; This test checks that only a single jae gets generated in the final code 45 ; This test checks that only a single js gets generated in the final code 71 ; This test checks that only a single js gets generated in the final code
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 120 …t vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const; 121 …& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const; 557 …>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const in splitBuffer() 571 gets.clear(); in splitBuffer() 627 gets.push_back(buffer[firstGet + id]); in splitBuffer() 806 …st vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const in checkAndLogCallValues() 822 getCountersValues(counterGets, gets, counterNdx, m_spec.atomicCounterCount); in checkAndLogCallValues() 829 for (int valueNdx = 0; valueNdx < (int)gets.size(); valueNdx++) in checkAndLogCallValues() 831 …if ((!m_spec.useBranches || gets[valueNdx] != (deUint32)-1) && gets[valueNdx] != getInitialValue()) in checkAndLogCallValues() 834 …log << TestLog::Message << "atomicCounter(counter" << counterNdx << ") returned " << gets[valueNdx… in checkAndLogCallValues() [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/ |
D | 2003-05-02-LoadHoist.ll | 3 ; loaded from. Basically if the load gets hoisted, the subtract gets turned
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-nodebug.m | 15 // local variable for the referenced member. That is what gets 16 // suppressed by the attribute. It still gets debug info as a
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/ |
D | 2003-05-02-LoadHoist.ll | 3 ; loaded from. Basically if the load gets hoisted, the subtract gets turned
|
/external/llvm/test/Transforms/LICM/ |
D | 2003-05-02-LoadHoist.ll | 3 ; loaded from. Basically if the load gets hoisted, the subtract gets turned
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | function-count-update-3.ll | 3 ; This tests that the function count of a function gets properly scaled after 12 ; e now gets inlined into a (through c) since the branch condition in e is now 13 ; known and hence the cost gets reduced.
|
/external/grpc-grpc-java/benchmarks/ |
D | README.md | 27 …e sized according to the total available heap space. So if the total heap gets resized, they will … 31 …ill give you a detailed overview of what gets compiled, when it gets compiled, by which HotSpot co… 32 …- `-XX:+PrintInlining` will give you a detailed overview of what gets inlined and why some methods…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-inserts.mir | 21 ; Low part of insertion wipes out the old register entirely, so %0 gets 22 ; forwarded to the G_STORE. Hi part is unchanged so (split) G_LOAD gets 44 ; Low insertion wipes out the old register entirely, so %0 gets forwarded 92 ; A narrow insert gets surrounded by a G_ANYEXT/G_TRUNC pair.
|
/external/grpc-grpc/doc/ |
D | combiner-explainer.md | 69 … it sees a write it puts that into a finally. That way anything else that gets put into the combin… 94 `start_batch(..., tag)` and then work only gets activated by somebody 99 callbacks that don't have a completion are the internal work that gets 100 done before the batch gets completed. We need a condition called 157 queue gets processed.
|
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/ |
D | control | 8 CRITERIA = "Fails if any video element gets a lower resolution than requested" 25 If any of the video elements gets a resolution that is lower than the lowest we
|
12345678910>>...52