Searched refs:have_corners (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1033 LLVMValueRef fall_off[4] = { 0 }, have_corners = NULL; local in function:lp_build_sample_image_linear 1187 have_corners = lp_build_alloca(bld->gallivm, int1t, "have_corner"); 1199 LLVMBuildStore(builder, have_corner, have_corners); 1404 if (have_corners && accurate_cube_corners && 1414 have_corner = LLVMBuildLoad(builder, have_corners, ""); 1662 if (have_corners && accurate_cube_corners &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_soa.c | 1023 LLVMValueRef fall_off[4], have_corners; local in function:lp_build_sample_image_linear 1161 have_corners = lp_build_alloca(bld->gallivm, int1t, "have_corner"); 1173 LLVMBuildStore(builder, have_corner, have_corners); 1386 have_corner = LLVMBuildLoad(builder, have_corners, "");
|
Completed in 14 milliseconds