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.c1567 struct radv_buffer_view *bview) in create_bview()
1615 struct radv_buffer_view *bview) in create_bview_for_r32g32b32()
1662 struct radv_buffer_view *dst) in itob_bind_descriptors()
1707 struct radv_buffer_view dst_view; in radv_meta_image_to_buffer()
1738 struct radv_buffer_view *src, in btoi_r32g32b32_bind_descriptors()
1739 struct radv_buffer_view *dst) in btoi_r32g32b32_bind_descriptors()
1777 struct radv_buffer_view src_view, dst_view; in radv_meta_buffer_to_image_cs_r32g32b32()
1822 struct radv_buffer_view *src, in btoi_bind_descriptors()
1867 struct radv_buffer_view src_view; in radv_meta_buffer_to_image_cs()
1906 struct radv_buffer_view *src, in itoi_r32g32b32_bind_descriptors()
[all …]
Dradv_private.h2180 struct radv_buffer_view { struct
2187 void radv_buffer_view_init(struct radv_buffer_view *view, argument
2721 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_buffer_view, VkBufferView)
Dradv_image.c1941 void radv_buffer_view_init(struct radv_buffer_view *view, in radv_buffer_view_init()
1963 struct radv_buffer_view *view; in radv_CreateBufferView()
1985 RADV_FROM_HANDLE(radv_buffer_view, view, bufferView); in radv_DestroyBufferView()
Dradv_meta_blit2d.c88 struct radv_buffer_view *bview, VkFormat depth_format) in create_bview()
110 struct radv_buffer_view bview;
Dradv_descriptor_set.c876 RADV_FROM_HANDLE(radv_buffer_view, buffer_view, _buffer_view); in write_texel_buffer_descriptor()