Searched refs:subpass_sample_locs (Results 1 – 3 of 3) sorted by relevance
897 if (state->subpass_sample_locs[i].subpass_idx == subpass_id) in radv_get_resolve_sample_locations()898 return &state->subpass_sample_locs[i].sample_location; in radv_get_resolve_sample_locations()
4033 if (state->subpass_sample_locs) { in radv_get_attachment_sample_locations()4045 if (state->subpass_sample_locs[i].subpass_idx == subpass_id) in radv_get_attachment_sample_locations()4046 return &state->subpass_sample_locs[i].sample_location; in radv_get_attachment_sample_locations()4140 state->subpass_sample_locs = NULL; in radv_cmd_state_setup_sample_locations()4174 state->subpass_sample_locs = in radv_cmd_state_setup_sample_locations()4176 sample_locs->postSubpassSampleLocationsCount * sizeof(state->subpass_sample_locs[0]), in radv_cmd_state_setup_sample_locations()4178 if (state->subpass_sample_locs == NULL) { in radv_cmd_state_setup_sample_locations()4191 state->subpass_sample_locs[i].subpass_idx = subpass_sample_locs_info->subpassIndex; in radv_cmd_state_setup_sample_locations()4192 state->subpass_sample_locs[i].sample_location.per_pixel = in radv_cmd_state_setup_sample_locations()4194 state->subpass_sample_locs[i].sample_location.grid_size = in radv_cmd_state_setup_sample_locations()[all …]
1366 struct radv_subpass_sample_locs_state *subpass_sample_locs; member