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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state.h 191 uint32_t brw_state_batch_size(struct brw_context *brw, uint32_t offset);
intel_batchbuffer.c 499 int entries = brw_state_batch_size(brw, offset) / struct_size;
585 int bt_entries = brw_state_batch_size(brw, bt_offset) / 4;
659 int bt_entries = brw_state_batch_size(brw, bt_offset) / 4;
1123 brw_state_batch_size(struct brw_context *brw, uint32_t offset) function
    [all...]

Completed in 66 milliseconds