Home
last modified time | relevance | path

Searched refs:per_pixel (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_standard_sample_locations.c32 .per_pixel = VK_SAMPLE_COUNT_1_BIT,
47 .per_pixel = VK_SAMPLE_COUNT_2_BIT,
64 .per_pixel = VK_SAMPLE_COUNT_4_BIT,
87 .per_pixel = VK_SAMPLE_COUNT_8_BIT,
123 .per_pixel = VK_SAMPLE_COUNT_16_BIT,
Dvk_graphics_state.h267 VkSampleCountFlagBits per_pixel; member
Dvk_graphics_state.c569 sl->per_pixel = sl_info->sampleLocationsPerPixel; in vk_sample_locations_state_init()
1583 COPY_MEMBER(MS_SAMPLE_LOCATIONS, ms.sample_locations->per_pixel); in vk_dynamic_graphics_state_copy()
1586 const uint32_t sl_count = src->ms.sample_locations->per_pixel * in vk_dynamic_graphics_state_copy()
1920 ms.sample_locations->per_pixel, in vk_common_CmdSetSampleLocationsEXT()
/third_party/mesa3d/src/intel/vulkan/
DgenX_state.c717 assert(sl->per_pixel == samples); in genX()
788 if (sl && sl->per_pixel == i) { in genX()
795 if (sl && sl->per_pixel == i) { in genX()
802 if (sl && sl->per_pixel == i) { in genX()
809 if (sl && sl->per_pixel == i) { in genX()
817 if (sl && sl->per_pixel == i) { in genX()
Dgfx7_cmd_buffer.c253 sl->per_pixel == samples ? sl : NULL); in genX()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c489 .sampleLocationsPerPixel = sample_locs->per_pixel, in radv_process_depth_stencil()
Dradv_meta_resolve.c847 .sampleLocationsPerPixel = sample_locs->per_pixel, in radv_decompress_resolve_src()
Dradv_cmd_buffer.c223 if (dest->sample_location.per_pixel != src->sample_location.per_pixel || in radv_bind_dynamic_state()
228 dest->sample_location.per_pixel = src->sample_location.per_pixel; in radv_bind_dynamic_state()
1038 uint32_t num_samples = (uint32_t)state->per_pixel; in radv_convert_user_sample_locs()
1127 uint32_t num_samples = (uint32_t)sample_location->per_pixel; in radv_emit_sample_locations()
4713 state->attachments[att_idx].sample_location.per_pixel = in radv_cmd_state_setup_sample_locations()
4740 state->subpass_sample_locs[i].sample_location.per_pixel = in radv_cmd_state_setup_sample_locations()
5801 state->dynamic.sample_location.per_pixel = pSampleLocationsInfo->sampleLocationsPerPixel; in radv_CmdSetSampleLocationsEXT()
9662 sample_locations.per_pixel = sample_locs_info->sampleLocationsPerPixel; in radv_barrier()
Dradv_private.h1230 VkSampleCountFlagBits per_pixel; member
Dradv_pipeline.c2100 dynamic->sample_location.per_pixel = info->ms.sample_locs_per_pixel; in radv_pipeline_init_dynamic_state()