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

/external/mesa3d/src/amd/common/
H A Dac_llvm_util.c387 LLVMValueRef is_ma_y; local
399 is_ma_y = LLVMBuildAnd(builder, is_not_ma_z,
401 is_ma_x = LLVMBuildAnd(builder, is_not_ma_z, LLVMBuildNot(builder, is_ma_y, ""), "");
405 sgn = LLVMBuildSelect(builder, is_ma_y, LLVMConstReal(f32, 1.0),
411 tmp = LLVMBuildSelect(builder, is_ma_y, coords[2], coords[1], "");
412 sgn = LLVMBuildSelect(builder, is_ma_y, LLVMBuildFNeg(builder, sgn_ma, ""),
418 LLVMBuildSelect(builder, is_ma_y, coords[1], coords[0], ""), "");

Completed in 129 milliseconds