Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_decompress.c230 …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()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_device.h259 VkPipeline expand_depth_stencil_compute_pipeline; member