Searched defs:rho (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c353 nir_ssa_def *rho = nir_channel(b, r, 0); local in function:evalute_active_lod
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmauth.c64 static XdmAuthKeyRec rho; variable in typeref:typename:XdmAuthKeyRec
169 XdmAuthKeyRec rho; member in struct:_XdmAuthorization
178 XdmAuthKeyRec rho; member in struct:_XdmClientAuth
250 XdmAuthorizationValidate(unsigned char * plain,int length,XdmAuthKeyPtr rho,ClientPtr xclient,char ** reason) argument
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmauth.c167 XdmAuthKeyRec rho; member in struct:_XdmAuthorization
176 XdmAuthKeyRec rho; member in struct:_XdmClientAuth
243 XdmAuthorizationValidate(unsigned char * plain,int length,XdmAuthKeyPtr rho,ClientPtr xclient,const char ** reason) argument
[all...]
/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.c1275 float theta, phi, rho, x, y, z, r; local in function:glmSpheremapTexture
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c688 nir_ssa_def *rho; local in function:lower_gradient
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c741 nir_ssa_def *rho; local in function:lower_gradient
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c428 GLfloat rho = MAX2(x, y); local in function:_swrast_compute_lambda
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler.c799 int rho = MAX4(dsdx, dsdy, dtdx, dtdy); local in function:lp_linear_init_sampler
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c428 GLfloat rho = MAX2(x, y); local in function:_swrast_compute_lambda
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c232 LLVMValueRef rho; local in function:lp_build_rho
610 lp_build_brilinear_rho(struct lp_build_context * bld,LLVMValueRef rho,double factor,LLVMValueRef * out_lod_ipart,LLVMValueRef * out_lod_fpart) argument
760 LLVMValueRef rho; local in function:lp_build_lod_selector
1618 lp_build_cube_lookup(struct lp_build_sample_context * bld,LLVMValueRef * coords,const struct lp_derivatives * derivs_in,LLVMValueRef * rho,struct lp_derivatives * derivs_out,boolean need_derivs) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c357 LLVMValueRef rho; local in function:lp_build_rho
735 lp_build_brilinear_rho(struct lp_build_context * bld,LLVMValueRef rho,double factor,LLVMValueRef * out_lod_ipart,LLVMValueRef * out_lod_fpart) argument
886 LLVMValueRef rho; local in function:lp_build_lod_selector
1755 lp_build_cube_lookup(struct lp_build_sample_context * bld,LLVMValueRef * coords,const struct lp_derivatives * derivs_in,LLVMValueRef * rho,struct lp_derivatives * derivs_out,boolean need_derivs) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c506 const float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level); local in function:compute_lambda_1d_explicit_gradients
552 const float rho = MAX2(maxx, maxy); local in function:compute_lambda_2d_explicit_gradients
599 const float rho = MAX3(maxx, maxy, maxz); local in function:compute_lambda_3d_explicit_gradients
632 const float rho = MAX3(maxx, maxy, maxz) * u_minify(texture->width0, sview->base.u.tex.first_level) / 2.0f; local in function:compute_lambda_cube_explicit_gradients
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c520 const float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level); local in function:compute_lambda_1d_explicit_gradients
566 const float rho = MAX2(maxx, maxy); local in function:compute_lambda_2d_explicit_gradients
613 const float rho = MAX3(maxx, maxy, maxz); local in function:compute_lambda_3d_explicit_gradients
646 const float rho = MAX3(maxx, maxy, maxz) * u_minify(texture->width0, sview->base.u.tex.first_level) / 2.0f; local in function:compute_lambda_cube_explicit_gradients

Completed in 32 milliseconds