OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eq
(Results
1 - 25
of
652
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_pretty_print.h
30
void panfrost_print_blend_equation(struct mali_blend_equation
eq
);
pan_pretty_print.c
212
panfrost_print_blend_equation(struct mali_blend_equation
eq
)
215
panfrost_print_fixed_part("RGB",
eq
.rgb_mode);
216
panfrost_print_fixed_part("Alpha",
eq
.alpha_mode);
218
assert(!
eq
.zero1);
221
(
eq
.color_mask & MALI_MASK_R) ? "R" : "",
222
(
eq
.color_mask & MALI_MASK_G) ? "G" : "",
223
(
eq
.color_mask & MALI_MASK_B) ? "B" : "",
224
(
eq
.color_mask & MALI_MASK_A) ? "A" : "");
226
printf("Constant: %f\n",
eq
.constant);
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
bm-init.sh
9
test $? -
eq
0 && /init-stage2.sh
/xsrc/external/mit/MesaLib.old/dist/bin/
shortlog_mesa.sh
17
if [ $in_log -
eq
0 ]; then
/xsrc/external/mit/fontconfig/dist/test/
wrapper-script.sh
6
cd $(IFS=:;for i in $PATH; do echo $i|grep mingw> /dev/null; [ $? -
eq
0 ] && echo $i; done)
/xsrc/external/mit/xterm/dist/vttests/
xtra-scroll.pl
77
if ( $chr
eq
" " ) {
280
my $sample = ( $encoding
eq
"utf-8" ) ? &utf8_sample : $text_sample;
291
if ( $encoding
eq
"utf-8" ) {
296
if ( $encoding
eq
"utf-8" ) {
384
elsif ( $cmd
eq
"?" ) {
429
elsif ( $cmd
eq
"\033" ) {
436
next if ( $count == 1 and $cmd
eq
"O" );
442
elsif ( $cmd
eq
"q" ) {
448
if ( $cmd
eq
"C" ) {
452
elsif ( $cmd
eq
"c" )
[
all
...]
xorblink.pl
127
if ( $key
eq
"\e" ) {
133
last if ( substr( $result, -length($end) )
eq
$end );
141
if ( $value
eq
1 ) {
144
elsif ( $value
eq
2 ) {
147
elsif ( $value
eq
3 ) {
150
elsif ( $value
eq
4 ) {
189
if ( $key
eq
"\e" ) {
194
} while ( $key
eq
"\e" );
cursor.pl
129
if ( $ch
eq
"q") {
131
} elsif ( $ch
eq
"h" ) {
133
} elsif ( $ch
eq
"j" ) {
135
} elsif ( $ch
eq
"k" ) {
137
} elsif ( $ch
eq
"l" ) {
139
} elsif ( $ch
eq
"n" ) {
146
} elsif ( $ch
eq
"p" ) {
paste64.pl
162
if ( $cmd
eq
"?" ) {
169
elsif ( $cmd
eq
"p" ) {
173
elsif ( $cmd
eq
"g" ) {
177
elsif ( $cmd
eq
"q" ) {
181
elsif ( $cmd
eq
"r" ) {
185
elsif ( $cmd
eq
"s" ) {
bold-italics.pl
50
printf "%-8s%s\n", " ", $double_text if ( $encoding
eq
"utf-8" );
63
if ( $encoding
eq
"utf-8" ) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
pan_lower_helper_invocation.c
45
nir_ssa_def *
eq
= nir_ieq(b, mask, nir_imm_int(b, 0));
local
46
nir_ssa_def_rewrite_uses(&intr->dest.ssa,
eq
);
/xsrc/external/mit/xauth/dist/tests/
test_xauth
36
if [ $ret_stdout -
eq
0 -a $ret_stderr -
eq
0 ]; then
/xsrc/external/mit/xf86-video-ati/dist/src/pcidb/
parse_pci_ids.pl
54
if ($columns[3]
eq
"1") {
60
if ($columns[4]
eq
"1") {
66
if ($columns[5]
eq
"1") {
72
if ($columns[6]
eq
"1") {
78
if ($columns[7]
eq
"1") {
/xsrc/external/mit/xf86-video-ati-kms/dist/src/pcidb/
parse_pci_ids.pl
62
if ($columns[3]
eq
"1") {
68
if ($columns[4]
eq
"1") {
74
if ($columns[5]
eq
"1") {
80
if ($columns[6]
eq
"1") {
86
if ($columns[7]
eq
"1") {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
clip.c
53
_mesa_ClipPlane( GLenum plane, const GLdouble *
eq
)
65
equation[0] = (GLfloat)
eq
[0];
66
equation[1] = (GLfloat)
eq
[1];
67
equation[2] = (GLfloat)
eq
[2];
68
equation[3] = (GLfloat)
eq
[3];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
clip.c
52
_mesa_ClipPlane( GLenum plane, const GLdouble *
eq
)
64
equation[0] = (GLfloat)
eq
[0];
65
equation[1] = (GLfloat)
eq
[1];
66
equation[2] = (GLfloat)
eq
[2];
67
equation[3] = (GLfloat)
eq
[3];
/xsrc/external/mit/xf86-input-elographics/dist/
missing
27
if test $# -
eq
0; then
84
test $st -
eq
0 && exit 0
94
if test $st -
eq
63; then
96
elif test $st -
eq
127; then
/xsrc/external/mit/xf86-input-vmmouse/dist/tools/
hal-probe-vmmouse.in
27
if [ $? -
eq
0 ]; then
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.h
102
pan_blend_reads_dest(const struct pan_blend_equation
eq
);
109
pan_blend_is_opaque(const struct pan_blend_equation
eq
);
112
pan_blend_constant_mask(const struct pan_blend_equation
eq
);
146
pan_blend_to_fixed_function_equation(const struct pan_blend_equation
eq
,
/xsrc/external/mit/appres/dist/
missing
27
if test $# -
eq
0; then
84
test $st -
eq
0 && exit 0
94
if test $st -
eq
63; then
96
elif test $st -
eq
127; then
/xsrc/external/mit/bdftopcf/dist/
missing
29
if test $# -
eq
0; then
88
test $st -
eq
0 && exit 0
98
if test $st -
eq
63; then
100
elif test $st -
eq
127; then
/xsrc/external/mit/beforelight/dist/
missing
27
if test $# -
eq
0; then
84
test $st -
eq
0 && exit 0
94
if test $st -
eq
63; then
96
elif test $st -
eq
127; then
/xsrc/external/mit/bitmap/dist/
missing
27
if test $# -
eq
0; then
84
test $st -
eq
0 && exit 0
94
if test $st -
eq
63; then
96
elif test $st -
eq
127; then
/xsrc/external/mit/editres/dist/
missing
27
if test $# -
eq
0; then
84
test $st -
eq
0 && exit 0
94
if test $st -
eq
63; then
96
elif test $st -
eq
127; then
/xsrc/external/mit/encodings/dist/
missing
27
if test $# -
eq
0; then
84
test $st -
eq
0 && exit 0
94
if test $st -
eq
63; then
96
elif test $st -
eq
127; then
Completed in 17 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Thu Apr 02 00:23:07 UTC 2026