Searched refs:rho_t (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 476 LLVMValueRef rho_s, rho_t, rho_r; local in function:lp_build_rho 479 rho_t = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle1); 481 rho = lp_build_max(coord_bld, rho_s, rho_t); 508 LLVMValueRef rho_s, rho_t, rho_r; local in function:lp_build_rho 511 rho_t = LLVMBuildExtractElement(builder, rho_vec, index1, ""); 513 rho = lp_build_max(float_bld, rho_s, rho_t);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 601 LLVMValueRef rho_s, rho_t, rho_r; local in function:lp_build_rho 604 rho_t = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle1); 606 rho = lp_build_max(coord_bld, rho_s, rho_t); 633 LLVMValueRef rho_s, rho_t, rho_r; local in function:lp_build_rho 636 rho_t = LLVMBuildExtractElement(builder, rho_vec, index1, ""); 638 rho = lp_build_max(float_bld, rho_s, rho_t);
|
Completed in 8 milliseconds