Searched refs:subpass_sample_locs (Results 1 – 3 of 3) sorted by relevance
3384 if (state->subpass_sample_locs) { in radv_get_attachment_sample_locations()3396 if (state->subpass_sample_locs[i].subpass_idx == subpass_id) in radv_get_attachment_sample_locations()3397 return &state->subpass_sample_locs[i].sample_location; in radv_get_attachment_sample_locations()3503 state->subpass_sample_locs = NULL; in radv_cmd_state_setup_sample_locations()3540 state->subpass_sample_locs = vk_alloc(&cmd_buffer->pool->alloc, in radv_cmd_state_setup_sample_locations()3542 sizeof(state->subpass_sample_locs[0]), in radv_cmd_state_setup_sample_locations()3544 if (state->subpass_sample_locs == NULL) { in radv_cmd_state_setup_sample_locations()3557 state->subpass_sample_locs[i].subpass_idx = in radv_cmd_state_setup_sample_locations()3559 state->subpass_sample_locs[i].sample_location.per_pixel = in radv_cmd_state_setup_sample_locations()3561 state->subpass_sample_locs[i].sample_location.grid_size = in radv_cmd_state_setup_sample_locations()[all …]
961 if (state->subpass_sample_locs[i].subpass_idx == subpass_id) in radv_get_resolve_sample_locations()962 return &state->subpass_sample_locs[i].sample_location; in radv_get_resolve_sample_locations()
1346 struct radv_subpass_sample_locs_state * subpass_sample_locs; member