Home
last modified time | relevance | path

Searched refs:brw_bo_get_tiling (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h284 int brw_bo_get_tiling(struct brw_bo *bo, uint32_t *tiling_mode,
Dintel_screen.c368 brw_bo_get_tiling(image->bo, &tiling, &swizzle); in intel_image_warn_if_unaligned()
1816 brw_bo_get_tiling(buffer, &tiling, &swizzle_mode); in intel_detect_swizzling()
Dbrw_bufmgr.c1102 brw_bo_get_tiling(struct brw_bo *bo, uint32_t *tiling_mode, in brw_bo_get_tiling() function
Dbrw_context.c1588 brw_bo_get_tiling(bo, &tiling, &swizzle); in intel_process_dri2_buffer()
Dintel_mipmap_tree.c991 brw_bo_get_tiling(image->bo, &bo_tiling, &bo_swizzle); in intel_miptree_create_for_dri_image()