Searched refs:constant_buffer_stride (Results 1 – 3 of 3) sorted by relevance
402 unsigned constant_buffer_stride; member
98 draw->constant_buffer_stride = (sizeof(float) * 4); in draw_create_context()1356 draw->constant_buffer_stride = num_bytes; in draw_set_constant_buffer_stride()
432 return DIV_ROUND_UP(const_bytes, draw->constant_buffer_stride); in get_num_consts_robust()