Home
last modified time | relevance | path

Searched refs:brw_ptr_in_state_buffer (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_boilerplate.h62 if (GFX_VER < 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()
DgenX_blorp_exec.c65 if (GFX_VER < 6 && brw_ptr_in_state_buffer(&brw->batch, location)) { in blorp_emit_reloc()
72 assert(!brw_ptr_in_state_buffer(&brw->batch, location)); in blorp_emit_reloc()
Dbrw_batch.h121 brw_ptr_in_state_buffer(struct brw_batch *batch, void *p) in brw_ptr_in_state_buffer() function