Home
last modified time | relevance | path

Searched defs:iview (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c36 const struct pipe_image_view *iview, in get_image_offset()
147 get_dimensions(const struct pipe_image_view *iview, in get_dimensions()
212 struct pipe_image_view *iview; in sp_tgsi_load() local
295 struct pipe_image_view *iview; in sp_tgsi_store() local
348 handle_op_uint(const struct pipe_image_view *iview, in handle_op_uint()
465 handle_op_int(const struct pipe_image_view *iview, in handle_op_int()
579 handle_op_r32f_xchg(const struct pipe_image_view *iview, in handle_op_r32f_xchg()
628 struct pipe_image_view *iview; in sp_tgsi_op() local
710 struct pipe_image_view *iview; in sp_tgsi_get_dims() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_image.c847 dzn_image_view_prepare_srv_desc(struct dzn_image_view *iview) in dzn_image_view_prepare_srv_desc()
955 dzn_image_view_prepare_uav_desc(struct dzn_image_view *iview) in dzn_image_view_prepare_uav_desc()
1009 dzn_image_view_prepare_rtv_desc(struct dzn_image_view *iview) in dzn_image_view_prepare_rtv_desc()
1081 dzn_image_view_prepare_dsv_desc(struct dzn_image_view *iview) in dzn_image_view_prepare_dsv_desc()
1133 dzn_image_view_finish(struct dzn_image_view *iview) in dzn_image_view_finish()
1140 struct dzn_image_view *iview, in dzn_image_view_init()
1187 dzn_image_view_destroy(struct dzn_image_view *iview, in dzn_image_view_destroy()
1205 struct dzn_image_view *iview = in dzn_image_view_create() local
Ddzn_descriptor_set.c867 const struct dzn_image_view *iview) in dzn_descriptor_heap_write_image_view_desc()
1163 const struct dzn_image_view *iview) in dzn_descriptor_set_write_image_view_desc()
1189 const struct dzn_image_view *iview) in dzn_descriptor_set_ptr_write_image_view_desc()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c111 tu_cs_image_ref(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer) in tu_cs_image_ref()
119 tu_cs_image_stencil_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_stencil_ref()
127 tu_cs_image_depth_ref(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in tu_cs_image_depth_ref()
135 tu_cs_image_ref_2d(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer, bool src) in tu_cs_image_ref_2d()
143 tu_cs_image_flag_ref(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer) in tu_cs_image_flag_ref()
151 struct tu_image_view *iview, in tu_image_view_init()
Dtu_clear_blit.c183 const struct fdl6_view *iview, in r2d_src()
212 const struct tu_image_view *iview, in r2d_src_depth()
230 const struct tu_image_view *iview, in r2d_src_stencil()
267 r2d_dst(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer, in r2d_dst()
286 r2d_dst_depth(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst_depth()
298 r2d_dst_stencil(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r2d_dst_stencil()
957 const struct fdl6_view *iview, in r3d_src()
1016 const struct tu_image_view *iview, in r3d_src_gmem()
1054 r3d_dst(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer, in r3d_dst()
1082 r3d_dst_depth(struct tu_cs *cs, const struct tu_image_view *iview, uint32_t layer) in r3d_dst_depth()
[all …]
Dtu_image.h15 #define tu_image_view_stencil(iview, x) \ argument
18 #define tu_image_view_depth(iview, x) \ argument
Dtu_cmd_buffer.c206 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_zs() local
271 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_mrt() local
366 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_render_cntl() local
375 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu6_emit_render_cntl() local
1121 const struct tu_image_view *iview = cmd->state.attachments[a]; in tu_emit_input_attachments() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c319 const struct radv_image_view *iview = in emit_color_clear() local
513 depth_view_can_fast_clear(struct radv_cmd_buffer *cmd_buffer, const struct radv_image_view *iview, in depth_view_can_fast_clear()
542 const struct radv_image_view *iview, int samples_log2, in pick_depthstencil_pipeline()
594 const struct radv_image_view *iview = in emit_depthstencil_clear() local
811 radv_can_fast_clear_depth(struct radv_cmd_buffer *cmd_buffer, const struct radv_image_view *iview, in radv_can_fast_clear_depth()
861 radv_fast_clear_depth(struct radv_cmd_buffer *cmd_buffer, const struct radv_image_view *iview, in radv_fast_clear_depth()
1360 struct radv_image_view iview; in radv_clear_dcc_comp_to_single() local
1542 gfx8_get_fast_clear_parameters(struct radv_device *device, const struct radv_image_view *iview, in gfx8_get_fast_clear_parameters()
1640 gfx11_get_fast_clear_parameters(struct radv_device *device, const struct radv_image_view *iview, in gfx11_get_fast_clear_parameters()
1708 radv_can_fast_clear_color(struct radv_cmd_buffer *cmd_buffer, const struct radv_image_view *iview, in radv_can_fast_clear_color()
[all …]
Dradv_meta_fmask_expand.c99 struct radv_image_view iview; in radv_expand_fmask_image_inplace() local
Dradv_meta_blit2d.c52 struct radv_image_view *iview, VkFormat depth_format, VkImageAspectFlagBits aspects) in create_iview()
100 struct radv_image_view iview; member
159 struct radv_image_view iview; member
Dradv_image.c1934 radv_image_view_make_descriptor(struct radv_image_view *iview, struct radv_device *device, in radv_image_view_make_descriptor()
2031 const struct radv_image_view *iview) in radv_image_view_can_fast_clear()
2055 radv_image_view_init(struct radv_image_view *iview, struct radv_device *device, in radv_image_view_init()
2213 radv_image_view_finish(struct radv_image_view *iview) in radv_image_view_finish()
Dradv_cmd_buffer.c1979 struct radv_color_buffer_info *cb, struct radv_image_view *iview, in radv_emit_fb_color_state()
2110 const struct radv_image_view *iview, VkImageLayout layout, in radv_update_zrange_precision()
2155 struct radv_image_view *iview, VkImageLayout layout, bool in_render_loop) in radv_emit_fb_ds_state()
2254 const struct radv_image_view *iview, in radv_update_bound_fast_clear_ds()
2371 const struct radv_image_view *iview, in radv_update_tc_compat_zrange_metadata()
2396 const struct radv_image_view *iview, in radv_update_ds_clear_metadata()
2423 radv_load_ds_clear_metadata(struct radv_cmd_buffer *cmd_buffer, const struct radv_image_view *iview) in radv_load_ds_clear_metadata()
2586 const struct radv_image_view *iview, int cb_idx, in radv_update_color_clear_metadata()
2615 radv_load_color_clear_metadata(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *iview, in radv_load_color_clear_metadata()
2681 struct radv_image_view *iview = cmd_buffer->state.attachments[idx].iview; in radv_emit_fb_mip_change_flush() local
[all …]
Dradv_meta_decompress.c403 struct radv_image_view iview; in radv_process_depth_image_layer() local
Dradv_meta_fast_clear.c481 struct radv_image_view iview; in radv_process_color_image_layer() local
Dradv_device.c6148 radv_surface_max_layer_count(struct radv_image_view *iview) in radv_surface_max_layer_count()
6156 const struct radv_image_view *iview) in get_dcc_max_uncompressed_block_size()
6184 radv_init_dcc_control_reg(struct radv_device *device, struct radv_image_view *iview) in radv_init_dcc_control_reg()
6240 struct radv_image_view *iview) in radv_initialise_color_surface()
6475 radv_calc_decompress_on_z_planes(struct radv_device *device, struct radv_image_view *iview) in radv_calc_decompress_on_z_planes()
6546 struct radv_image_view *iview) in radv_initialise_ds_surface()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_cmd_buffer.c105 struct v3dv_image_view *iview, in cmd_buffer_render_pass_emit_load()
245 struct v3dv_image_view *iview = in cmd_buffer_render_pass_emit_loads() local
277 struct v3dv_image_view *iview = in cmd_buffer_render_pass_emit_loads() local
308 const struct v3dv_image_view *iview = in cmd_buffer_render_pass_emit_store() local
829 const struct v3dv_image_view *iview = in v3dX() local
903 struct v3dv_image_view *iview = in v3dX() local
2330 struct v3dv_image_view *iview = state->attachments[attachment_idx].image_view; in v3dX() local
Dv3dv_image.c503 struct v3dv_image_view *iview; in create_image_view() local
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_image.c266 struct pvr_image_view *iview; in pvr_CreateImageView() local
Dpvr_descriptor_set.c1439 const struct pvr_image_view *iview, in pvr_write_image_descriptor_primaries()
1472 const struct pvr_image_view *iview, in pvr_write_image_descriptor_secondaries()
Dpvr_cmd_buffer.c709 const struct pvr_image_view *const iview, in pvr_setup_pbe_state()
896 const struct pvr_image_view *iview = in pvr_sub_cmd_gfx_job_init() local
978 struct pvr_image_view *iview = in pvr_sub_cmd_gfx_job_init() local
2220 struct pvr_image_view *iview; in pvr_perform_start_of_render_attachment_clear() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1372 struct v3d_image_view *iview = &so->si[img]; in v3d_create_image_view_texture_shader_state() local
1426 struct v3d_image_view *iview = &so->si[n]; in v3d_set_shader_images() local
1450 struct v3d_image_view *iview = &so->si[n]; in v3d_set_shader_images() local
Dv3d_uniforms.c208 struct v3d_image_view *iview = &img->si[unit]; in write_image_tmu_p0() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_layout.c474 pan_iview_get_surface(const struct pan_image_view *iview, in pan_iview_get_surface()
Dpan_texture.c447 panfrost_emit_texture_payload(const struct pan_image_view *iview, in panfrost_emit_texture_payload()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c384 struct anv_image_view *iview, in anv_can_fast_clear_color_view()
470 const struct anv_image_view *iview, in anv_can_hiz_clear_ds_view()
6324 const struct anv_image_view *iview = gfx->depth_att.iview; in cmd_buffer_emit_depth_stencil() local
6364 const struct anv_image_view *iview = gfx->stencil_att.iview; in cmd_buffer_emit_depth_stencil() local
6970 const struct anv_image_view *iview = att->iview; in cmd_buffer_mark_attachment_written() local
7198 const struct anv_image_view *iview = gfx->stencil_att.iview; in genX() local

12