Searched refs:imgv (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1335 struct lvp_image_view *imgv,
1340 return create_img_surface_bo(state, &imgv->subresourceRange, imgv->image->bo,
1345 struct lvp_image_view *imgv, VkFormat format, int width, int height)
1347 if (!imgv->surface) {
1348 imgv->surface = create_img_surface(state, imgv, format,
1350 0, lvp_get_layerCount(imgv->image, &imgv->subresourceRange) - 1);
1384 struct lvp_image_view *imgv,
1334 create_img_surface(struct rendering_state * state,struct lvp_image_view * imgv,VkFormat format,int width,int height,int base_layer,int layer_count) argument
1344 add_img_view_surface(struct rendering_state * state,struct lvp_image_view * imgv,VkFormat format,int width,int height) argument
1383 clear_attachment_layers(struct rendering_state * state,struct lvp_image_view * imgv,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) argument
1444 struct lvp_image_view *imgv = get_attachment(state, a); local in function:render_subpass_clear
1471 struct lvp_image_view *imgv = get_attachment(state, ds); local in function:render_subpass_clear
1569 struct lvp_image_view *imgv = get_attachment(state, ds); local in function:render_subpass_clear_fast
1700 struct lvp_image_view *imgv = get_attachment(state, color_att->attachment); local in function:begin_render_subpass
1712 struct lvp_image_view *imgv = get_attachment(state, ds_att->attachment); local in function:begin_render_subpass
2929 struct lvp_image_view *imgv; local in function:handle_clear_attachments
[all...]

Completed in 5 milliseconds