HomeSort by: relevance | last modified time | path
    Searched refs:offset_B (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_blt.c 70 uint64_t offset_B;
78 &offset_B,
89 xyblt.DestinationBaseAddress = rw_bo(dst->bo, offset_B);
crocus_state.c 2956 uint64_t offset_B = 0;
2983 &offset_B, &tile_x_sa, &tile_y_sa);
4986 uint64_t offset_B = res->offset;
4999 &surf, &offset_B,
5007 &surf, &offset_B,
5032 res->bo, offset_B, reloc),
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_blit.c 766 uint64_t offset_B;
770 &offset_B, &tile_x, &tile_y);
780 OUT_RELOC64(mt->bo, RELOC_WRITE, mt->offset + offset_B);
782 OUT_RELOC(mt->bo, RELOC_WRITE, mt->offset + offset_B);
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl.c 2770 uint64_t *offset_B,
2780 offset_B,
2802 uint64_t *offset_B,
2827 offset_B,
2914 uint64_t *offset_B,
2922 offset_B,
2954 uint64_t *offset_B,
3024 *offset_B = 0;
3042 offset_B,
isl.h 2585 uint64_t *offset_B,
2605 uint64_t *offset_B,
2649 uint64_t *offset_B,
2678 uint64_t *offset_B,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
blorp_genX_exec.h 1580 uint32_t offset_B;
1583 &offset_B, NULL, NULL);
1584 hiz_address.offset += offset_B;
1605 uint32_t offset_B;
1608 &offset_B, NULL, NULL);
1609 stencil_address.offset += offset_B;
blorp_clear.c 1089 uint32_t offset_B, x_offset_el, y_offset_el;
1095 &offset_B, &x_offset_el, &y_offset_el);
1096 params.dst.addr.offset += offset_B;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_image.c 978 uint32_t offset_B;
983 &offset_B, NULL, NULL);
984 layout->offset += offset_B;
1331 uint32_t offset_B = 0, tile_x_sa = 0, tile_y_sa = 0;
1348 &offset_B, &tile_x_sa, &tile_y_sa);
1378 state_inout->address = anv_address_add(address, offset_B);
  /xsrc/external/mit/MesaLib/dist/src/intel/blorp/
blorp_genX_exec.h 1683 uint64_t offset_B;
1686 &offset_B, NULL, NULL);
1687 hiz_address.offset += offset_B;
1709 uint64_t offset_B;
1712 &offset_B, NULL, NULL);
1713 stencil_address.offset += offset_B;
blorp_blit.c 1664 uint64_t offset_B;
1668 &offset_B, &info->tile_x_sa, &info->tile_y_sa);
1669 info->addr.offset += offset_B;
2279 uint64_t offset_B;
2301 &offset_B,
2306 info->addr.offset += offset_B;
2742 uint64_t offset_B;
2745 &info->surf, &info->view, &offset_B,
2748 info->addr.offset += offset_B;
blorp_clear.c 1435 uint64_t offset_B;
1438 &offset_B, &x_offset_el, &y_offset_el);
1439 params.dst.addr.offset += offset_B;
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_image.c 1919 uint64_t offset_B;
1924 &offset_B, NULL, NULL);
1925 layout->offset += offset_B;
2435 uint64_t offset_B = 0;
2449 &offset_B, &tile_x_sa, &tile_y_sa);
2460 state_inout->address = anv_address_add(address, offset_B);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl.c 2196 uint32_t *offset_B,
2213 offset_B,
2237 uint32_t *offset_B,
2245 offset_B,
isl.h 2024 uint32_t *offset_B,
2047 uint32_t *offset_B,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c 2643 uint64_t offset_B = 0;
2647 &offset_B, &tile_x_el, &tile_y_el);
2661 .address = res->bo->address + offset_B,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c 1952 uint32_t offset_B = 0, tile_x_sa = 0, tile_y_sa = 0;
1977 &offset_B, &tile_x_sa, &tile_y_sa);
2008 .address = res->bo->gtt_offset + offset_B,
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_fs.cpp 3875 const fs_reg& offset_B = inst->src[1];
3876 assert(offset_B.file == IMM);
3883 ubld.MOV(payload, offset_B);
3931 brw_imm_ud(offset_B.ud / 16));

Completed in 148 milliseconds