Searched defs:br_x (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c1176 unsigned tl_x, unsigned tl_y, unsigned br_x, unsigned br_y,
1180 if (br_x == 0)
1187 if (br_x == 1 && br_y == 1)
1188 br_x = 2;
1192 *br = S_028244_BR_X(br_x) | S_028244_BR_Y(br_y);
1175 evergreen_get_scissor_rect(struct r600_context *rctx, unsigned tl_x, unsigned tl_y, unsigned br_x, unsigned br_y, uint32_t *tl, uint32_t *br) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c1714 int tl_x, tl_y, br_x, br_y; local
1742 br_x = state->width;
1746 if (br_x == 0)
1752 if (br_x == 1 && br_y == 1)
1753 br_x = 2;
1757 br = S_028244_BR_X(br_x) | S_028244_BR_Y(br_y);
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1176 unsigned tl_x, unsigned tl_y, unsigned br_x, unsigned br_y,
1180 if (br_x == 0)
1187 if (br_x == 1 && br_y == 1)
1188 br_x = 2;
1192 *br = S_028244_BR_X(br_x) | S_028244_BR_Y(br_y);
1175 evergreen_get_scissor_rect(struct r600_context *rctx, unsigned tl_x, unsigned tl_y, unsigned br_x, unsigned br_y, uint32_t *tl, uint32_t *br) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1714 int tl_x, tl_y, br_x, br_y; local
1742 br_x = state->width;
1746 if (br_x == 0)
1752 if (br_x == 1 && br_y == 1)
1753 br_x = 2;
1757 br = S_028244_BR_X(br_x) | S_028244_BR_Y(br_y);

Completed in 865 milliseconds