Searched refs:brw_ptr_in_state_buffer (Results 1 – 3 of 3) sorted by relevance
62 if (GEN_GEN < 6 && brw_ptr_in_state_buffer(batch, location)) { in __gen_combine_address()69 assert(!brw_ptr_in_state_buffer(batch, location)); in __gen_combine_address()
62 if (GEN_GEN < 6 && brw_ptr_in_state_buffer(&brw->batch, location)) { in blorp_emit_reloc()69 assert(!brw_ptr_in_state_buffer(&brw->batch, location)); in blorp_emit_reloc()
121 brw_ptr_in_state_buffer(struct intel_batchbuffer *batch, void *p) in brw_ptr_in_state_buffer() function