/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_buffer.c | 41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_image.c | 376 struct pvr_buffer_view *bview; in pvr_CreateBufferView() local [all...] |
H A D | pvr_descriptor_set.c | 1643 pvr_write_buffer_descriptor(const struct pvr_device_info *dev_info, const struct pvr_buffer_view *bview, VkDescriptorType descriptorType, uint32_t *primary, uint32_t *secondary) pvr_write_buffer_descriptor() argument
|
H A D | pvr_private.h | 504 struct pvr_buffer_view *bview; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 101 struct radv_buffer_view bview; member 79 create_bview(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_buffer *src, struct radv_buffer_view *bview, VkFormat depth_format) create_bview() argument
|
H A D | radv_meta_bufimage.c | 1231 create_bview(struct radv_cmd_buffer *cmd_buffer, struct radv_buffer *buffer, unsigned offset, VkFormat format, struct radv_buffer_view *bview) create_bview() argument 1276 create_bview_for_r32g32b32(struct radv_cmd_buffer *cmd_buffer, struct radv_buffer *buffer, unsigned offset, VkFormat src_format, struct radv_buffer_view *bview) create_bview_for_r32g32b32() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_image.c | 1236 dzn_buffer_view_destroy(struct dzn_buffer_view *bview, in dzn_buffer_view_destroy() argument 1256 struct dzn_buffer_view *bview = in dzn_buffer_view_create() local [all...] |
H A D | dzn_descriptor_set.c | 906 dzn_descriptor_heap_write_buffer_view_desc(struct dzn_descriptor_heap *heap, uint32_t desc_offset, bool writeable, const struct dzn_buffer_view *bview) dzn_descriptor_heap_write_buffer_view_desc() argument 1202 dzn_descriptor_set_write_buffer_view_desc(struct dzn_descriptor_set *set, uint32_t heap_offset, uint32_t alt_heap_offset, const struct dzn_buffer_view *bview) dzn_descriptor_set_write_buffer_view_desc() argument 1228 dzn_descriptor_set_ptr_write_buffer_view_desc(struct dzn_descriptor_set *set, const struct dzn_descriptor_set_ptr *ptr, const struct dzn_buffer_view *bview) dzn_descriptor_set_ptr_write_buffer_view_desc() argument [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_descriptor_set.c | 1050 write_buffer_view_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_buffer_view *bview, uint32_t array_index) write_buffer_view_descriptor() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_descriptor_set.c | 1641 struct anv_buffer_view *bview = in anv_descriptor_set_write_buffer() local [all...] |