Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h94 unsigned cull_dist_write; member
Dr600_dump.c109 PRINT_UINT_MEMBER(cull_dist_write); in print_shader_info()
Dr600_state_common.c1558 current->shader.cull_dist_write != rctx->clip_misc_state.cull_dist_write || in r600_update_clip_state()
1563 rctx->clip_misc_state.cull_dist_write = current->shader.cull_dist_write; in r600_update_clip_state()
2022 (state->cull_dist_write << 8)); in r600_emit_clip_misc_state()
Dr600_pipe.h171 unsigned cull_dist_write; /* from vertex shader */ member
Dr600_shader.c2779 ctx.shader->cull_dist_write = gs->shader.cull_dist_write; in generate_gs_copy_shader()
3694 …shader->cull_dist_write = ((1 << ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << … in r600_shader_from_tgsi()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp868 pipeshader->shader.cull_dist_write = ((1 << sel->nir->info.cull_distance_array_size) - 1) in r600_shader_from_nir()