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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vue_map.c192 vue_map->num_per_patch_slots = 0;
248 vue_map->num_per_patch_slots = slot;
259 vue_map->num_per_vertex_slots = slot - vue_map->num_per_patch_slots;
283 if (vue_map->num_per_vertex_slots > 0 || vue_map->num_per_patch_slots > 0) {
286 vue_map->num_per_patch_slots,
H A Dbrw_vec4_tcs.cpp426 const int num_per_patch_slots = vue_prog_data->vue_map.num_per_patch_slots; local in function:brw::brw_compile_tcs
429 /* Note that the patch header is counted in num_per_patch_slots. */
430 output_size_bytes += num_per_patch_slots * 16;
H A Dbrw_compiler.h957 int num_per_patch_slots; member in struct:brw_vue_map
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vue_map.c209 vue_map->num_per_patch_slots = 0;
265 vue_map->num_per_patch_slots = slot;
276 vue_map->num_per_vertex_slots = slot - vue_map->num_per_patch_slots;
301 if (vue_map->num_per_vertex_slots > 0 || vue_map->num_per_patch_slots > 0) {
304 vue_map->num_per_patch_slots,
H A Dbrw_vec4_tcs.cpp432 const int num_per_patch_slots = vue_prog_data->vue_map.num_per_patch_slots; local in function:brw_compile_tcs
435 /* Note that the patch header is counted in num_per_patch_slots. */
436 output_size_bytes += num_per_patch_slots * 16;
H A Dbrw_compiler.h1192 int num_per_patch_slots; member in struct:brw_vue_map

Completed in 24 milliseconds