Searched refs:cull_dist_write (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h93 unsigned cull_dist_write; member in struct:r600_shader
H A Dr600_state_common.c1530 current->shader.cull_dist_write != rctx->clip_misc_state.cull_dist_write ||
1535 rctx->clip_misc_state.cull_dist_write = current->shader.cull_dist_write;
1994 (state->cull_dist_write << 8));
H A Dr600_pipe.h171 unsigned cull_dist_write; /* from vertex shader */ member in struct:r600_clip_misc_state
H A Dr600_shader.c2696 ctx.shader->cull_dist_write = gs->shader.cull_dist_write;
3610 shader->cull_dist_write = ((1 << ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h94 unsigned cull_dist_write; member in struct:r600_shader
H A Dr600_dump.c109 PRINT_UINT_MEMBER(cull_dist_write);
H A Dr600_state_common.c1589 current->shader.cull_dist_write != rctx->clip_misc_state.cull_dist_write ||
1594 rctx->clip_misc_state.cull_dist_write = current->shader.cull_dist_write;
2053 (state->cull_dist_write << 8));
H A Dr600_pipe.h171 unsigned cull_dist_write; /* from vertex shader */ member in struct:r600_clip_misc_state
H A Dr600_shader.c2784 ctx.shader->cull_dist_write = gs->shader.cull_dist_write;
3699 shader->cull_dist_write = ((1 << ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp969 pipeshader->shader.cull_dist_write = ((1 << sh->info.cull_distance_array_size) - 1)

Completed in 40 milliseconds