| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 128-space-before-hash.c | 16 for the third time, yes!
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 128-space-before-hash.c | 16 for the third time, yes!
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | fuzzer-find-diff.pl | 9 configure option). The third optional argument is the number of test rounds
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | EXT_shader_integer_mix.spec | 42 operate on a boolean third argument that does not interpolate but 114 third component?
|
| H A D | MESA_texture_array.spec | 66 This extension provides a third alternative that eliminates the major 291 Change the third paragraph (page 174) to say: 309 Change the third paragraph (page 176) to say (spec changes identical 340 Change the second and third paragraphs (page 179) to say (spec changes
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | EXT_shader_integer_mix.spec | 42 operate on a boolean third argument that does not interpolate but 114 third component?
|
| H A D | MESA_texture_array.spec | 66 This extension provides a third alternative that eliminates the major 291 Change the third paragraph (page 174) to say: 309 Change the third paragraph (page 176) to say (spec changes identical 340 Change the second and third paragraphs (page 179) to say (spec changes
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | lisp.lsp | 37 second third fourth fifth sixth seventh eighth ninth tenth 45 (defun third (a) (nth 2 a)) function 139 (defsetf third (list) (value) `(progn (rplaca (nthcdr 2 ,list) ,value) ,value)) function
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | bindtex.c | 237 GLint third = (second + 1) % 3; local in function:draw_triangle 243 colors[i][third] = 0.0f;
|
| /xsrc/external/mit/xedit/dist/lisp/test/ |
| H A D | stream.lsp | 795 (eq-test t #'pathnamep (third result)) 796 (equal-test (third result) #'truename "bar.foo") 799 (equal-test (list (third result)) #'directory (third result)) 805 (bool-test t #'probe-file (third result)) 807 (eq-test nil #'delete-file (third result))
|
| H A D | list.lsp | 358 (eql-test 3 #'third '(1 2 3 4))
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_range_analysis.c | 1117 const struct ssa_result_range third = local in function:analyze_expression 1121 third.is_integral; 1139 r.range = fadd_table[fmul_range][third.range]; 1148 const struct ssa_result_range third = local in function:analyze_expression 1152 third.is_integral; 1157 /* Decompose the flrp to first + third * (second + -first) */ 1162 fmul_table[third.range][inner_fadd_range];
|
| /xsrc/external/mit/brotli/dist/ |
| H A D | README.md | 94 > **Disclaimer:** Brotli authors take no responsibility for the third party projects mentioned in this section.
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_packed_depth_stencil.spec | 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_packed_depth_stencil.spec | 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | vars_tests.cpp | 1285 nir_intrinsic_instr *third = get_intrinsic(nir_intrinsic_store_deref, 2); local in function:TEST_F 1287 ASSERT_TRUE(third->src[1].is_ssa); 1288 EXPECT_EQ(second->src[1].ssa, third->src[1].ssa); 1810 nir_intrinsic_instr *third = get_intrinsic(nir_intrinsic_store_deref, 2); local in function:TEST_F 1811 ASSERT_EQ(nir_intrinsic_write_mask(third), 0xc); 1812 ASSERT_EQ(vec_src_comp_as_int(third->src[1], 2), 2); 1813 ASSERT_EQ(vec_src_comp_as_int(third->src[1], 3), 3);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcstr.c | 1444 FcChar8 *third = second + strlen ((char *) second) + 1; local in function:FcStrTripleThird 1446 if (*third == '\0') 1448 return third;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/ |
| H A D | vars_tests.cpp | 687 nir_intrinsic_instr *third = get_intrinsic(nir_intrinsic_store_deref, 2); local in function:TEST_F 689 ASSERT_TRUE(third->src[1].is_ssa); 690 EXPECT_EQ(second->src[1].ssa, third->src[1].ssa);
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | functions.adoc | 116 The third column defines the deferral cursor; this has the side effect of 145 the third column (and only includes f.functions that have something
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | write.c | 1664 "", "first", "second", "third", "fourth",
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 510 - 2015/05/27 (1.40) - removed the third 'repeat_if_held' parameter from Button() - sorry! it was rarely used and inconsistent. Use PushButtonRepeat(true) / PopButtonRepeat() to enable repeat on desired buttons. 889 - You may also use a third party solution such as Remote ImGui (https://github.com/JordiRos/remoteimgui) which sends 2449 float third = sz / 3.0f; local in function:ImGui::RenderCheckMark 2450 float bx = pos.x + third; 2451 float by = pos.y + sz - third*0.5f; 2452 window->DrawList->PathLineTo(ImVec2(bx - third, by - third)); 2454 window->DrawList->PathLineTo(ImVec2(bx + third*2, by - third*2)); 3230 g.IO.MouseClickedTime[i] = -FLT_MAX; // so the third clic [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 510 - 2015/05/27 (1.40) - removed the third 'repeat_if_held' parameter from Button() - sorry! it was rarely used and inconsistent. Use PushButtonRepeat(true) / PopButtonRepeat() to enable repeat on desired buttons. 889 - You may also use a third party solution such as Remote ImGui (https://github.com/JordiRos/remoteimgui) which sends 2449 float third = sz / 3.0f; local in function:ImGui::RenderCheckMark 2450 float bx = pos.x + third; 2451 float by = pos.y + sz - third*0.5f; 2452 window->DrawList->PathLineTo(ImVec2(bx - third, by - third)); 2454 window->DrawList->PathLineTo(ImVec2(bx + third*2, by - third*2)); 3230 g.IO.MouseClickedTime[i] = -FLT_MAX; // so the third clic [all...] |
| /xsrc/external/mit/xf86dga/dist/ |
| H A D | configure | 3567 showlist (The first, second, and third items.);
|
| /xsrc/external/mit/evieext/dist/ |
| H A D | configure | 3557 showlist (The first, second, and third items.);
|
| /xsrc/external/mit/font-adobe-utopia-75dpi/dist/ |
| H A D | configure | 3627 showlist (The first, second, and third items.);
|