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

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
virgl_screen.c 570 int small = vformat % 32; local
571 if (!(vscreen->caps.caps.v1.vertexbuffer.bitmask[big] & (1 << small)))
683 int small = format % 32; local
684 if (!(vscreen->caps.caps.v1.render.bitmask[big] & (1 << small)))
731 int small = format % 32; local
732 if (!(vscreen->caps.caps.v1.sampler.bitmask[big] & (1 << small)))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
virgl_screen.c 564 int small = vformat % 32; local
565 if (!(vscreen->caps.caps.v1.vertexbuffer.bitmask[big] & (1 << small)))
595 int small = vformat % 32; local
596 if ((bitmask[big] & (1 << small)))
612 small = vformat % 32;
613 if (bitmask[big] & (1 << small))
  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
html.lsp 71 (defsynprop *prop-html-small*
72 "small"
186 "b|strong|i|em|address|pre|code|tt|small|big|a|span|div|"
222 (html-syntoken "small")
223 (html-syntable "small" *prop-html-small*)
  /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
clc_compiler.c 747 nir_ssa_def *small = nir_flt(&b, fabs, nir_imm_int(&b, 0x00800000)); local
756 (nir_bcsel(&b, small, scaled_up_a, alu->src[0].src.ssa)));
759 (nir_bcsel(&b, small, scaled_up_b, alu->src[1].src.ssa)));

Completed in 9 milliseconds