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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_fragprog.c 48 callback(data, c->OutputDepth, RC_MASK_W);
61 if (inst->DstReg.File != RC_FILE_OUTPUT || inst->DstReg.Index != c->OutputDepth)
radeon_compiler.h 118 unsigned OutputDepth;
radeon_pair_translate.c 285 if (inst->DstReg.Index == c->OutputDepth) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 98 compiler->OutputDepth = shader->info.num_outputs;
108 compiler->OutputDepth = i;

Completed in 215 milliseconds