Searched refs:this (Results 1 - 25 of 1905) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D098-elif-undefined.c2 Not this
4 Nor this
6 Yes, this.
H A D000-content-with-spaces.c0 this is four tokens with spaces
H A D131-eof-without-newline.c0 this file ends with no newlin
H A D019-define-func-1-arg-multi.c2 foo(this is more than one word)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D098-elif-undefined.c2 Not this
4 Nor this
6 Yes, this.
H A D000-content-with-spaces.c0 this is four tokens with spaces
H A D131-eof-without-newline.c0 this file ends with no newlin
H A D019-define-func-1-arg-multi.c2 foo(this is more than one word)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dpa.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
126 // 1. We call this the current and previous simd vertex.
194 bool HasWork() { return (this->numPrimsComplete < this->numPrims) ? true : false; }
216 bool Assemble(uint32_t slot, simdvector verts[]) { return this->pfnPaFunc(*this, slot, verts); }
221 return this->pfnPaFunc_simd16(*this, slot, verts);
228 return this
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
68 * Toplevel variable containing this varying. In the above example, this
74 * Type of this varying. In the above example, this would point to the
80 * Offset within the toplevel variable where this varying occurs.
117 return this->next_buffer_separator;
122 if (this->next_buffer_separator || this
[all...]
H A Dloop_analysis.h6 * copy of this software and associated documentation files (the "Software"),
12 * The above copyright notice and this permission notice (including the next
74 * Induction variables for this loop
91 * loop after a constant number of iterations, this is the terminator that
98 * Hash table containing all variables accessed in this loop
103 * Number of ir_loop_jump instructions that operate on this loop
108 * Whether this loop contains any function calls.
114 this->num_loop_jumps = 0;
115 this->contains_calls = false;
116 this
[all...]
H A Dstring_to_uint_map.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
57 * Because of the way this class interacts with the \c hash_table
64 this->ht = _mesa_hash_table_create(NULL, _mesa_hash_string,
70 hash_table_call_foreach(this->ht, delete_key, NULL);
71 _mesa_hash_table_destroy(this->ht, NULL);
75 * Remove all mappings from this map.
79 hash_table_call_foreach(this->ht, delete_key, NULL);
80 _mesa_hash_table_clear(this->ht, NULL);
98 hash_table_call_foreach(this
[all...]
H A Dir.h6 * copy of this software and associated documentation files (the "Software"),
12 * The above copyright notice and this permission notice (including the next
50 * Each concrete class derived from \c ir_instruction has a value in this
59 * types, this allows writing very straightforward, readable code.
150 assume(this != NULL); \
151 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
155 assume(this != NULL); \
156 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
167 assume(this != NULL); \
168 return ir_type == ir_type_##TYPE ? (ir_##TYPE *) this
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
68 * Toplevel variable containing this varying. In the above example, this
74 * Type of this varying. In the above example, this would point to the
80 * Offset within the toplevel variable where this varying occurs (counted
110 return this->next_buffer_separator;
115 if (this->next_buffer_separator || this
[all...]
H A Dloop_analysis.h6 * copy of this software and associated documentation files (the "Software"),
12 * The above copyright notice and this permission notice (including the next
74 * Induction variables for this loop
91 * loop after a constant number of iterations, this is the terminator that
98 * Hash table containing all variables accessed in this loop
103 * Number of ir_loop_jump instructions that operate on this loop
108 * Whether this loop contains any function calls.
114 this->num_loop_jumps = 0;
115 this->contains_calls = false;
116 this
[all...]
H A Dstring_to_uint_map.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
57 * Because of the way this class interacts with the \c hash_table
64 this->ht = _mesa_hash_table_create(NULL, _mesa_key_hash_string,
70 hash_table_call_foreach(this->ht, delete_key, NULL);
71 _mesa_hash_table_destroy(this->ht, NULL);
75 * Remove all mappings from this map.
79 hash_table_call_foreach(this->ht, delete_key, NULL);
80 _mesa_hash_table_clear(this->ht, NULL);
98 hash_table_call_foreach(this
[all...]
H A Dir.h6 * copy of this software and associated documentation files (the "Software"),
12 * The above copyright notice and this permission notice (including the next
48 * Each concrete class derived from \c ir_instruction has a value in this
57 * types, this allows writing very straightforward, readable code.
147 assume(this != NULL); \
148 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
152 assume(this != NULL); \
153 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
164 assume(this != NULL); \
165 return ir_type == ir_type_##TYPE ? (ir_##TYPE *) this
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dfake_glx_screen.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
29 this->vtable = &fake_glx_screen::vt;
30 this->serverGLXexts = 0;
31 this->effectiveGLXexts = 0;
32 this->display = 0;
33 this->dpy = 0;
34 this->scr = num;
35 this->visuals = 0;
36 this
[all...]
H A Dmock_xdisplay.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
29 memset(this, 0, sizeof(struct _XDisplay));
30 this->nscreens = nscreens;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dfake_glx_screen.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
29 this->vtable = &fake_glx_screen::vt;
30 this->serverGLXexts = 0;
31 this->effectiveGLXexts = 0;
32 this->display = 0;
33 this->dpy = 0;
34 this->scr = num;
35 this->visuals = 0;
36 this
[all...]
H A Dmock_xdisplay.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
29 memset(this, 0, sizeof(struct _XDisplay));
30 this->nscreens = nscreens;
/xsrc/external/mit/MesaLib/dist/include/android_stub/log/
H A Dlog_time.h5 * you may not use this file except in compliance with the License.
62 return !(*this == T);
70 return !(*this < T);
78 return !(*this > T);
86 return !(*this == T);
93 return !(*this < T);
100 return !(*this > T);
105 if (*this <= T) {
106 return *this = log_time(EPOCH);
109 if (this
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.h8 * copy of this software and associated documentation files (the "Software"),
14 * The above copyright notice and this permission notice (including the next
50 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);}
51 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);}
64 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);}
65 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);}
79 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);}
80 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);}
92 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);}
93 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);}
[all...]
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dxvidmode.c24 int this; local in function:main
26 this = (current.hdisplay == modes[i]->hdisplay &&
29 if (this && saved_mode == -1)
36 this ? "*" : "");
/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads.h9 * this license (the "Software") to use, reproduce, display, distribute,
14 * The copyright notices in the Software and this entire statement, including
15 * the above license grant, this restriction and the following disclaimer,
68 #error Not supported on this platform.

Completed in 28 milliseconds

1234567891011>>