Searched refs:isl_extent2d (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.c217 struct isl_extent2d logical_el, phys_B;
234 logical_el = isl_extent2d(1, 1);
235 phys_B = isl_extent2d(bs, 1);
240 logical_el = isl_extent2d(512 / bs, 8);
241 phys_B = isl_extent2d(512, 8);
246 logical_el = isl_extent2d(128 / bs, 32);
247 phys_B = isl_extent2d(128, 32);
252 logical_el = isl_extent2d(64, 64);
264 phys_B = isl_extent2d(128, 32);
275 logical_el = isl_extent2d(widt
[all...]
H A Disl.h997 struct isl_extent2d { struct
1084 struct isl_extent2d logical_extent_el;
1096 struct isl_extent2d phys_extent_B;
1686 struct isl_extent2d ATTRIBUTE_CONST
1734 static inline struct isl_extent2d
1735 isl_extent2d(uint32_t width, uint32_t height) function in typeref:struct:isl_extent2d
1737 struct isl_extent2d e = { { 0 } };
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.c344 struct isl_extent2d phys_B;
364 phys_B = isl_extent2d(bs, 1);
370 phys_B = isl_extent2d(512, 8);
377 phys_B = isl_extent2d(128, 32);
394 phys_B = isl_extent2d(128, 32);
406 phys_B = isl_extent2d(width, height);
475 phys_B = isl_extent2d(128, 32);
498 phys_B = isl_extent2d(128, 32);
521 phys_B = isl_extent2d(64, 1);
674 struct isl_extent2d
[all...]
H A Disl.h1278 struct isl_extent2d { struct
1388 struct isl_extent2d phys_extent_B;
2188 struct isl_extent2d ATTRIBUTE_CONST
2236 static inline struct isl_extent2d
2237 isl_extent2d(uint32_t width, uint32_t height) function in typeref:struct:isl_extent2d
2239 struct isl_extent2d e = { { 0 } };
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c1530 struct isl_extent2d px_size_sa =
1861 struct isl_extent2d px_size_sa =
2111 static struct isl_extent2d
2114 static const struct isl_extent2d one_to_one = { .w = 1, .h = 1 };
2128 struct isl_extent2d px_size_sa;
H A Dblorp_clear.c677 const struct isl_extent2d sa_block_dim =
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c1626 struct isl_extent2d px_size_sa =
1988 struct isl_extent2d px_size_sa =
2263 static struct isl_extent2d
2266 static const struct isl_extent2d one_to_one = { .w = 1, .h = 1 };
2281 struct isl_extent2d px_size_sa;
H A Dblorp_clear.c702 struct isl_extent2d msaa_px_size_sa =
905 const struct isl_extent2d sa_block_dim =

Completed in 48 milliseconds