Searched refs:radv_buffer_view (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 1567 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 …]
|
D | radv_private.h | 2180 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)
|
D | radv_image.c | 1941 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()
|
D | radv_meta_blit2d.c | 88 struct radv_buffer_view *bview, VkFormat depth_format) in create_bview() 110 struct radv_buffer_view bview;
|
D | radv_descriptor_set.c | 876 RADV_FROM_HANDLE(radv_buffer_view, buffer_view, _buffer_view); in write_texel_buffer_descriptor()
|