HomeSort by: relevance | last modified time | path
    Searched refs:third (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
128-space-before-hash.c 16 for the third time, yes!
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
128-space-before-hash.c 16 for the third time, yes!
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
EXT_shader_integer_mix.spec 42 operate on a boolean third argument that does not interpolate but
114 third component?
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.old/dist/docs/specs/
EXT_shader_integer_mix.spec 42 operate on a boolean third argument that does not interpolate but
114 third component?
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/
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/
bindtex.c 237 GLint third = (second + 1) % 3; local
243 colors[i][third] = 0.0f;
  /xsrc/external/mit/xedit/dist/lisp/test/
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))
list.lsp 358 (eql-test 3 #'third '(1 2 3 4))
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_range_analysis.c 1117 const struct ssa_result_range third = local
1121 third.is_integral;
1139 r.range = fadd_table[fmul_range][third.range];
1148 const struct ssa_result_range third = local
1152 third.is_integral;
1157 /* Decompose the flrp to first + third * (second + -first) */
1162 fmul_table[third.range][inner_fadd_range];
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_packed_depth_stencil.spec 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
174 First Second Third Fourth
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_packed_depth_stencil.spec 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
174 First Second Third Fourth
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
vars_tests.cpp 1204 /* Third store will just use the value from first store. */
1285 nir_intrinsic_instr *third = get_intrinsic(nir_intrinsic_store_deref, 2); local
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
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/MesaLib.old/dist/src/compiler/nir/tests/
vars_tests.cpp 606 /* Third store will just use the value from first store. */
687 nir_intrinsic_instr *third = get_intrinsic(nir_intrinsic_store_deref, 2); local
689 ASSERT_TRUE(third->src[1].is_ssa);
690 EXPECT_EQ(second->src[1].ssa, third->src[1].ssa);
  /xsrc/external/mit/fontconfig/dist/src/
fcstr.c 1444 FcChar8 *third = second + strlen ((char *) second) + 1; local
1446 if (*third == '\0')
1448 return third;
  /xsrc/external/mit/fontconfig/dist/doc/
fcformat.fncs 168 it with the second values, then the third, etc.
  /xsrc/external/mit/xedit/dist/lisp/
write.c 1664 "", "first", "second", "third", "fourth",
  /xsrc/external/mit/MesaLib/dist/src/imgui/
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
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 click isn't turned into a double-clic
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
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
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 click isn't turned into a double-clic
    [all...]
  /xsrc/external/mit/evieext/dist/
configure 3557 showlist (The first, second, and third items.);
  /xsrc/external/mit/xf86dga/dist/
configure 3567 showlist (The first, second, and third items.);
  /xsrc/external/mit/font-adobe-utopia-75dpi/dist/
configure 3627 showlist (The first, second, and third items.);
  /xsrc/external/mit/xproxymanagementprotocol/dist/
configure 4176 showlist (The first, second, and third items.);
  /xsrc/external/mit/beforelight/dist/
configure 3799 showlist (The first, second, and third items.);

Completed in 62 milliseconds

1 2 3