| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_wpos_ytransform.c | 81 float adjX, float adjY[2]) 94 if (adjX || adjY[0] || adjY[1]) { 105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), 106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); 112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); 151 float adjX = 0.0f; local in function:lower_fragcoord 158 * adjX, adjY to help out if it cannot handle the requested one internally. 214 adjX = -0.5f; 226 adjX = adjY[0] = adjY[1] = 0.5f; 232 emit_wpos_adjustment(state, intr, invert, adjX, adj 79 emit_wpos_adjustment(lower_wpos_ytransform_state * state,nir_intrinsic_instr * intr,bool invert,float adjX,float adjY[2]) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_wpos_ytransform.c | 81 float adjX, float adjY[2]) 94 if (adjX || adjY[0] || adjY[1]) { 105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), 106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); 112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); 151 float adjX = 0.0f; local in function:lower_fragcoord 158 * adjX, adjY to help out if it cannot handle the requested one internally. 214 adjX = -0.5f; 226 adjX = adjY[0] = adjY[1] = 0.5f; 232 emit_wpos_adjustment(state, intr, invert, adjX, adj 79 emit_wpos_adjustment(lower_wpos_ytransform_state * state,nir_intrinsic_instr * intr,bool invert,float adjX,float adjY[2]) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_mesa_to_tgsi.c | 617 GLfloat adjX, GLfloat adjY[2]) 644 if (adjX || adjY[0] || adjY[1]) { 655 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), 656 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); 660 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); 706 GLfloat adjX = 0.0f; local in function:emit_wpos 711 * adjX, adjY to help out if it cannot handle the requested one internally. 779 adjX = -0.5f; 795 adjX = adjY[0] = adjY[1] = 0.5f; 805 emit_wpos_adjustment(st->ctx, t, program, invert, adjX, adj 613 emit_wpos_adjustment(struct gl_context * ctx,struct st_translate * t,const struct gl_program * program,boolean invert,GLfloat adjX,GLfloat adjY[2]) argument [all...] |
| H A D | st_glsl_to_tgsi.cpp | 6344 GLfloat adjX, GLfloat adjY[2]) 6363 if (adjX || adjY[0] || adjY[1]) { 6374 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), 6375 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); 6379 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); 6426 GLfloat adjX = 0.0f; local in function:emit_wpos 6431 * adjX, adjY to help out if it cannot handle the requested one internally. 6494 adjX = -0.5f; 6508 adjX = adjY[0] = adjY[1] = 0.5f; 6518 emit_wpos_adjustment(st->ctx, t, wpos_transform_const, invert, adjX, adj 6340 emit_wpos_adjustment(struct gl_context * ctx,struct st_translate * t,int wpos_transform_const,boolean invert,GLfloat adjX,GLfloat adjY[2]) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 6401 GLfloat adjX, GLfloat adjY[2]) 6420 if (adjX || adjY[0] || adjY[1]) { 6431 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), 6432 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); 6436 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); 6483 GLfloat adjX = 0.0f; local in function:emit_wpos 6488 * adjX, adjY to help out if it cannot handle the requested one internally. 6551 adjX = -0.5f; 6565 adjX = adjY[0] = adjY[1] = 0.5f; 6575 emit_wpos_adjustment(st->ctx, t, wpos_transform_const, invert, adjX, adj 6397 emit_wpos_adjustment(struct gl_context * ctx,struct st_translate * t,int wpos_transform_const,boolean invert,GLfloat adjX,GLfloat adjY[2]) argument [all...] |