Searched refs:max_ssbo_size (Results 1 – 1 of 1) sorted by relevance
2221 uint64_t max_ssbo_size = 0; in unbreak_bos() local2246 max_ssbo_size = MAX2(max_ssbo_size, size); in unbreak_bos()2295 const struct glsl_type *ssbo_type = glsl_array_type(glsl_uint_type(), max_ssbo_size * 4, 4); in unbreak_bos()2298 fields[1].type = max_ssbo_size ? unsized : NULL; in unbreak_bos()2299 unsigned field_count = max_ssbo_size && needs_size ? 2 : 1; in unbreak_bos()