Searched refs:scale_p (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c179 GLint scale_p, bias_p; local
181 scale_p = _mesa_add_state_reference(params, scale_state);
192 inst[ic].SrcReg[1].Index = scale_p;
H A Dst_glsl_to_tgsi.cpp3727 GLint scale_p, bias_p; local
3730 scale_p = _mesa_add_state_reference(params, scale_state);
3734 scale = st_src_reg(PROGRAM_STATE_VAR, scale_p, GLSL_TYPE_FLOAT);

Completed in 136 milliseconds