Home
last modified time | relevance | path

Searched refs:max_vbo_decoded_lines (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/common/
Dintel_decoder.h250 int max_vbo_decoded_lines; member
Dintel_batch_decoder.c51 ctx->max_vbo_decoded_lines = -1; /* No limit! */ in intel_batch_decode_ctx_init()
509 ctx_print_buffer(ctx, vb, vb_size, pitch, ctx->max_vbo_decoded_lines); in handle_3dstate_vertex_buffers()
/third_party/mesa3d/src/intel/tools/
Daubinator.c108 batch_ctx.max_vbo_decoded_lines = max_vbo_lines; in aubinator_init()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c231 batch->decoder.max_vbo_decoded_lines = 32; in iris_init_batch()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c261 batch->decoder.max_vbo_decoded_lines = 32; in crocus_init_batch()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c173 batch->decoder.max_vbo_decoded_lines = 100; in brw_batch_init()