Home
last modified time | relevance | path

Searched refs:cull_enable (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.h39 uint8_t cull_enable; /* mask of defined cull distances */ member
Dnvc0_program.c256 vp->vp.cull_enable = in nvc0_vtgp_gen_header()
Dnvc0_state_validate.c433 clip_enable |= vp->vp.cull_enable; in nvc0_validate_clip()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h83 uint8_t cull_enable; /* mask of defined cull distances */ member
Dnv50_program.c387 prog->vp.cull_enable = in nv50_program_translate()
Dnv50_state_validate.c371 clip_enable |= vp->vp.cull_enable; in nv50_validate_clip()
Dnv50_shader_state.c429 uint32_t clpd_nr = util_last_bit(vp->vp.clip_enable | vp->vp.cull_enable); in nv50_fp_linkage_validate()