Searched refs:output_vertex_size_bytes (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp748 unsigned output_vertex_size_bytes = prog_data->base.vue_map.num_slots * 16; local in function:brw::brw_compile_gs
750 output_vertex_size_bytes <= GEN7_MAX_GS_OUTPUT_VERTEX_SIZE_BYTES);
752 ALIGN(output_vertex_size_bytes, 32) / 32;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp725 unsigned output_vertex_size_bytes = prog_data->base.vue_map.num_slots * 16; local in function:brw_compile_gs
727 output_vertex_size_bytes <= GFX7_MAX_GS_OUTPUT_VERTEX_SIZE_BYTES);
729 ALIGN(output_vertex_size_bytes, 32) / 32;

Completed in 4 milliseconds