Searched refs:third (Results 1 - 25 of 64) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D128-space-before-hash.c16 for the third time, yes!
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D128-space-before-hash.c16 for the third time, yes!
/xsrc/external/mit/pixman/dist/test/
H A Dfuzzer-find-diff.pl9 configure option). The third optional argument is the number of test rounds
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DEXT_shader_integer_mix.spec42 operate on a boolean third argument that does not interpolate but
114 third component?
H A DMESA_texture_array.spec66 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 DEXT_shader_integer_mix.spec42 operate on a boolean third argument that does not interpolate but
114 third component?
H A DMESA_texture_array.spec66 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 Dlisp.lsp37 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 Dbindtex.c237 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 Dstream.lsp795 (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 Dlist.lsp358 (eql-test 3 #'third '(1 2 3 4))
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_range_analysis.c1117 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 DREADME.md94 > **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 DMESA_packed_depth_stencil.spec102 Table 3.5: DrawPixels and ReadPixels formats. The third column
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_packed_depth_stencil.spec102 Table 3.5: DrawPixels and ReadPixels formats. The third column
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp1285 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 Dfcstr.c1444 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 Dvars_tests.cpp687 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 Dfunctions.adoc116 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 Dwrite.c1664 "", "first", "second", "third", "fourth",
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp510 - 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 Dimgui.cpp510 - 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 Dconfigure3567 showlist (The first, second, and third items.);
/xsrc/external/mit/evieext/dist/
H A Dconfigure3557 showlist (The first, second, and third items.);
/xsrc/external/mit/font-adobe-utopia-75dpi/dist/
H A Dconfigure3627 showlist (The first, second, and third items.);

Completed in 63 milliseconds

123