HomeSort by: relevance | last modified time | path
    Searched refs:num_per_patch_slots (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vue_map.c 209 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,
brw_vec4_tcs.cpp 432 const int num_per_patch_slots = vue_prog_data->vue_map.num_per_patch_slots; local
435 /* Note that the patch header is counted in num_per_patch_slots. */
436 output_size_bytes += num_per_patch_slots * 16;
brw_compiler.h 1192 int num_per_patch_slots; member in struct:brw_vue_map
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_vue_map.c 192 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,
brw_vec4_tcs.cpp 426 const int num_per_patch_slots = vue_prog_data->vue_map.num_per_patch_slots; local
429 /* Note that the patch header is counted in num_per_patch_slots. */
430 output_size_bytes += num_per_patch_slots * 16;
brw_compiler.h 957 int num_per_patch_slots; member in struct:brw_vue_map

Completed in 10 milliseconds