Home
last modified time | relevance | path

Searched refs:subpass_sample_locs (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_resolve.c897 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()
Dradv_cmd_buffer.c4033 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 …]
Dradv_private.h1366 struct radv_subpass_sample_locs_state *subpass_sample_locs; member