| /xsrc/external/mit/pixman/dist/test/ |
| H A D | rotate-test.c | 26 #define TRANSFORM(v00, v01, v10, v11) \ 27 { { { v00, v01, WIDTH * pixman_fixed_1 / 2 }, \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 768 LLVMValueRef *v00, 778 LLVMValueRef *v00,
|
| H A D | lp_bld_arit.h | 149 LLVMValueRef v00,
|
| H A D | lp_bld_sample.c | 2253 LLVMValueRef *v00, 2261 out[chan] = lp_build_sample_min(bld, x, v00[chan], v01[chan]); 2265 out[chan] = lp_build_sample_max(bld, x, v00[chan], v01[chan]); 2270 out[chan] = lp_build_lerp(bld, x, v00[chan], v01[chan], flags); 2282 LLVMValueRef *v00, 2292 out[chan] = lp_build_sample_min_2d(bld, x, y, v00[chan], v01[chan], v10[chan], v11[chan]); 2296 out[chan] = lp_build_sample_max_2d(bld, x, y, v00[chan], v01[chan], v10[chan], v11[chan]); 2301 out[chan] = lp_build_lerp_2d(bld, x, y, v00[chan], v01[chan], v10[chan], v11[chan], flags); 2248 lp_build_reduce_filter(struct lp_build_context * bld,enum pipe_tex_reduction_mode mode,unsigned flags,unsigned num_chan,LLVMValueRef x,LLVMValueRef * v00,LLVMValueRef * v01,LLVMValueRef * out) argument 2276 lp_build_reduce_filter_2d(struct lp_build_context * bld,enum pipe_tex_reduction_mode mode,unsigned flags,unsigned num_chan,LLVMValueRef x,LLVMValueRef y,LLVMValueRef * v00,LLVMValueRef * v01,LLVMValueRef * v10,LLVMValueRef * v11,LLVMValueRef * out) argument
|
| H A D | lp_bld_arit.c | 1498 LLVMValueRef v00, 1504 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01, flags); 1495 lp_build_lerp_2d(struct lp_build_context * bld,LLVMValueRef x,LLVMValueRef y,LLVMValueRef v00,LLVMValueRef v01,LLVMValueRef v10,LLVMValueRef v11,unsigned flags) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.h | 148 LLVMValueRef v00,
|
| H A D | lp_bld_arit.c | 1607 LLVMValueRef v00, 1613 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01, flags); 1604 lp_build_lerp_2d(struct lp_build_context * bld,LLVMValueRef x,LLVMValueRef y,LLVMValueRef v00,LLVMValueRef v01,LLVMValueRef v10,LLVMValueRef v11,unsigned flags) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 388 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) 390 const GLfloat temp0 = LERP(a, v00, v10); 387 lerp_2d(GLfloat a,GLfloat b,GLfloat v00,GLfloat v10,GLfloat v01,GLfloat v11) argument
|
| H A D | s_triangle.c | 258 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) argument 260 const GLint temp0 = ilerp(ia, v00, v10);
|
| H A D | s_texfilter.c | 58 * v00, v10, v01 and v11 are typically four texture samples in a square/box. 66 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) 68 const GLfloat temp0 = LERP(a, v00, v10); 65 lerp_2d(GLfloat a,GLfloat b,GLfloat v00,GLfloat v10,GLfloat v01,GLfloat v11) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 388 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) 390 const GLfloat temp0 = LERP(a, v00, v10); 387 lerp_2d(GLfloat a,GLfloat b,GLfloat v00,GLfloat v10,GLfloat v01,GLfloat v11) argument
|
| H A D | s_triangle.c | 258 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) argument 260 const GLint temp0 = ilerp(ia, v00, v10);
|
| H A D | s_texfilter.c | 58 * v00, v10, v01 and v11 are typically four texture samples in a square/box. 66 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) 68 const GLfloat temp0 = LERP(a, v00, v10); 65 lerp_2d(GLfloat a,GLfloat b,GLfloat v00,GLfloat v10,GLfloat v01,GLfloat v11) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 81 * v00, v10, v01 and v11 are typically four texture samples in a square/box. 89 float v00, float v10, float v01, float v11) 91 const float temp0 = lerp(a, v00, v10); 88 lerp_2d(float a,float b,float v00,float v10,float v01,float v11) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 81 * v00, v10, v01 and v11 are typically four texture samples in a square/box. 89 float v00, float v10, float v01, float v11) 91 const float temp0 = lerp(a, v00, v10); 88 lerp_2d(float a,float b,float v00,float v10,float v01,float v11) argument
|