Home
last modified time | relevance | path

Searched refs:radv_buffer_view (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c958 struct radv_buffer_view *bview) in create_bview()
975 struct radv_buffer_view *dst) in itob_bind_descriptors()
1020 struct radv_buffer_view dst_view; in radv_meta_image_to_buffer()
1051 struct radv_buffer_view *src, in btoi_bind_descriptors()
1096 struct radv_buffer_view src_view; in radv_meta_buffer_to_image_cs()
Dradv_private.h1496 struct radv_buffer_view { struct
1502 void radv_buffer_view_init(struct radv_buffer_view *view, argument
1755 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_buffer_view, VkBufferView)
Dradv_image.c1302 void radv_buffer_view_init(struct radv_buffer_view *view, in radv_buffer_view_init()
1324 struct radv_buffer_view *view; in radv_CreateBufferView()
1343 RADV_FROM_HANDLE(radv_buffer_view, view, bufferView); in radv_DestroyBufferView()
Dradv_meta_blit2d.c72 struct radv_buffer_view *bview, VkFormat depth_format) in create_bview()
94 struct radv_buffer_view bview;
Dradv_descriptor_set.c567 RADV_FROM_HANDLE(radv_buffer_view, buffer_view, _buffer_view); in write_texel_buffer_descriptor()