Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c230 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) { in radv_device_finish_meta_depth_decomp_state()
232 state->depth_decomp[i].pass, in radv_device_finish_meta_depth_decomp_state()
235 state->depth_decomp[i].p_layout, in radv_device_finish_meta_depth_decomp_state()
238 state->depth_decomp[i].decompress_pipeline, in radv_device_finish_meta_depth_decomp_state()
241 state->depth_decomp[i].resummarize_pipeline, in radv_device_finish_meta_depth_decomp_state()
261 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) { in radv_device_init_meta_depth_decomp_state()
264 res = create_pass(device, samples, &state->depth_decomp[i].pass); in radv_device_init_meta_depth_decomp_state()
269 &state->depth_decomp[i].p_layout); in radv_device_init_meta_depth_decomp_state()
274 state->depth_decomp[i].pass, in radv_device_init_meta_depth_decomp_state()
275 state->depth_decomp[i].p_layout, in radv_device_init_meta_depth_decomp_state()
[all …]
Dradv_private.h514 } depth_decomp[1 + MAX_SAMPLES_LOG2]; member