Searched defs:tl_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,
1181 tl_x = 1;
1191 *tl = S_028240_TL_X(tl_x) | S_028240_TL_Y(tl_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
1740 tl_x = 0;
1747 tl_x = 1;
1756 tl = S_028240_TL_X(tl_x) | S_028240_TL_Y(tl_y);
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1176 unsigned tl_x, unsigned tl_y, unsigned br_x, unsigned br_y,
1181 tl_x = 1;
1191 *tl = S_028240_TL_X(tl_x) | S_028240_TL_Y(tl_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
1740 tl_x = 0;
1747 tl_x = 1;
1756 tl = S_028240_TL_X(tl_x) | S_028240_TL_Y(tl_y);

Completed in 629 milliseconds