Searched defs:clip_plane_enable (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cache.h | 48 unsigned clip_plane_enable : PIPE_MAX_CLIP_PLANES; member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_clip_disable.c | 41 recursive_if_chain(nir_builder *b, nir_deref_instr *deref, nir_ssa_def *value, unsigned clip_plane_enable, nir_ssa_def *index, unsigned start, unsigned end) in recursive_if_chain() argument 64 lower_clip_plane_store(nir_intrinsic_instr *instr, unsigned clip_plane_enable, nir_builder *b) in lower_clip_plane_store() argument 118 nir_lower_clip_disable(nir_shader *shader, unsigned clip_plane_enable) in nir_lower_clip_disable() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_state.c | 448 unsigned clip_plane_enable = get_safe(ctx->rasterizer, clip_plane_enable); variable
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_context.h | 273 uint8_t clip_plane_enable; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader.h | 127 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES; member
|
H A D | svga_tgsi_vgpu10.c | 6655 unsigned clip_plane_enable = emit->key.clip_plane_enable; in emit_clip_distance_instructions() local [all...] |
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 202 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.h | 83 unsigned clip_plane_enable : 8; member
|
H A D | gfx10_shader_ngg.c | 1028 unsigned clip_plane_enable = SI_NGG_CULL_GET_CLIP_PLANE_ENABLE(shader->key.ge.opt.ngg_culling); in gfx10_ngg_culling_build_end() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe.h | 168 unsigned clip_plane_enable; /* from rasterizer */ member 302 unsigned clip_plane_enable; member
|
Completed in 25 milliseconds