Home
last modified time | relevance | path

Searched refs:compute_tile_offsets (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.cpp125 brw_blorp_surface_info::compute_tile_offsets(uint32_t *tile_x, in compute_tile_offsets() function in brw_blorp_surface_info
Dbrw_blorp.h107 uint32_t compute_tile_offsets(uint32_t *tile_x, uint32_t *tile_y) const;
Dgen7_blorp.cpp171 surf->ss1.base_addr = surface->compute_tile_offsets(&tile_x, &tile_y); in gen7_blorp_emit_surface_state()
Dgen6_blorp.cpp439 surf[1] = (surface->compute_tile_offsets(&tile_x, &tile_y) + in gen6_blorp_emit_surface_state()