Searched refs:fixed_pt_position_index (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c2442 int pos_index = -1, face_index = -1, fixed_pt_position_index = -1; local in function:r600_update_ps_state
2461 fixed_pt_position_index = i;
2548 if (fixed_pt_position_index != -1) {
2550 S_0286D0_FIXED_PT_POSITION_ADDR(rshader->input[fixed_pt_position_index].gpr);
H A Devergreen_state.c3320 int pos_index = -1, face_index = -1, fixed_pt_position_index = -1; local in function:evergreen_update_ps_state
3356 fixed_pt_position_index = i;
3477 if (fixed_pt_position_index != -1) {
3479 S_0286D0_FIXED_PT_POSITION_ADDR(rshader->input[fixed_pt_position_index].gpr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c2445 int pos_index = -1, face_index = -1, fixed_pt_position_index = -1; local in function:r600_update_ps_state
2464 fixed_pt_position_index = i;
2552 if (fixed_pt_position_index != -1) {
2554 S_0286D0_FIXED_PT_POSITION_ADDR(rshader->input[fixed_pt_position_index].gpr);
H A Devergreen_state.c3326 int pos_index = -1, face_index = -1, fixed_pt_position_index = -1; local in function:evergreen_update_ps_state
3362 fixed_pt_position_index = i;
3490 if (fixed_pt_position_index != -1) {
3492 S_0286D0_FIXED_PT_POSITION_ADDR(rshader->input[fixed_pt_position_index].gpr);

Completed in 42 milliseconds