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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_gm107.cpp 40 #define QUADOP(q, r, s, t) \
101 { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(MOV2, MOV2, ADD, ADD) };
212 qop = QUADOP(SUB, SUBR, SUB, SUBR);
216 qop = QUADOP(SUB, SUB, SUBR, SUBR);
266 // - add quadop dance for texturing
nv50_ir_lowering_nv50.cpp 202 #define QUADOP(q, r, s, t) \
862 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR);
919 const uint8_t qop = QUADOP(SUBR, SUBR, SUBR, SUBR);
941 { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(MOV2, MOV2, ADD, ADD) }, // l0
942 { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(MOV2, MOV2, ADD, ADD) }, // l1
943 { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l2
944 { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l
    [all...]
nv50_ir_lowering_nvc0.cpp 39 #define QUADOP(q, r, s, t) \
    [all...]

Completed in 232 milliseconds