Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_boilerplate.h62 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()
DgenX_blorp_exec.c62 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()
Dintel_batchbuffer.h121 brw_ptr_in_state_buffer(struct intel_batchbuffer *batch, void *p) in brw_ptr_in_state_buffer() function