Searched refs:per_pixel (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c575 .sampleLocationsPerPixel = sample_locs->per_pixel,
H A Dradv_meta_resolve.c937 .sampleLocationsPerPixel = sample_locs->per_pixel,
H A Dradv_cmd_buffer.c225 if (dest->sample_location.per_pixel != src->sample_location.per_pixel ||
230 dest->sample_location.per_pixel = src->sample_location.per_pixel;
842 uint32_t num_samples = (uint32_t)state->per_pixel;
931 uint32_t num_samples = (uint32_t)sample_location->per_pixel;
4165 state->attachments[att_idx].sample_location.per_pixel =
4192 state->subpass_sample_locs[i].sample_location.per_pixel =
5156 state->dynamic.sample_location.per_pixel = pSampleLocationsInfo->sampleLocationsPerPixel;
7742 sample_locations.per_pixel
[all...]
H A Dradv_private.h1139 VkSampleCountFlagBits per_pixel; member in struct:radv_sample_locations_state
H A Dradv_pipeline.c1671 dynamic->sample_location.per_pixel = pSampleLocationsInfo->sampleLocationsPerPixel;

Completed in 28 milliseconds