Searched refs:v110 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.h165 LLVMValueRef v110,
H A Dlp_bld_arit.c1630 LLVMValueRef v110,
1635 LLVMValueRef v1 = lp_build_lerp_2d(bld, x, y, v100, v101, v110, v111, flags);
1620 lp_build_lerp_3d(struct lp_build_context * bld,LLVMValueRef x,LLVMValueRef y,LLVMValueRef z,LLVMValueRef v000,LLVMValueRef v001,LLVMValueRef v010,LLVMValueRef v011,LLVMValueRef v100,LLVMValueRef v101,LLVMValueRef v110,LLVMValueRef v111,unsigned flags) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.h166 LLVMValueRef v110,
H A Dlp_bld_sample.h798 LLVMValueRef *v110,
H A Dlp_bld_sample.c2320 LLVMValueRef *v110,
2330 v100[chan], v101[chan], v110[chan], v111[chan]);
2336 v100[chan], v101[chan], v110[chan], v111[chan]);
2343 v100[chan], v101[chan], v110[chan], v111[chan],
2307 lp_build_reduce_filter_3d(struct lp_build_context * bld,enum pipe_tex_reduction_mode mode,unsigned flags,unsigned num_chan,LLVMValueRef x,LLVMValueRef y,LLVMValueRef z,LLVMValueRef * v000,LLVMValueRef * v001,LLVMValueRef * v010,LLVMValueRef * v011,LLVMValueRef * v100,LLVMValueRef * v101,LLVMValueRef * v110,LLVMValueRef * v111,LLVMValueRef * out) argument
H A Dlp_bld_arit.c1521 LLVMValueRef v110,
1526 LLVMValueRef v1 = lp_build_lerp_2d(bld, x, y, v100, v101, v110, v111, flags);
1511 lp_build_lerp_3d(struct lp_build_context * bld,LLVMValueRef x,LLVMValueRef y,LLVMValueRef z,LLVMValueRef v000,LLVMValueRef v001,LLVMValueRef v010,LLVMValueRef v011,LLVMValueRef v100,LLVMValueRef v101,LLVMValueRef v110,LLVMValueRef v111,unsigned flags) argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp126 v110(const _mesa_glsl_parse_state *state) function in typeref:typename:bool
3224 _texture(ir_tex, v110, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type),
3242 _texture(ir_tex, v110, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::vec2_type, TEX_PROJECT),
3243 _texture(ir_tex, v110, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::vec4_type, TEX_PROJECT),
3395 _texture(ir_tex, v110, glsl_type::vec4_type, glsl_type::sampler1DShadow_type, glsl_type::vec3_type),
3405 _texture(ir_tex, v110, glsl_type::vec4_type, glsl_type::sampler2DShadow_type, glsl_type::vec3_type),
3415 _texture(ir_tex, v110, glsl_type::vec4_type, glsl_type::sampler1DShadow_type, glsl_type::vec4_type, TEX_PROJECT),
3430 _texture(ir_tex, v110, glsl_type::vec4_type, glsl_type::sampler2DShadow_type, glsl_type::vec4_type, TEX_PROJECT),
6326 return unop(v110, ir_unop_noise, glsl_type::float_type, type);
6333 MAKE_SIG(glsl_type::vec2_type, v110,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c102 float v000, float v100, float v010, float v110,
105 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110);
101 lerp_3d(float a,float b,float c,float v000,float v100,float v010,float v110,float v001,float v101,float v011,float v111) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c80 GLfloat v000, GLfloat v100, GLfloat v010, GLfloat v110,
84 const GLfloat temp10 = LERP(a, v010, v110);
79 lerp_3d(GLfloat a,GLfloat b,GLfloat c,GLfloat v000,GLfloat v100,GLfloat v010,GLfloat v110,GLfloat v001,GLfloat v101,GLfloat v011,GLfloat v111) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c102 float v000, float v100, float v010, float v110,
105 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110);
101 lerp_3d(float a,float b,float c,float v000,float v100,float v010,float v110,float v001,float v101,float v011,float v111) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c80 GLfloat v000, GLfloat v100, GLfloat v010, GLfloat v110,
84 const GLfloat temp10 = LERP(a, v010, v110);
79 lerp_3d(GLfloat a,GLfloat b,GLfloat c,GLfloat v000,GLfloat v100,GLfloat v010,GLfloat v110,GLfloat v001,GLfloat v101,GLfloat v011,GLfloat v111) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp141 v110(const _mesa_glsl_parse_state *state) function in typeref:typename:bool
6848 MAKE_SIG(glsl_type::float_type, v110, 1, p);
6858 MAKE_SIG(glsl_type::vec2_type, v110, 1, p);
6868 MAKE_SIG(glsl_type::vec3_type, v110, 1, p);
6878 MAKE_SIG(glsl_type::vec4_type, v110, 1, p);

Completed in 155 milliseconds