HomeSort by relevance Sort by last modified time
    Searched refs:bt_offset (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/intel/vulkan/
genX_blorp_exec.c 95 uint32_t *bt_offset,
110 *bt_offset = bt_state.offset;
anv_blorp.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
genX_blorp_exec.c 125 uint32_t *bt_offset, uint32_t *surface_offsets,
133 bt_offset);
intel_batchbuffer.c 584 uint32_t bt_offset = p[1] & ~0x1fu; local
585 int bt_entries = brw_state_batch_size(brw, bt_offset) / 4;
586 uint32_t *bt_pointers = &state[bt_offset / 4];
658 uint32_t bt_offset = state[idd_offset / 4 + 4] & ~0x1fu; local
659 int bt_entries = brw_state_batch_size(brw, bt_offset) / 4;
660 uint32_t *bt_pointers = &state[bt_offset / 4];
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_genX_exec.h 71 uint32_t *bt_offset, uint32_t *surface_offsets,
    [all...]

Completed in 233 milliseconds