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

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/
frag-flr.sh 12 FLR TEMP[0], TEMP[0]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/fragment-shader/
frag-flr.sh 12 FLR TEMP[0], TEMP[0]
  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/
vert-flr.sh 20 FLR ADDR[0].x, TEMP[0]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/vertex-shader/
vert-flr.sh 20 FLR ADDR[0].x, TEMP[0]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 61 OP11(FLR)
tgsi_info_opcodes.h 27 OPCODE(1, 1, COMP, FLR)
tgsi_lowering.c 321 * FLR tmpA, src
336 /* FLR tmpA, src */
541 * if (lowering FLR) {
545 * FLR tmpA.x, src.x
587 /* FLR tmpA.x, src.x */
664 * if (lowering FLR) {
668 * FLR tmpA.y, tmpA.x
722 /* FLR tmpA.y, tmpA.x */
889 /* FLR - floor, CEIL - ceil
914 /* FLR: FRC tmpA, src CEIL: FRC tmpA, -src *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 66 OP11(FLR)
tgsi_info_opcodes.h 27 OPCODE(1, 1, COMP, FLR)
tgsi_lowering.c 322 * FLR tmpA, src
337 /* FLR tmpA, src */
542 * if (lowering FLR) {
546 * FLR tmpA.x, src.x
588 /* FLR tmpA.x, src.x */
665 * if (lowering FLR) {
669 * FLR tmpA.y, tmpA.x
723 /* FLR tmpA.y, tmpA.x */
890 /* FLR - floor, CEIL - ceil
915 /* FLR: FRC tmpA, src CEIL: FRC tmpA, -src *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
program_lexer.l 203 FLR{sat} { return_opcode( 1, VECTOR_OP, FLR, 3); }
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
program_lexer.l 203 FLR{sat} { return_opcode( 1, VECTOR_OP, FLR, 3); }
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none));
602 nvfx_vp_emit(vpc, arith(sat, VEC, FLR, dst, mask, src[0], none, none));
680 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, abs(src[0]), none, none));
nvfx_fragprog.c 542 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none));
601 nvfx_fp_emit(fpc, arith(sat, FLR, dst, mask, src[0], none, none));
741 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, abs(src[0]), none, none));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 561 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none));
601 nvfx_vp_emit(vpc, arith(sat, VEC, FLR, dst, mask, src[0], none, none));
679 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, abs(src[0]), none, none));
nvfx_fragprog.c 542 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none));
601 nvfx_fp_emit(fpc, arith(sat, FLR, dst, mask, src[0], none, none));
741 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, abs(src[0]), none, none));
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
edid.h 628 Uchar FLR:1;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
edid.h 637 Uchar FLR:1;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_vertprog.c 82 OPN(FLR, 1),
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_vertprog.c 82 OPN(FLR, 1),
  /xsrc/external/mit/MesaLib/src/mesa/program/
lex.yy.c 1722 { return_opcode( 1, VECTOR_OP, FLR, 3); }
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler_tgsi.c 1806 INSTR(FLR, trans_instr, .opc = INST_OPCODE_FLOOR, .src = {2, -1, -1}),
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 1762 INSTR(FLR, trans_instr, .opc = INST_OPCODE_FLOOR, .src = {2, -1, -1}),
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 840 case7(FLR, FLR, LAST, LAST, DFLR, LAST, LAST);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 761 case7(FLR, FLR, LAST, LAST, DFLR, LAST, LAST);

Completed in 79 milliseconds

1 2