Searched refs:vk_sample_locations (Results 1 – 2 of 2) sorted by relevance
304 …VkSampleLocationEXT vk_sample_locations[PIPE_MAX_SAMPLE_LOCATION_GRID_SIZE * PIPE_MAX_SAMPLE_LOCAT… member
2186 ctx->vk_sample_locations[wi].x = (ctx->sample_locations[ri] & 0xf) / 16.0f; in zink_update_vk_sample_locations()2187 ctx->vk_sample_locations[wi].y = (16 - (ctx->sample_locations[ri] >> 4)) / 16.0f; in zink_update_vk_sample_locations()2523 loc->pSampleLocations = ctx->vk_sample_locations; in zink_init_vk_sample_locations()