HomeSort by: relevance | last modified time | path
    Searched defs:phys_level0_sa (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl.c 491 const struct isl_extent4d *phys_level0_sa)
523 if (phys_level0_sa->array_len == 1) {
572 assert(phys_level0_sa->array_len == 1);
576 if (phys_level0_sa->array_len == 1) {
728 struct isl_extent4d *phys_level0_sa)
748 *phys_level0_sa = (struct isl_extent4d) {
773 *phys_level0_sa = (struct isl_extent4d) {
787 *phys_level0_sa = (struct isl_extent4d) {
800 *phys_level0_sa = (struct isl_extent4d) {
808 &phys_level0_sa->w
1472 struct isl_extent4d phys_level0_sa; local
    [all...]
isl.h 521 * @invariant isl_surf::phys_level0_sa::depth == 1
529 * @invariant isl_surf::phys_level0_sa::array_len == 1
1185 * isl_surf::phys_level0_sa := isl_surf::dim_layout * logical_layout
1187 struct isl_extent4d phys_level0_sa; member in struct:isl_surf
1910 return isl_extent4d(DIV_ROUND_UP(surf->phys_level0_sa.w, fmtl->bw),
1911 DIV_ROUND_UP(surf->phys_level0_sa.h, fmtl->bh),
1912 DIV_ROUND_UP(surf->phys_level0_sa.d, fmtl->bd),
1913 surf->phys_level0_sa.a);
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl.c 710 const struct isl_extent4d *phys_level0_sa)
742 if (phys_level0_sa->array_len == 1) {
791 assert(phys_level0_sa->array_len == 1);
795 if (phys_level0_sa->array_len == 1) {
959 struct isl_extent4d *phys_level0_sa)
979 *phys_level0_sa = (struct isl_extent4d) {
1004 *phys_level0_sa = (struct isl_extent4d) {
1018 *phys_level0_sa = (struct isl_extent4d) {
1031 *phys_level0_sa = (struct isl_extent4d) {
1039 &phys_level0_sa->w
1774 struct isl_extent4d phys_level0_sa; local
    [all...]
isl.h 642 * @invariant isl_surf::phys_level0_sa::depth == 1
650 * @invariant isl_surf::phys_level0_sa::array_len == 1
1496 * isl_surf::phys_level0_sa := isl_surf::dim_layout * logical_layout
1498 struct isl_extent4d phys_level0_sa; member in struct:isl_surf
2467 return isl_extent4d(DIV_ROUND_UP(surf->phys_level0_sa.w, fmtl->bw),
2468 DIV_ROUND_UP(surf->phys_level0_sa.h, fmtl->bh),
2469 DIV_ROUND_UP(surf->phys_level0_sa.d, fmtl->bd),
2470 surf->phys_level0_sa.a);

Completed in 13 milliseconds