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.c803 if (state->subpass_sample_locs[i].subpass_idx == subpass_id) in radv_get_resolve_sample_locations()
804 return &state->subpass_sample_locs[i].sample_location; in radv_get_resolve_sample_locations()
Dradv_cmd_buffer.c4581 if (state->subpass_sample_locs) { in radv_get_attachment_sample_locations()
4593 if (state->subpass_sample_locs[i].subpass_idx == subpass_id) in radv_get_attachment_sample_locations()
4594 return &state->subpass_sample_locs[i].sample_location; in radv_get_attachment_sample_locations()
4688 state->subpass_sample_locs = NULL; in radv_cmd_state_setup_sample_locations()
4722 state->subpass_sample_locs = in radv_cmd_state_setup_sample_locations()
4724 sample_locs->postSubpassSampleLocationsCount * sizeof(state->subpass_sample_locs[0]), in radv_cmd_state_setup_sample_locations()
4726 if (state->subpass_sample_locs == NULL) { in radv_cmd_state_setup_sample_locations()
4739 state->subpass_sample_locs[i].subpass_idx = subpass_sample_locs_info->subpassIndex; in radv_cmd_state_setup_sample_locations()
4740 state->subpass_sample_locs[i].sample_location.per_pixel = in radv_cmd_state_setup_sample_locations()
4742 state->subpass_sample_locs[i].sample_location.grid_size = in radv_cmd_state_setup_sample_locations()
[all …]
Dradv_private.h1457 struct radv_subpass_sample_locs_state *subpass_sample_locs; member