Searched refs:cube_rho (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h501 LLVMValueRef cube_rho,
H A Dlp_bld_sample.c214 LLVMValueRef cube_rho,
255 if (cube_rho) {
265 rho_bld->type, cube_rho, 0);
268 rho = lp_build_swizzle_scalar_aos(coord_bld, cube_rho, 0, 4);
688 * \param cube_rho rho calculated by cube coord mapping (optional)
703 LLVMValueRef cube_rho,
762 (bld->dims > 1)) || cube_rho;
764 rho = lp_build_rho(bld, texture_unit, s, t, r, cube_rho, derivs);
209 lp_build_rho(struct lp_build_sample_context * bld,unsigned texture_unit,LLVMValueRef s,LLVMValueRef t,LLVMValueRef r,LLVMValueRef cube_rho,const struct lp_derivatives * derivs) argument
696 lp_build_lod_selector(struct lp_build_sample_context * bld,boolean is_lodq,unsigned texture_unit,unsigned sampler_unit,LLVMValueRef s,LLVMValueRef t,LLVMValueRef r,LLVMValueRef cube_rho,const struct lp_derivatives * derivs,LLVMValueRef lod_bias,LLVMValueRef explicit_lod,unsigned mip_filter,LLVMValueRef * out_lod,LLVMValueRef * out_lod_ipart,LLVMValueRef * out_lod_fpart,LLVMValueRef * out_lod_positive) argument
H A Dlp_bld_sample_soa.c2057 LLVMValueRef first_level, cube_rho = NULL; local in function:lp_build_sample_common
2076 lp_build_cube_lookup(bld, coords, derivs, &cube_rho, &cube_derivs, need_derivs);
2126 coords[0], coords[1], coords[2], cube_rho,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c339 LLVMValueRef cube_rho,
380 if (cube_rho) {
390 rho_bld->type, cube_rho, 0);
393 rho = lp_build_swizzle_scalar_aos(coord_bld, cube_rho, 0, 4);
813 * \param cube_rho rho calculated by cube coord mapping (optional)
828 LLVMValueRef cube_rho,
888 (bld->dims > 1)) || cube_rho;
895 rho = lp_build_rho(bld, texture_unit, s, t, r, cube_rho, derivs);
334 lp_build_rho(struct lp_build_sample_context * bld,unsigned texture_unit,LLVMValueRef s,LLVMValueRef t,LLVMValueRef r,LLVMValueRef cube_rho,const struct lp_derivatives * derivs) argument
821 lp_build_lod_selector(struct lp_build_sample_context * bld,boolean is_lodq,unsigned texture_unit,unsigned sampler_unit,LLVMValueRef s,LLVMValueRef t,LLVMValueRef r,LLVMValueRef cube_rho,const struct lp_derivatives * derivs,LLVMValueRef lod_bias,LLVMValueRef explicit_lod,unsigned mip_filter,LLVMValueRef max_aniso,LLVMValueRef * out_lod,LLVMValueRef * out_lod_ipart,LLVMValueRef * out_lod_fpart,LLVMValueRef * out_lod_positive) argument
H A Dlp_bld_sample.h582 LLVMValueRef cube_rho,
H A Dlp_bld_sample_soa.c2517 LLVMValueRef first_level, cube_rho = NULL; local in function:lp_build_sample_common
2536 lp_build_cube_lookup(bld, coords, derivs, &cube_rho, &cube_derivs, need_derivs);
2594 coords[0], coords[1], coords[2], cube_rho,

Completed in 21 milliseconds