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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_resolve.c897 if (state->subpass_sample_locs[i].subpass_idx == subpass_id)
898 return &state->subpass_sample_locs[i].sample_location;
H A Dradv_cmd_buffer.c4033 if (state->subpass_sample_locs) {
4045 if (state->subpass_sample_locs[i].subpass_idx == subpass_id)
4046 return &state->subpass_sample_locs[i].sample_location;
4140 state->subpass_sample_locs = NULL;
4174 state->subpass_sample_locs =
4176 sample_locs->postSubpassSampleLocationsCount * sizeof(state->subpass_sample_locs[0]),
4178 if (state->subpass_sample_locs == NULL) {
4191 state->subpass_sample_locs[i].subpass_idx = subpass_sample_locs_info->subpassIndex;
4192 state->subpass_sample_locs[i].sample_location.per_pixel =
4194 state->subpass_sample_locs[
[all...]
H A Dradv_private.h1367 struct radv_subpass_sample_locs_state *subpass_sample_locs; member in struct:radv_cmd_state

Completed in 16 milliseconds