Searched refs:isl_extent2d (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
H A D | isl.c | 374 struct isl_extent2d phys_B; in isl_tiling_get_info() 394 phys_B = isl_extent2d(bs, 1); in isl_tiling_get_info() 400 phys_B = isl_extent2d(512, 8); in isl_tiling_get_info() 407 phys_B = isl_extent2d(128, 32); in isl_tiling_get_info() 424 phys_B = isl_extent2d(128, 32); in isl_tiling_get_info() 436 phys_B = isl_extent2d(width, height); in isl_tiling_get_info() 505 phys_B = isl_extent2d(128, 32); in isl_tiling_get_info() 528 phys_B = isl_extent2d(128, 32); in isl_tiling_get_info() 551 phys_B = isl_extent2d(64, 1); in isl_tiling_get_info() 704 struct isl_extent2d [all...] |
H A D | isl.h | 1290 struct isl_extent2d { struct 1400 struct isl_extent2d phys_extent_B; 2254 struct isl_extent2d ATTRIBUTE_CONST 2308 static inline struct isl_extent2d 2309 isl_extent2d(uint32_t width, uint32_t height) in isl_extent2d() function 2311 struct isl_extent2d e = { { 0 } }; in isl_extent2d()
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 1626 struct isl_extent2d px_size_sa = in surf_get_intratile_offset_px() 1988 struct isl_extent2d px_size_sa = in try_blorp_blit() 2278 static struct isl_extent2d 2281 static const struct isl_extent2d one_to_one = { .w = 1, .h = 1 }; in get_px_size_sa() 2296 struct isl_extent2d px_size_sa; in shrink_surface_params()
|
H A D | blorp_clear.c | 727 struct isl_extent2d msaa_px_size_sa = in blorp_clear_stencil_as_rgba()
|
Completed in 15 milliseconds