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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_blit.c103 int dst_x2 = dst_x + w; local
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
153 OUT_BATCH((dst_y2 << 16) | dst_x2);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c103 int dst_x2 = dst_x + w; local
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
153 OUT_BATCH((dst_y2 << 16) | dst_x2);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_blit.c108 int dst_x2 = dst_x + w; local
162 dst_x2 *= cpp / 4;
192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) {
196 assert(dst_x < dst_x2);
203 OUT_BATCH((dst_y2 << 16) | dst_x2);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_blit.c108 int dst_x2 = dst_x + w; local
162 dst_x2 *= cpp / 4;
192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) {
196 assert(dst_x < dst_x2);
203 OUT_BATCH((dst_y2 << 16) | dst_x2);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_blit.c108 int dst_x2 = dst_x + w; local
162 dst_x2 *= cpp / 4;
192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) {
196 assert(dst_x < dst_x2);
203 OUT_BATCH((dst_y2 << 16) | dst_x2);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_blit.c108 int dst_x2 = dst_x + w; local
162 dst_x2 *= cpp / 4;
192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) {
196 assert(dst_x < dst_x2);
203 OUT_BATCH((dst_y2 << 16) | dst_x2);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_blit.c108 int dst_x2 = dst_x + w; local
162 dst_x2 *= cpp / 4;
192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) {
196 assert(dst_x < dst_x2);
203 OUT_BATCH((dst_y2 << 16) | dst_x2);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_blit.c108 int dst_x2 = dst_x + w; local
162 dst_x2 *= cpp / 4;
192 if (dst_y2 <= dst_y || dst_x2 <= dst_x) {
196 assert(dst_x < dst_x2);
203 OUT_BATCH((dst_y2 << 16) | dst_x2);

Completed in 142 milliseconds