Searched defs:imgv (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 64 struct lvp_image_view *imgv; member 1540 create_img_surface(struct rendering_state *state, struct lvp_image_view *imgv, VkFormat format, int width, int height, int base_layer, int layer_count) create_img_surface() argument 1554 add_img_view_surface(struct rendering_state *state, struct lvp_image_view *imgv, int width, int height, int layer_count) add_img_view_surface() argument 1586 clear_attachment_layers(struct rendering_state *state, struct lvp_image_view *imgv, const VkRect2D *rect, unsigned base_layer, unsigned layer_count, unsigned ds_clear_flags, double dclear_val, uint32_t sclear_val, union pipe_color_union *col_val) clear_attachment_layers() argument 1633 struct lvp_image_view *imgv = state->color_att[i].imgv; render_clear() local 1745 destroy_multisample_surface(struct rendering_state *state, struct lvp_image_view *imgv) destroy_multisample_surface() argument 1895 create_multisample_surface(struct rendering_state *state, struct lvp_image_view *imgv, uint32_t samples, bool replicate) create_multisample_surface() argument 1919 att_needs_replicate(const struct rendering_state *state, const struct lvp_image_view *imgv, VkAttachmentLoadOp load_op) att_needs_replicate() argument 1987 struct lvp_image_view *imgv = state->color_att[i].imgv; handle_begin_rendering() local 2008 struct lvp_image_view *imgv = state->ds_imgv; handle_begin_rendering() local 3140 struct lvp_image_view *imgv; handle_clear_attachments() local [all...] |
Completed in 7 milliseconds