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.c272 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) { in radv_device_finish_meta_depth_decomp_state()
274 state->depth_decomp[i].pass, in radv_device_finish_meta_depth_decomp_state()
277 state->depth_decomp[i].p_layout, in radv_device_finish_meta_depth_decomp_state()
282 state->depth_decomp[i].decompress_pipeline[j], in radv_device_finish_meta_depth_decomp_state()
286 state->depth_decomp[i].resummarize_pipeline, in radv_device_finish_meta_depth_decomp_state()
297 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) { in radv_device_init_meta_depth_decomp_state()
300 res = create_pass(device, samples, &state->depth_decomp[i].pass); in radv_device_init_meta_depth_decomp_state()
305 &state->depth_decomp[i].p_layout); in radv_device_init_meta_depth_decomp_state()
314 state->depth_decomp[i].pass, in radv_device_init_meta_depth_decomp_state()
315 state->depth_decomp[i].p_layout, in radv_device_init_meta_depth_decomp_state()
[all …]
Dradv_private.h648 } depth_decomp[MAX_SAMPLES_LOG2]; member