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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_render.c1448 drm_intel_bo *binding_table_bo, *surface_state_bo; local in function:i965_prepare_composite
1472 surface_state_bo = dri_bo_alloc(pI830->bufmgr, "surface_state",
1475 if (dri_bo_map(surface_state_bo, 1) != 0) {
1476 dri_bo_unreference(surface_state_bo);
1480 i965_set_picture_surface_state(surface_state_bo, 0,
1483 i965_set_picture_surface_state(surface_state_bo, 1,
1487 i965_set_picture_surface_state(surface_state_bo, 2,
1491 dri_bo_unmap(surface_state_bo);
1498 dri_bo_unreference(surface_state_bo);
1505 surface_state_bo,
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c1524 struct anv_bo *surface_state_bo = local in function:relocate_cmd_buffer
1527 surface_state_bo,

Completed in 7 milliseconds