Searched refs:is_face_positive (Results 1 – 1 of 1) sorted by relevance
174 LLVMValueRef is_face_positive; in interp_fs_color() local183 is_face_positive = LLVMBuildICmp(ctx->ac.builder, LLVMIntNE, face, ctx->ac.i32_0, ""); in interp_fs_color()191 result[chan] = LLVMBuildSelect(ctx->ac.builder, is_face_positive, front, back, ""); in interp_fs_color()