Searched refs:vk_sample_locations (Results 1 – 2 of 2) sorted by relevance
279 …VkSampleLocationEXT vk_sample_locations[PIPE_MAX_SAMPLE_LOCATION_GRID_SIZE * PIPE_MAX_SAMPLE_LOCAT… member
2028 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()