Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_decompress.c80 … NULL, &device->meta_state.expand_depth_stencil_compute_p_layout); in create_pipeline_cs()
87 …ta_create_compute_pipeline(device, cs, device->meta_state.expand_depth_stencil_compute_p_layout, p… in create_pipeline_cs()
231 …_DestroyPipelineLayout(radv_device_to_handle(device), state->expand_depth_stencil_compute_p_layout, in radv_device_finish_meta_depth_decomp_state()
488 …uffer, VK_PIPELINE_BIND_POINT_COMPUTE, device->meta_state.expand_depth_stencil_compute_p_layout, 0… in radv_expand_depth_stencil_compute()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_device.h258 VkPipelineLayout expand_depth_stencil_compute_p_layout; member