Searched refs:depth_decomp (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_decompress.c | 309 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) { in radv_device_finish_meta_depth_decomp_state() 310 radv_DestroyPipelineLayout(radv_device_to_handle(device), state->depth_decomp[i].p_layout, in radv_device_finish_meta_depth_decomp_state() 314 state->depth_decomp[i].decompress_pipeline, &state->alloc); in radv_device_finish_meta_depth_decomp_state() 316 state->depth_decomp[i].resummarize_pipeline, &state->alloc); in radv_device_finish_meta_depth_decomp_state() 333 for (uint32_t i = 0; i < ARRAY_SIZE(state->depth_decomp); ++i) { in radv_device_init_meta_depth_decomp_state() 336 res = create_pipeline_layout(device, &state->depth_decomp[i].p_layout); in radv_device_init_meta_depth_decomp_state() 343 res = create_pipeline(device, samples, state->depth_decomp[i].p_layout, DEPTH_DECOMPRESS, in radv_device_init_meta_depth_decomp_state() 344 &state->depth_decomp[i].decompress_pipeline); in radv_device_init_meta_depth_decomp_state() 348 res = create_pipeline(device, samples, state->depth_decomp[i].p_layout, DEPTH_RESUMMARIZE, in radv_device_init_meta_depth_decomp_state() 349 &state->depth_decomp[ in radv_device_init_meta_depth_decomp_state() [all...] |
H A D | radv_private.h | 635 } depth_decomp[MAX_SAMPLES_LOG2]; member
|
Completed in 5 milliseconds