HomeSort by relevance Sort by last modified time
    Searched refs:NEGATE_NONE (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/program/
prog_instruction.h 104 #define NEGATE_NONE 0x0
199 * This will either be NEGATE_NONE or NEGATE_XYZW, except for the SWZ
prog_to_nir.c 226 (prog_src->Negate == NEGATE_NONE || prog_src->Negate == NEGATE_XYZW)) {
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 531 src->Negate = reg.negate ? NEGATE_XYZW : NEGATE_NONE;
    [all...]

Completed in 195 milliseconds