Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c1232 VkFormat format, struct radv_buffer_view *bview) in create_bview()
1277 unsigned offset, VkFormat src_format, struct radv_buffer_view *bview) in create_bview_for_r32g32b32()
1323 struct radv_buffer_view *dst) in itob_bind_descriptors()
1362 struct radv_buffer_view dst_view; in radv_meta_image_to_buffer()
1388 btoi_r32g32b32_bind_descriptors(struct radv_cmd_buffer *cmd_buffer, struct radv_buffer_view *src, in btoi_r32g32b32_bind_descriptors()
1389 struct radv_buffer_view *dst) in btoi_r32g32b32_bind_descriptors()
1424 struct radv_buffer_view src_view, dst_view; in radv_meta_buffer_to_image_cs_r32g32b32()
1466 btoi_bind_descriptors(struct radv_cmd_buffer *cmd_buffer, struct radv_buffer_view *src, in btoi_bind_descriptors()
1504 struct radv_buffer_view src_view; in radv_meta_buffer_to_image_cs()
1542 itoi_r32g32b32_bind_descriptors(struct radv_cmd_buffer *cmd_buffer, struct radv_buffer_view *src, in itoi_r32g32b32_bind_descriptors()
[all …]
Dradv_meta_dcc_retile.c216 struct radv_buffer_view views[2]; in radv_retile_dcc()
Dradv_private.h2764 struct radv_buffer_view { struct
2771 void radv_buffer_view_init(struct radv_buffer_view *view, struct radv_device *device, argument
2773 void radv_buffer_view_finish(struct radv_buffer_view *view);
3312 VK_DEFINE_NONDISP_HANDLE_CASTS(radv_buffer_view, base, VkBufferView,
Dradv_meta_blit2d.c80 struct radv_buffer_view *bview, VkFormat depth_format) in create_bview()
101 struct radv_buffer_view bview;
Dradv_image.c2510 radv_buffer_view_init(struct radv_buffer_view *view, struct radv_device *device, in radv_buffer_view_init()
2526 radv_buffer_view_finish(struct radv_buffer_view *view) in radv_buffer_view_finish()
2536 struct radv_buffer_view *view; in radv_CreateBufferView()
2555 RADV_FROM_HANDLE(radv_buffer_view, view, bufferView); in radv_DestroyBufferView()
Dradv_descriptor_set.c1012 RADV_FROM_HANDLE(radv_buffer_view, buffer_view, _buffer_view); in write_texel_buffer_descriptor()