Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h59 if (GFX_VER < 6 && crocus_ptr_in_state_buffer(batch, location)) { in __gen_combine_address()
66 assert(!crocus_ptr_in_state_buffer(batch, location)); in __gen_combine_address()
Dcrocus_blorp.c101 if (GFX_VER < 6 && crocus_ptr_in_state_buffer(batch, location)) { in blorp_emit_reloc()
108 assert(!crocus_ptr_in_state_buffer(batch, location)); in blorp_emit_reloc()
Dcrocus_batch.h313 crocus_ptr_in_state_buffer(struct crocus_batch *batch, void *p) in crocus_ptr_in_state_buffer() function