Searched refs:adjY (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_wpos_ytransform.c | 81 float adjX, float adjY[2]) in emit_wpos_adjustment() 94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment() 95 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment() 105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment() 106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment() 112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment() 152 float adjY[2] = { 0.0f, 0.0f }; in lower_fragcoord() local 211 adjY[1] = 1.0f; in lower_fragcoord() 215 adjY[0] = -0.5f; in lower_fragcoord() 216 adjY[1] = 0.5f; in lower_fragcoord() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 629 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() 656 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment() 657 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment() 667 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment() 668 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment() 672 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment() 719 GLfloat adjY[2] = { 0.0f, 0.0f }; in emit_wpos() local 784 adjY[1] = 1.0f; in emit_wpos() 792 adjY[0] = -0.5f; in emit_wpos() 793 adjY[1] = 0.5f; in emit_wpos() [all …]
|
D | st_glsl_to_tgsi.cpp | 6321 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() 6340 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment() 6341 if (adjY[0] != adjY[1]) { in emit_wpos_adjustment() 6351 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment() 6352 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment() 6356 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment() 6404 GLfloat adjY[2] = { 0.0f, 0.0f }; in emit_wpos() local 6465 adjY[1] = 1.0f; in emit_wpos() 6472 adjY[0] = -0.5f; in emit_wpos() 6473 adjY[1] = 0.5f; in emit_wpos() [all …]
|
/external/armnn/delegate/test/ |
D | BatchMatMulTestHelper.hpp | 30 bool adjY = false, in CreateBatchMatMulTfLiteModel() argument 79 adjY).Union(); in CreateBatchMatMulTfLiteModel() 131 bool adjY = false, in BatchMatMulTest() argument 142 adjY, in BatchMatMulTest()
|