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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c2973 int pos_index = -1, face_index = -1; local
2986 pos_index = i;
3063 if (pos_index != -1) {
3065 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].centroid) |
3066 S_0286CC_POSITION_ADDR(rshader->input[pos_index].gpr);
H A Dr600_state.c2467 int pos_index = -1, face_index = -1; local
2476 pos_index = i;
2539 if (pos_index != -1) {
2541 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].centroid) |
2542 S_0286CC_POSITION_ADDR(rshader->input[pos_index].gpr) |
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c2973 int pos_index = -1, face_index = -1; local
2986 pos_index = i;
3063 if (pos_index != -1) {
3065 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].centroid) |
3066 S_0286CC_POSITION_ADDR(rshader->input[pos_index].gpr);
H A Dr600_state.c2467 int pos_index = -1, face_index = -1; local
2476 pos_index = i;
2539 if (pos_index != -1) {
2541 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].centroid) |
2542 S_0286CC_POSITION_ADDR(rshader->input[pos_index].gpr) |

Completed in 242 milliseconds