HomeSort by relevance Sort by last modified time
    Searched refs:OUT_CS_TABLE (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_cs.h 98 #define OUT_CS_TABLE(values, count) do { \
r300_emit.c 114 OUT_CS_TABLE(fb->zsbuf ? &dsa->cb_begin : dsa->cb_zb_no_readwrite, size-2);
299 OUT_CS_TABLE(data, 4);
302 OUT_CS_TABLE(buf->ptr, count * 4);
331 OUT_CS_TABLE(data, 4);
374 OUT_CS_TABLE(gpuflush->cb_flush_clean, 6);
790 OUT_CS_TABLE(rs->cb_main, RS_STATE_MAIN_SIZE);
793 OUT_CS_TABLE(rs->cb_poly_offset_zb16, 5);
795 OUT_CS_TABLE(rs->cb_poly_offset_zb24, 5);
840 OUT_CS_TABLE(rs->ip, count);
851 OUT_CS_TABLE(rs->inst, count)
    [all...]
r300_render.c 394 OUT_CS_TABLE(&mapelem[i][stride[i] * v], size[i]);
560 OUT_CS_TABLE(ptr2, count_dwords);
576 OUT_CS_TABLE(ptr4, count_dwords);
    [all...]

Completed in 174 milliseconds