Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h90 unsigned cull_dist_write; member
Dr600_state_common.c1518 current->shader.cull_dist_write != rctx->clip_misc_state.cull_dist_write || in r600_update_clip_state()
1523 rctx->clip_misc_state.cull_dist_write = current->shader.cull_dist_write; in r600_update_clip_state()
1875 (state->cull_dist_write << 8)); in r600_emit_clip_misc_state()
Dr600_pipe.h168 unsigned cull_dist_write; /* from vertex shader */ member
Dr600_shader.c2461 ctx.shader->cull_dist_write = gs->shader.cull_dist_write; in generate_gs_copy_shader()
3363 …shader->cull_dist_write = ((1 << ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << … in r600_shader_from_tgsi()