Searched refs:rho_s (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 478 rho_s = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle0); 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 510 rho_s = LLVMBuildExtractElement(builder, rho_vec, index0, ""); 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 603 rho_s = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle0); 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 635 rho_s = LLVMBuildExtractElement(builder, rho_vec, index0, ""); 638 rho = lp_build_max(float_bld, rho_s, rho_t);
|
Completed in 8 milliseconds