HomeSort by relevance Sort by last modified time
    Searched defs:max_source_attr (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sf_state.c 72 uint32_t max_source_attr = 0; local
108 &max_source_attr);
120 * read_length = ceiling((max_source_attr + 1) / 2)"
122 uint32_t urb_entry_read_length = ALIGN(max_source_attr + 1, 2) / 2;
gen6_sf_state.c 57 int fs_attr, bool two_side_color, uint32_t *max_source_attr)
104 /* Update max_source_attr. If swizzling, the SF will read this slot + 1. */
105 if (*max_source_attr < source_attr + swizzling)
106 *max_source_attr = source_attr + swizzling;
273 uint32_t max_source_attr = 0; local
310 &max_source_attr);
324 * read_length = ceiling((max_source_attr + 1) / 2)
329 uint32_t urb_entry_read_length = ALIGN(max_source_attr + 1, 2) / 2;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sf_state.c 72 uint32_t max_source_attr = 0; local
108 &max_source_attr);
120 * read_length = ceiling((max_source_attr + 1) / 2)"
122 uint32_t urb_entry_read_length = ALIGN(max_source_attr + 1, 2) / 2;
gen6_sf_state.c 57 int fs_attr, bool two_side_color, uint32_t *max_source_attr)
104 /* Update max_source_attr. If swizzling, the SF will read this slot + 1. */
105 if (*max_source_attr < source_attr + swizzling)
106 *max_source_attr = source_attr + swizzling;
273 uint32_t max_source_attr = 0; local
310 &max_source_attr);
324 * read_length = ceiling((max_source_attr + 1) / 2)
329 uint32_t urb_entry_read_length = ALIGN(max_source_attr + 1, 2) / 2;

Completed in 2878 milliseconds