| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 098-elif-undefined.c | 2 Not this 4 Nor this 6 Yes, this.
|
| H A D | 000-content-with-spaces.c | 0 this is four tokens with spaces
|
| H A D | 131-eof-without-newline.c | 0 this file ends with no newlin
|
| H A D | 019-define-func-1-arg-multi.c | 2 foo(this is more than one word)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 098-elif-undefined.c | 2 Not this 4 Nor this 6 Yes, this.
|
| H A D | 000-content-with-spaces.c | 0 this is four tokens with spaces
|
| H A D | 131-eof-without-newline.c | 0 this file ends with no newlin
|
| H A D | 019-define-func-1-arg-multi.c | 2 foo(this is more than one word)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | pa.h | 5 * 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 D | link_varyings.h | 5 * 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 D | loop_analysis.h | 6 * 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 D | string_to_uint_map.h | 5 * 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 D | ir.h | 6 * 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 D | link_varyings.h | 5 * 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 D | loop_analysis.h | 6 * 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 D | string_to_uint_map.h | 5 * 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 D | ir.h | 6 * 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 D | fake_glx_screen.h | 5 * 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 D | mock_xdisplay.h | 5 * 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 D | fake_glx_screen.h | 5 * 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 D | mock_xdisplay.h | 5 * 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 D | log_time.h | 5 * 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 D | sfn_instruction_cf.h | 8 * 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 D | xvidmode.c | 24 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 D | threads.h | 9 * 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.
|