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

  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.h 84 return (fs->shader->code.writes_depth) ? TRUE : FALSE;
r300_fs.c 549 if (shader->code.writes_depth) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_state.c 43 bool writes_depth = prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF; local
83 if (brw_color_buffer_write_enabled(brw) || writes_depth ||
122 !(brw_color_buffer_write_enabled(brw) || writes_depth) &&
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 250 unsigned writes_depth:1; member in struct:rX00_fragment_program_code
r300_fragprog_emit.c 277 c->code->writes_depth = 1;
r500_fragprog_emit.c 277 c->code->writes_depth = 1;

Completed in 311 milliseconds