Searched refs:cull_dist_write (Results 1 – 4 of 4) sorted by relevance
90 unsigned cull_dist_write; member
1518 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()
168 unsigned cull_dist_write; /* from vertex shader */ member
2461 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()