Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/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.h404 VkSampleCountFlagBits per_pixel; member
Dvk_graphics_state.c687 sl->per_pixel = sl_info->sampleLocationsPerPixel; in vk_sample_locations_state_init()
1951 COPY_MEMBER(MS_SAMPLE_LOCATIONS, ms.sample_locations->per_pixel); in vk_dynamic_graphics_state_copy()
1954 const uint32_t sl_count = src->ms.sample_locations->per_pixel * in vk_dynamic_graphics_state_copy()
2491 ms.sample_locations->per_pixel, in vk_common_CmdSetSampleLocationsEXT()