Home
last modified time | relevance | path

Searched refs:lvp_pipeline_layout_create (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c203 lvp_pipeline_layout_create(struct lvp_device *device, in lvp_pipeline_layout_create() function
228 struct lvp_pipeline_layout *layout = lvp_pipeline_layout_create(device, pCreateInfo, pAllocator); in lvp_CreatePipelineLayout()
H A Dlvp_private.h414 lvp_pipeline_layout_create(struct lvp_device *device,
H A Dlvp_pipeline.c1251 shader->layout = lvp_pipeline_layout_create(device, &pci, pAllocator); in create_shader_object()