Searched refs:draw_size (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_static.c85 uint32_t draw_offset, draw_size; local in function:update_framebuffer
124 draw_size = (i915->framebuffer.width - 1 + x) |
131 if (i915->current.draw_size != draw_size) {
132 i915->current.draw_size = draw_size;
H A Di915_context.h167 uint32_t draw_size; member in struct:i915_state
H A Di915_state_emit.c413 OUT_BATCH(i915->current.draw_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_static.c101 uint32_t draw_offset, draw_size; local in function:update_framebuffer
142 draw_size = (i915->framebuffer.width - 1 + x) |
149 if (i915->current.draw_size != draw_size) {
150 i915->current.draw_size = draw_size;
H A Di915_context.h172 uint32_t draw_size; member in struct:i915_state
H A Di915_state_emit.c486 OUT_BATCH(i915->current.draw_size);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c409 int draw_size = 3 * pPriv->vtx_count + 5; local in function:FUNC_NAME
412 if (draw_size > radeon_cs_space_remaining(pScrn)) {
420 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
1051 int draw_size = 3 * pPriv->vtx_count + 4; local in function:FUNC_NAME
1054 if (draw_size > radeon_cs_space_remaining(pScrn)) {
1062 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
2506 int draw_size = 4 * pPriv->vtx_count + 4 + 2 + 3; local in function:FUNC_NAME
2508 if (draw_size > radeon_cs_space_remaining(pScrn)) {
4136 int draw_size = 3 * pPriv->vtx_count + 4 + 2 + 3; local in function:FUNC_NAME
4138 if (draw_size > radeon_cs_space_remainin
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_videofuncs.c329 int draw_size = 3 * pPriv->vtx_count + 5; local in function:RADEONDisplayTexturedVideo
332 if (draw_size > radeon_cs_space_remaining(pScrn)) {
337 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
876 int draw_size = 3 * pPriv->vtx_count + 4; local in function:R200DisplayTexturedVideo
879 if (draw_size > radeon_cs_space_remaining(pScrn)) {
884 loop_boxes = MIN(radeon_cs_space_remaining(pScrn) / draw_size, nBox);
2233 int draw_size = 4 * pPriv->vtx_count + 4 + 2 + 3; local in function:R300DisplayTexturedVideo
2235 if (draw_size > radeon_cs_space_remaining(pScrn)) {
3787 int draw_size = 3 * pPriv->vtx_count + 4 + 2 + 3; local in function:R500DisplayTexturedVideo
3789 if (draw_size > radeon_cs_space_remainin
[all...]

Completed in 14 milliseconds