Searched refs:sample_locations (Results 1 – 2 of 2) sorted by relevance
479 memset(caps->sample_locations, 0, 8 * sizeof(uint32_t)); in vrend_renderer_query_multisample_caps()502 … caps->sample_locations[out_buf_offsets[i] + (k >> 2)] |= compressed << (8 * (k & 3)); in vrend_renderer_query_multisample_caps()510 caps->sample_locations[out_buf_offsets[i] + (k >> 2)] = in vrend_renderer_query_multisample_caps()511 … caps->sample_locations[out_buf_offsets[lowest_working_ms_count_idx] + (k >> 2)]; in vrend_renderer_query_multisample_caps()
339 uint32_t sample_locations[8]; member