HomeSort by: relevance | last modified time | path
    Searched refs:Nop (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_hw.h 43 U016 Nop;
54 U016 Nop;
69 U016 Nop;
81 U016 Nop[1];
95 U016 Nop;
108 U016 Nop[1];
123 U016 Nop;
185 U016 Nop[1];
216 U016 Nop;
224 U016 Nop;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 91 unsigned int Nop:1;
r300_fragprog_emit.c 281 if (inst->Nop)
319 /* Generate a single NOP for this node */
radeon_pair_schedule.c 715 /* We don't need a nop if the previous instruction is a TEX. */
737 emitted->Prev->U.P.Nop = 1;
753 emitted->Prev->U.P.Nop = 1;
r500_fragprog_emit.c 223 * NOP the specified instruction if it is not a texture lookup.
249 /* Quirk: MDH/MDV (DDX/DDY) need a NOP on previous non-TEX instructions. */
274 if (inst->Nop) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 91 unsigned int Nop:1;
r300_fragprog_emit.c 279 if (inst->Nop)
317 /* Generate a single NOP for this node */
radeon_pair_schedule.c 715 /* We don't need a nop if the previous instruction is a TEX. */
737 emitted->Prev->U.P.Nop = 1;
753 emitted->Prev->U.P.Nop = 1;
r500_fragprog_emit.c 221 * NOP the specified instruction if it is not a texture lookup.
247 /* Quirk: MDH/MDV (DDX/DDY) need a NOP on previous non-TEX instructions. */
272 if (inst->Nop) {

Completed in 15 milliseconds