Searched refs:control_data_bits_per_vertex (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp308 assert(c->control_data_bits_per_vertex != 0);
349 util_last_bit(c->control_data_bits_per_vertex);
422 assert(c->control_data_bits_per_vertex == 2);
498 brw_imm_ud(32 / c->control_data_bits_per_vertex - 1)));
558 assert(c->control_data_bits_per_vertex == 1);
671 c.control_data_bits_per_vertex = 2;
673 c.control_data_bits_per_vertex = 0;
686 c.control_data_bits_per_vertex =
691 c.control_data_bits_per_vertex = 0;
694 shader->info.gs.vertices_out * c.control_data_bits_per_vertex;
[all...]
H A Dbrw_shader.h293 unsigned control_data_bits_per_vertex; member in struct:brw_gs_compile
H A Dbrw_fs_nir.cpp2025 assert(gs_compile->control_data_bits_per_vertex == 1);
2069 assert(gs_compile->control_data_bits_per_vertex != 0);
2127 util_last_bit(gs_compile->control_data_bits_per_vertex);
2189 assert(gs_compile->control_data_bits_per_vertex == 2);
2278 brw_imm_ud(32u / gs_compile->control_data_bits_per_vertex - 1u));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp285 assert(c->control_data_bits_per_vertex != 0);
326 util_last_bit(c->control_data_bits_per_vertex);
392 assert(c->control_data_bits_per_vertex == 2);
468 brw_imm_ud(32 / c->control_data_bits_per_vertex - 1)));
528 assert(c->control_data_bits_per_vertex == 1);
648 c.control_data_bits_per_vertex = 2;
650 c.control_data_bits_per_vertex = 0;
663 c.control_data_bits_per_vertex =
668 c.control_data_bits_per_vertex = 0;
671 nir->info.gs.vertices_out * c.control_data_bits_per_vertex;
[all...]
H A Dbrw_shader.h185 unsigned control_data_bits_per_vertex; member in struct:brw_gs_compile
H A Dbrw_fs_nir.cpp2206 assert(gs_compile->control_data_bits_per_vertex == 1);
2250 assert(gs_compile->control_data_bits_per_vertex != 0);
2308 util_last_bit(gs_compile->control_data_bits_per_vertex);
2370 assert(gs_compile->control_data_bits_per_vertex == 2);
2459 brw_imm_ud(32u / gs_compile->control_data_bits_per_vertex - 1u));

Completed in 23 milliseconds