Home
last modified time | relevance | path

Searched refs:vk_sample_locations (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.h279 …VkSampleLocationEXT vk_sample_locations[PIPE_MAX_SAMPLE_LOCATION_GRID_SIZE * PIPE_MAX_SAMPLE_LOCAT… member
Dzink_context.c2028 ctx->vk_sample_locations[wi].x = (ctx->sample_locations[ri] & 0xf) / 16.0f; in setup_framebuffer()
2029 ctx->vk_sample_locations[wi].y = (16 - (ctx->sample_locations[ri] >> 4)) / 16.0f; in setup_framebuffer()
2245 loc->pSampleLocations = ctx->vk_sample_locations; in zink_init_vk_sample_locations()