HomeSort by relevance Sort by last modified time
    Searched refs:adjY (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_wpos_ytransform.c 81 bool invert, float adjX, float adjY[2])
95 if (adjX || adjY[0] || adjY[1]) {
96 if (adjY[0] != adjY[1]) {
97 /* Adjust the y coordinate by adjY[1] or adjY[0] respectively
106 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f),
107 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f));
113 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f))
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 591 GLfloat adjX, GLfloat adjY[2])
618 if (adjX || adjY[0] || adjY[1]) {
619 if (adjY[0] != adjY[1]) {
620 /* Adjust the y coordinate by adjY[1] or adjY[0] respectively
629 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f),
630 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f));
634 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f))
    [all...]
st_glsl_to_tgsi.cpp     [all...]

Completed in 89 milliseconds