Searched refs:create_pipeline_layout (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 152 create_pipeline_layout(struct radv_device *device, VkPipelineLayout *layout) in create_pipeline_layout() function 336 res = create_pipeline_layout(device, &state->depth_decomp[i].p_layout); in radv_device_init_meta_depth_decomp_state()
|
D | radv_meta_fast_clear.c | 151 create_pipeline_layout(struct radv_device *device, VkPipelineLayout *layout) in create_pipeline_layout() function 431 res = create_pipeline_layout(device, &device->meta_state.fast_clear_flush.p_layout); in radv_device_init_meta_fast_clear_flush_state_internal()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkfullscreenquad.c | 242 create_pipeline_layout (GstVulkanFullScreenQuad * self, GError ** error) in create_pipeline_layout() function 368 if (!create_pipeline_layout (self, error)) in create_pipeline()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 865 VkPipelineLayout layout = create_pipeline_layout({ .layouts = { layout0, layout0, layout1, layout2,…
|