Searched refs:radv_graphics_pipeline_create (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/ |
H A D | radv_meta_fast_clear.c | 178 result = radv_graphics_pipeline_create(device_h, device->meta_state.cache, in create_pipeline() 228 result = radv_graphics_pipeline_create(device_h, device->meta_state.cache, in create_pipeline() 278 result = radv_graphics_pipeline_create( in create_pipeline()
|
H A D | radv_meta_blit2d.c | 631 …result = radv_graphics_pipeline_create(radv_device_to_handle(device), device->meta_state.cache, &v… in create_color_pipeline() 807 …result = radv_graphics_pipeline_create(radv_device_to_handle(device), device->meta_state.cache, &v… in create_depth_only_pipeline() 978 …result = radv_graphics_pipeline_create(radv_device_to_handle(device), device->meta_state.cache, &v… in create_stencil_only_pipeline()
|
H A D | radv_meta_resolve_fs.c | 188 …result = radv_graphics_pipeline_create(radv_device_to_handle(device), device->meta_state.cache, &v… in create_resolve_pipeline() 440 …result = radv_graphics_pipeline_create(radv_device_to_handle(device), device->meta_state.cache, &v… in create_depth_stencil_resolve_pipeline()
|
H A D | radv_meta_decompress.c | 212 …result = radv_graphics_pipeline_create(device_h, device->meta_state.cache, &pipeline_create_info, … in create_pipeline_gfx()
|
H A D | radv_meta_resolve.c | 53 result = radv_graphics_pipeline_create( in create_pipeline()
|
H A D | radv_meta_blit.c | 767 …result = radv_graphics_pipeline_create(radv_device_to_handle(device), device->meta_state.cache, &v… in create_pipeline()
|
H A D | radv_meta_clear.c | 70 result = radv_graphics_pipeline_create(device_h, device->meta_state.cache, in create_pipeline()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_graphics.h | 635 VkResult radv_graphics_pipeline_create(VkDevice device, VkPipelineCache cache,
|
H A D | radv_pipeline_graphics.c | 3430 radv_graphics_pipeline_create(VkDevice _device, VkPipelineCache _cache, const VkGraphicsPipelineCre… in radv_graphics_pipeline_create() function 3598 …r = radv_graphics_pipeline_create(_device, pipelineCache, &pCreateInfos[i], NULL, pAllocator, &pPi… in radv_CreateGraphicsPipelines()
|