Searched refs:v00 (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Drotate-test.c26 #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 Dlp_bld_sample.h768 LLVMValueRef *v00,
778 LLVMValueRef *v00,
H A Dlp_bld_arit.h149 LLVMValueRef v00,
H A Dlp_bld_sample.c2253 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 Dlp_bld_arit.c1498 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 Dlp_bld_arit.h148 LLVMValueRef v00,
H A Dlp_bld_arit.c1607 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 Ds_blit.c388 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 Ds_triangle.c258 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 Ds_texfilter.c58 * 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 Ds_blit.c388 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 Ds_triangle.c258 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 Ds_texfilter.c58 * 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 Dsp_tex_sample.c81 * 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 Dsp_tex_sample.c81 * 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

Completed in 49 milliseconds