Home
last modified time | relevance | path

Searched refs:bview (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c31 get_dimensions(const struct pipe_shader_buffer *bview, in get_dimensions() argument
35 *width = bview->buffer_size; in get_dimensions()
55 struct pipe_shader_buffer *bview; in sp_tgsi_load() local
63 bview = &sp_buf->sp_bview[params->unit]; in sp_tgsi_load()
64 spr = softpipe_resource(bview->buffer); in sp_tgsi_load()
68 if (!get_dimensions(bview, spr, &width)) in sp_tgsi_load()
88 bview->buffer_offset + s_coord); in sp_tgsi_load()
109 struct pipe_shader_buffer *bview; in sp_tgsi_store() local
117 bview = &sp_buf->sp_bview[params->unit]; in sp_tgsi_store()
118 spr = softpipe_resource(bview->buffer); in sp_tgsi_store()
[all …]
/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c1500 struct anv_buffer_view *bview = in anv_descriptor_set_write_buffer() local
1503 bview->format = anv_isl_format_for_descriptor_type(device, type); in anv_descriptor_set_write_buffer()
1504 bview->range = bind_range; in anv_descriptor_set_write_buffer()
1505 bview->address = bind_addr; in anv_descriptor_set_write_buffer()
1512 bview->surface_state = anv_state_stream_alloc(alloc_stream, 64, 64); in anv_descriptor_set_write_buffer()
1520 anv_fill_buffer_surface_state(device, bview->surface_state, in anv_descriptor_set_write_buffer()
1521 bview->format, usage, in anv_descriptor_set_write_buffer()
1526 .buffer_view = bview, in anv_descriptor_set_write_buffer()
1588 ANV_FROM_HANDLE(anv_buffer_view, bview, in anv_UpdateDescriptorSets()
1593 bview, in anv_UpdateDescriptorSets()
[all …]
Danv_cmd_buffer.c1321 ANV_FROM_HANDLE(anv_buffer_view, bview, in anv_CmdPushDescriptorSetKHR()
1326 bview, in anv_CmdPushDescriptorSetKHR()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c961 struct v3dv_buffer_view *bview, in write_buffer_view_descriptor() argument
966 assert(bview); in write_buffer_view_descriptor()
969 bview->texture_shader_state, in write_buffer_view_descriptor()
970 sizeof(bview->texture_shader_state)); in write_buffer_view_descriptor()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c88 struct radv_buffer_view *bview, VkFormat depth_format) in create_bview() argument
96 radv_buffer_view_init(bview, cmd_buffer->device, in create_bview()
110 struct radv_buffer_view bview; member
125 create_bview(cmd_buffer, src_buf, &tmp->bview, depth_format); in blit2d_bind_src()
138 … .pTexelBufferView = (VkBufferView[]) { radv_buffer_view_to_handle(&tmp->bview) } in blit2d_bind_src()
Dradv_meta_bufimage.c1567 struct radv_buffer_view *bview) in create_bview() argument
1569 radv_buffer_view_init(bview, cmd_buffer->device, in create_bview()
1615 struct radv_buffer_view *bview) in create_bview_for_r32g32b32() argument
1633 radv_buffer_view_init(bview, cmd_buffer->device, in create_bview_for_r32g32b32()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_descriptor_set.c382 LVP_FROM_HANDLE(lvp_buffer_view, bview, in lvp_UpdateDescriptorSets()
387 .buffer_view = bview, in lvp_UpdateDescriptorSets()