Home
last modified time | relevance | path

Searched refs:OutputDepth (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_fragprog.c48 callback(data, c->OutputDepth, RC_MASK_W); in dataflow_outputs_mark_use()
61 if (inst->DstReg.File != RC_FILE_OUTPUT || inst->DstReg.Index != c->OutputDepth) in rc_rewrite_depth_out()
Dradeon_compiler.h118 unsigned OutputDepth; member
Dradeon_pair_translate.c285 if (inst->DstReg.Index == c->OutputDepth) { in set_pair_instruction()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c98 compiler->OutputDepth = shader->info.num_outputs; in find_output_registers()
108 compiler->OutputDepth = i; in find_output_registers()