/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_clip.c | 75 unsigned ucp_enables, bool output, in create_clipdist_vars() argument 78 shader->info.clip_distance_array_size = util_last_bit(ucp_enables); in create_clipdist_vars() 85 if (ucp_enables & 0x0f) in create_clipdist_vars() 89 if (ucp_enables & 0xf0) in create_clipdist_vars() 249 unsigned ucp_enables, bool use_vars, in lower_clip_outputs() argument 273 if (ucp_enables & (1 << plane)) { in lower_clip_outputs() 282 if (use_clipdist_array && use_vars && plane < util_last_bit(ucp_enables)) { in lower_clip_outputs() 293 if (ucp_enables & 0x0f) in lower_clip_outputs() 295 if (ucp_enables & 0xf0) in lower_clip_outputs() 298 if (ucp_enables & 0x0f) in lower_clip_outputs() [all …]
|
D | nir.h | 5233 bool nir_lower_clip_vs(nir_shader *shader, unsigned ucp_enables, 5237 bool nir_lower_clip_gs(nir_shader *shader, unsigned ucp_enables, 5240 bool nir_lower_clip_fs(nir_shader *shader, unsigned ucp_enables,
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.h | 282 unsigned ucp_enables : 8; member 402 if (last_key->ucp_enables != key->ucp_enables) in ir3_shader_key_changes_fs() 424 if (last_key->ucp_enables != key->ucp_enables) in ir3_shader_key_changes_vs()
|
D | ir3_nir.c | 614 if (!so->key.ucp_enables) in lower_ucp_vs() 673 progress |= OPT(s, nir_lower_clip_vs, so->key.ucp_enables, false, true, NULL); in ir3_nir_lower_variant() 680 if (so->key.ucp_enables && !so->compiler->has_clip_cull) in ir3_nir_lower_variant() 681 progress |= OPT(s, nir_lower_clip_fs, so->key.ucp_enables, true); in ir3_nir_lower_variant()
|
D | ir3_shader.c | 527 key->ucp_enables = 0xff; in ir3_setup_used_key()
|
D | ir3_compiler_nir.c | 4392 ctx->so->clip_mask = ctx->so->key.ucp_enables | in emit_instructions()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 637 unsigned ucp_enables, in lower_ucp() argument 641 NIR_PASS_V(nir, nir_lower_clip_disable, ucp_enables); in lower_ucp() 662 NIR_PASS_V(nir, nir_lower_clip_vs, ucp_enables, in lower_ucp() 665 NIR_PASS_V(nir, nir_lower_clip_gs, ucp_enables, in lower_ucp()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_draw.c | 125 emit.key.key.ucp_enables = ctx->rasterizer->clip_plane_enable; in fd3_draw_vbo()
|
D | fd3_emit.c | 616 if (!emit->key.key.ucp_enables) in fd3_emit_state() 627 if (emit->key.key.ucp_enables) in fd3_emit_state()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir.c | 1017 if (c->key->ucp_enables) { in v3d_nir_lower_gs_late() 1018 NIR_PASS(_, c->s, nir_lower_clip_gs, c->key->ucp_enables, in v3d_nir_lower_gs_late() 1029 if (c->key->ucp_enables) { in v3d_nir_lower_vs_late() 1030 NIR_PASS(_, c->s, nir_lower_clip_vs, c->key->ucp_enables, in v3d_nir_lower_vs_late() 1050 if (c->key->ucp_enables) in v3d_nir_lower_fs_late() 1051 NIR_PASS(_, c->s, nir_lower_clip_fs, c->key->ucp_enables, true); in v3d_nir_lower_fs_late()
|
D | v3d_compiler.h | 405 uint8_t ucp_enables; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_draw.c | 94 .ucp_enables = ctx->rasterizer->clip_plane_enable, in fd4_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_program.c | 558 key->base.ucp_enables = v3d->rasterizer->base.clip_plane_enable; in v3d_update_compiled_fs() 680 key->base.ucp_enables = v3d->rasterizer->base.clip_plane_enable; in v3d_update_compiled_gs() 750 key->base.ucp_enables = v3d->rasterizer->base.clip_plane_enable; in v3d_update_compiled_vs()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 1035 uint32_t ucp_enables, in pipeline_populate_v3d_key() argument 1097 key->ucp_enables = ucp_enables; in pipeline_populate_v3d_key() 1144 uint32_t ucp_enables) in pipeline_populate_v3d_fs_key() argument 1151 pipeline_populate_v3d_key(&key->base, p_stage, ucp_enables, rba); in pipeline_populate_v3d_fs_key()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_gallium.c | 189 .ucp_enables = MASK(nir->info.clip_distance_array_size), in create_initial_variants()
|
D | ir3_const.h | 469 if (v->key.ucp_enables) { in ir3_emit_driver_params()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2280 if (c->key->ucp_enables) { in vc4_shader_ntq() 2283 c->key->ucp_enables, false); in vc4_shader_ntq() 2286 c->key->ucp_enables, false, false, NULL); in vc4_shader_ntq() 2673 key->ucp_enables = vc4->rasterizer->base.clip_plane_enable; in vc4_setup_shared_key()
|
D | vc4_qir.h | 320 uint8_t ucp_enables; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_draw.c | 154 .ucp_enables = ctx->rasterizer->clip_plane_enable, in fd6_draw_vbo()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 2437 - ir3: mark ucp_enables as allowed values on all keys
|