| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_vs_visitor.cpp | 109 for (int i = 0; i + offset < key->nr_userclip_plane_consts && i < 4; 122 if (key->nr_userclip_plane_consts == 0) 127 key->nr_userclip_plane_consts * 4); 129 for (int i = 0; i < key->nr_userclip_plane_consts; ++i) { 147 if (key->nr_userclip_plane_consts > 0) {
|
| H A D | brw_fs_visitor.cpp | 572 if (key->nr_userclip_plane_consts == 0) 577 key->nr_userclip_plane_consts * 4); 579 for (int i = 0; i < key->nr_userclip_plane_consts; i++) { 602 if (key->nr_userclip_plane_consts == 0) 634 for (int i = 0; i < key->nr_userclip_plane_consts; i++) {
|
| H A D | brw_debug_recompile.c | 100 found |= check("legacy user clipping", nr_userclip_plane_consts);
|
| H A D | brw_nir_analyze_ubo_ranges.c | 219 if (vs_key && vs_key->nr_userclip_plane_consts > 0)
|
| H A D | brw_compiler.h | 254 unsigned nr_userclip_plane_consts:4; member in struct:brw_vs_prog_key
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_vs.c | 102 if (key->nr_userclip_plane_consts > 0) { 150 if (key->nr_userclip_plane_consts > 0) { 151 brw_nir_lower_legacy_clipping(nir, key->nr_userclip_plane_consts, 275 key->nr_userclip_plane_consts =
|
| H A D | brw_nir_uniforms.cpp | 402 brw_nir_lower_legacy_clipping(nir_shader *nir, int nr_userclip_plane_consts, argument 405 if (nr_userclip_plane_consts == 0) 410 nir_lower_clip_vs(nir, (1 << nr_userclip_plane_consts) - 1, true, false, 419 const unsigned num_clip_floats = 4 * nr_userclip_plane_consts;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir.h | 105 int nr_userclip_plane_consts,
|
| H A D | brw_debug_recompile.c | 108 found |= check("legacy user clipping", nr_userclip_plane_consts);
|
| H A D | brw_nir_analyze_ubo_ranges.c | 213 if (vs_key && vs_key->nr_userclip_plane_consts > 0)
|
| H A D | brw_compiler.h | 323 unsigned nr_userclip_plane_consts:4; member in struct:brw_vs_prog_key 372 unsigned nr_userclip_plane_consts:4; member in struct:brw_tes_prog_key 387 unsigned nr_userclip_plane_consts:4; member in struct:brw_gs_prog_key
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_vs.c | 106 if (key->nr_userclip_plane_consts > 0) { 260 key->nr_userclip_plane_consts =
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_program.c | 1141 if (key->nr_userclip_plane_consts > 0) { 1193 if (key->nr_userclip_plane_consts) { 1195 nir_lower_clip_vs(nir, (1 << key->nr_userclip_plane_consts) - 1, true, 1231 key_no_ucp.nr_userclip_plane_consts = 0; 1571 if (key->nr_userclip_plane_consts) { 1573 nir_lower_clip_vs(nir, (1 << key->nr_userclip_plane_consts) - 1, true, 1702 if (key->nr_userclip_plane_consts) { 1704 nir_lower_clip_gs(nir, (1 << key->nr_userclip_plane_consts) - 1, false,
|
| H A D | crocus_state.c | 4689 key->nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; 4733 key->nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; 4750 key->nr_userclip_plane_consts = cso_rast->num_clip_plane_consts;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 108 .nr_userclip_plane_consts = 0, 1321 if (key->vue.nr_userclip_plane_consts) { 1323 nir_lower_clip_vs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1, 1686 if (key->vue.nr_userclip_plane_consts) { 1688 nir_lower_clip_vs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1, 1820 if (key->vue.nr_userclip_plane_consts) { 1822 nir_lower_clip_gs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1,
|
| H A D | iris_context.h | 217 unsigned nr_userclip_plane_consts:4; member in struct:iris_vue_prog_key
|
| H A D | iris_state.c | 4217 key->vue.nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; 4243 key->vue.nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; 4260 key->vue.nr_userclip_plane_consts = cso_rast->num_clip_plane_consts;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 560 if (key->nr_userclip_plane_consts) { 562 nir_lower_clip_vs(nir, (1 << key->nr_userclip_plane_consts) - 1, true); 586 key_no_ucp.nr_userclip_plane_consts = 0;
|
| H A D | iris_state.c | 3493 key->nr_userclip_plane_consts = cso_rast->num_clip_plane_consts;
|