mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 18:20:17 +01:00
gallium: Replace // comments.
This commit is contained in:
parent
94c73d1bb9
commit
9a8a5d7c2f
8 changed files with 25 additions and 25 deletions
|
|
@ -97,7 +97,7 @@ void gallivm_cpu_engine_delete(struct gallivm_cpu_engine *ee);
|
|||
#endif /* MESA_LLVM */
|
||||
|
||||
#if defined __cplusplus
|
||||
} // extern "C"
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ struct gallivm_ir {
|
|||
int num_components;
|
||||
int num_consts;
|
||||
|
||||
//FIXME: this might not be enough for some shaders
|
||||
/* FIXME: this might not be enough for some shaders */
|
||||
struct gallivm_interpolate interpolators[32*4];
|
||||
int num_interp;
|
||||
};
|
||||
|
|
@ -46,7 +46,7 @@ struct gallivm_prog {
|
|||
|
||||
int num_consts;
|
||||
|
||||
//FIXME: this might not be enough for some shaders
|
||||
/* FIXME: this might not be enough for some shaders */
|
||||
struct gallivm_interpolate interpolators[32*4];
|
||||
int num_interp;
|
||||
};
|
||||
|
|
@ -104,7 +104,7 @@ static INLINE int gallivm_w_swizzle(int swizzle)
|
|||
#endif /* MESA_LLVM */
|
||||
|
||||
#if defined __cplusplus
|
||||
} // extern "C"
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1268,7 +1268,7 @@ emit_store(
|
|||
break;
|
||||
|
||||
case TGSI_SAT_ZERO_ONE:
|
||||
// assert( 0 );
|
||||
/* assert( 0 ); */
|
||||
break;
|
||||
|
||||
case TGSI_SAT_MINUS_PLUS_ONE:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif // defined __cplusplus
|
||||
#endif
|
||||
|
||||
struct tgsi_token;
|
||||
struct x86_function;
|
||||
|
|
@ -19,8 +19,8 @@ tgsi_emit_sse2_fs(
|
|||
struct x86_function *function );
|
||||
|
||||
#if defined __cplusplus
|
||||
} // extern "C"
|
||||
#endif // defined __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !defined TGSI_SSE2_H
|
||||
#endif /* TGSI_SSE2_H */
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif // defined __cplusplus
|
||||
#endif
|
||||
|
||||
/*
|
||||
* version
|
||||
|
|
@ -313,8 +313,8 @@ tgsi_build_dst_register_ext_modulate(
|
|||
struct tgsi_header *header );
|
||||
|
||||
#if defined __cplusplus
|
||||
} // extern "C"
|
||||
#endif // defined __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !defined TGSI_BUILD_H
|
||||
#endif /* TGSI_BUILD_H */
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif // defined __cplusplus
|
||||
#endif
|
||||
|
||||
#define TGSI_DUMP_VERBOSE 1
|
||||
#define TGSI_DUMP_NO_IGNORED 2
|
||||
|
|
@ -21,8 +21,8 @@ tgsi_dump_str(
|
|||
unsigned flags );
|
||||
|
||||
#if defined __cplusplus
|
||||
} // extern "C"
|
||||
#endif // defined __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !defined TGSI_DUMP_H
|
||||
#endif /* TGSI_DUMP_H */
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif // defined __cplusplus
|
||||
#endif
|
||||
|
||||
struct tgsi_full_version
|
||||
{
|
||||
|
|
@ -114,8 +114,8 @@ tgsi_parse_token(
|
|||
struct tgsi_parse_context *ctx );
|
||||
|
||||
#if defined __cplusplus
|
||||
} // extern "C"
|
||||
#endif // defined __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !defined TGSI_PARSE_H
|
||||
#endif /* TGSI_PARSE_H */
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif // defined __cplusplus
|
||||
#endif
|
||||
|
||||
void *
|
||||
tgsi_align_128bit(
|
||||
|
|
@ -63,8 +63,8 @@ tgsi_util_set_full_src_register_sign_mode(
|
|||
unsigned sign_mode );
|
||||
|
||||
#if defined __cplusplus
|
||||
} // extern "C"
|
||||
#endif // defined __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !defined TGSI_UTIL_H
|
||||
#endif /* TGSI_UTIL_H */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue