Searched refs:intel_region_get_aligned_offset (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_misc_state.c | 182 offset = intel_region_get_aligned_offset(region, in emit_depthbuffer() 217 intel_region_get_aligned_offset(hiz_mt->region, in emit_depthbuffer()
|
D | brw_blorp.cpp | 137 return intel_region_get_aligned_offset(region, x_offset & ~mask_x, in compute_tile_offsets()
|
D | brw_misc_state.c | 477 offset = intel_region_get_aligned_offset(region, in emit_depthbuffer() 521 intel_region_get_aligned_offset(hiz_region, in emit_depthbuffer()
|
D | gen7_blorp.cpp | 592 intel_region_get_aligned_offset(params->depth.mt->region, in gen7_blorp_emit_depth_stencil_config() 641 intel_region_get_aligned_offset(hiz_region, in gen7_blorp_emit_depth_stencil_config()
|
D | gen6_blorp.cpp | 844 intel_region_get_aligned_offset(params->depth.mt->region, in gen6_blorp_emit_depth_stencil_config() 897 intel_region_get_aligned_offset(hiz_region, in gen6_blorp_emit_depth_stencil_config()
|
D | intel_regions.c | 439 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x, in intel_region_get_aligned_offset() function
|
D | intel_fbo.c | 588 return intel_region_get_aligned_offset(region, irb->draw_x & ~mask_x, in intel_renderbuffer_tile_offsets()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_regions.h | 142 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x,
|
D | intel_regions.c | 439 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x, in intel_region_get_aligned_offset() function
|
D | intel_fbo.c | 588 return intel_region_get_aligned_offset(region, irb->draw_x & ~mask_x, in intel_renderbuffer_tile_offsets()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_regions.c | 439 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x, in intel_region_get_aligned_offset() function
|
D | intel_fbo.c | 588 return intel_region_get_aligned_offset(region, irb->draw_x & ~mask_x, in intel_renderbuffer_tile_offsets()
|