Searched refs:nr_userclip_plane_consts (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_vs_visitor.cpp109 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 Dbrw_fs_visitor.cpp572 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 Dbrw_debug_recompile.c100 found |= check("legacy user clipping", nr_userclip_plane_consts);
H A Dbrw_nir_analyze_ubo_ranges.c219 if (vs_key && vs_key->nr_userclip_plane_consts > 0)
H A Dbrw_compiler.h254 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 Dbrw_vs.c102 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 Dbrw_nir_uniforms.cpp402 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 Dbrw_nir.h105 int nr_userclip_plane_consts,
H A Dbrw_debug_recompile.c108 found |= check("legacy user clipping", nr_userclip_plane_consts);
H A Dbrw_nir_analyze_ubo_ranges.c213 if (vs_key && vs_key->nr_userclip_plane_consts > 0)
H A Dbrw_compiler.h323 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 Dbrw_vs.c106 if (key->nr_userclip_plane_consts > 0) {
260 key->nr_userclip_plane_consts =
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c1141 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 Dcrocus_state.c4689 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 Diris_program.c108 .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 Diris_context.h217 unsigned nr_userclip_plane_consts:4; member in struct:iris_vue_prog_key
H A Diris_state.c4217 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 Diris_program.c560 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 Diris_state.c3493 key->nr_userclip_plane_consts = cso_rast->num_clip_plane_consts;

Completed in 58 milliseconds