HomeSort by: relevance | last modified time | path
    Searched defs:eq (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/util/
pan_lower_helper_invocation.c 45 nir_ssa_def *eq = nir_ieq(b, mask, nir_imm_int(b, 0)); local
46 nir_ssa_def_rewrite_uses(&intr->dest.ssa, eq);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
test-blend.c 29 struct pan_blend_equation eq; member in struct:test
282 ASSERT_EQ(T.constant_mask, pan_blend_constant_mask(T.eq));
283 ASSERT_EQ(T.reads_dest, pan_blend_reads_dest(T.eq));
284 ASSERT_EQ(T.opaque, pan_blend_is_opaque(T.eq));
285 ASSERT_EQ(T.fixed_function, pan_blend_can_fixed_function(T.eq, true));
287 if (pan_blend_can_fixed_function(T.eq, true)) {
288 ASSERT_EQ(T.hardware, pan_pack_blend(T.eq));
  /xsrc/external/mit/xedit/dist/lisp/test/
list.lsp 113 (defun eq-test (expect function &rest arguments)
114 (compare-test #'eq expect function arguments))
126 (defun eq-eval (expect form)
127 (compare-eval #'eq expect form))
155 ;; eq - function
156 (eq-eval t '(let* ((a #\a) (b a)) (eq a b)))
157 (eq-test t #'eq 'a 'a)
158 (eq-test nil #'eq 'a 'b
    [all...]
stream.lsp 125 (defun eq-test (expect function &rest arguments)
126 (compare-test #'eq expect function arguments))
137 (defun eq-eval (expect form)
138 (compare-eval #'eq expect form))
160 (or (eq (null result) (null expect))
178 (or (eq (null result) (null expect))
419 (eq-test path #'pathname path)
420 (eq-test nil #'pathname-host path)
421 (eq-test nil #'pathname-device path)
425 (eq-test nil #'pathname-version path
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_blend.c 903 const GLenum eq = ctx->Color.Blend[0].EquationRGB; local
912 else if (eq == GL_MIN) {
922 else if (eq == GL_MAX) {
935 else if (eq == GL_FUNC_ADD && srcRGB == GL_SRC_ALPHA
952 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ONE) {
961 else if (((eq == GL_FUNC_ADD || eq == GL_FUNC_REVERSE_SUBTRACT)
964 ((eq == GL_FUNC_ADD || eq == GL_FUNC_SUBTRACT)
974 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_blend.c 903 const GLenum eq = ctx->Color.Blend[0].EquationRGB; local
912 else if (eq == GL_MIN) {
922 else if (eq == GL_MAX) {
935 else if (eq == GL_FUNC_ADD && srcRGB == GL_SRC_ALPHA
952 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ONE) {
961 else if (((eq == GL_FUNC_ADD || eq == GL_FUNC_REVERSE_SUBTRACT)
964 ((eq == GL_FUNC_ADD || eq == GL_FUNC_SUBTRACT)
974 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_surface_meta_address_test.c 61 const struct gfx9_addr_meta_equation *eq,
77 unsigned numPipeBits = eq->numPipeBits;
89 unsigned num_bits = eq->num_bits;
96 if (eq->bit[b].coord[c].dim >= 5)
99 assert(eq->bit[b].coord[c].ord < 32);
100 unsigned ison = (coords[eq->bit[b].coord[c].dim] >>
101 eq->bit[b].coord[c].ord) & 0x1;
110 address |= (blockIndex >> eq->bit[last].coord[0].ord) << last;
263 const struct gfx9_meta_equation eq; local
266 assert(dout.equation.gfx9.num_bits <= ARRAY_SIZE(eq.u.gfx9.bit))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
gfx9addrlib.cpp 363 CoordEq *eq = (CoordEq *)((Gfx9Lib *)this)->GetMetaEquation(metaEqParams); local
366 pOut->equation.gfx9.num_bits = Min(32u, eq->getsize());
369 CoordTerm &bit = (*eq)[b];
383 CoordTerm &prev = (*eq)[b - 1];
384 CoordTerm &cur = (*eq)[b];
728 CoordEq *eq = (CoordEq *)((Gfx9Lib *)this)->GetMetaEquation(metaEqParams); local
731 pOut->equation.gfx9.num_bits = Min(32u, eq->getsize());
734 CoordTerm &bit = (*eq)[b];
748 CoordTerm &prev = (*eq)[b - 1];
749 CoordTerm &cur = (*eq)[b]
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dlist.c 9415 GLdouble eq[4]; local
9416 eq[0] = n[2].f;
9417 eq[1] = n[3].f;
9418 eq[2] = n[4].f;
9419 eq[3] = n[5].f;
9420 CALL_ClipPlane(ctx->Exec, (n[1].e, eq));
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
dlist.c 11352 GLdouble eq[4]; local
11353 eq[0] = n[2].f;
11354 eq[1] = n[3].f;
11355 eq[2] = n[4].f;
11356 eq[3] = n[5].f;
11357 CALL_ClipPlane(ctx->Exec, (n[1].e, eq));

Completed in 21 milliseconds