Searched refs:expand_depth_stencil_compute_pipeline (Results 1 – 2 of 2) sorted by relevance
230 …radv_DestroyPipeline(radv_device_to_handle(device), state->expand_depth_stencil_compute_pipeline, … in radv_device_finish_meta_depth_decomp_state()255 return create_pipeline_cs(device, &state->expand_depth_stencil_compute_pipeline); in radv_device_init_meta_depth_decomp_state()413 if (!state->expand_depth_stencil_compute_pipeline) { in get_pipeline_cs()414 result = create_pipeline_cs(device, &state->expand_depth_stencil_compute_pipeline); in get_pipeline_cs()419 *pipeline_out = state->expand_depth_stencil_compute_pipeline; in get_pipeline_cs()
259 VkPipeline expand_depth_stencil_compute_pipeline; member