| /third_party/mesa3d/src/freedreno/ds/ |
| H A D | fd_pps_driver.h | 104 operator int64_t() const { return get_value(); }; in operator int64_t() argument
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_util.h | 370 operator !=(const IDSet::Iterator& other) const operator !=() argument 377 operator *() const operator *() argument [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_clone.cpp | 31 ir_rvalue::clone(void *mem_ctx, struct hash_table *) const in clone() argument 41 ir_variable::clone(void *mem_ctx, struct hash_table *ht) const in clone() argument 78 ir_swizzle::clone(void *mem_ctx, struct hash_table *ht) const in clone() argument 84 ir_return::clone(void *mem_ctx, struct hash_table *ht) const in clone() argument 95 ir_discard::clone(void *mem_ctx, struct hash_table *ht) const in clone() argument 106 ir_demote::clone(void *mem_ctx, struct hash_table *ht) const in clone() argument 112 ir_loop_jump::clone(void *mem_ctx, struct hash_table *ht) const in clone() argument 120 ir_if::clone(void *mem_ctx, struct hash_table *ht) const in clone() argument 136 ir_loop::clone(void *mem_ctx, struct hash_table *ht) const in clone() argument 148 ir_call::clone(void *mem_ctx, struct hash_table *ht) const in clone() argument 164 clone(void *mem_ctx, struct hash_table *ht) const clone() argument 178 clone(void *mem_ctx, struct hash_table *ht) const clone() argument 193 clone(void *mem_ctx, struct hash_table *ht) const clone() argument 201 clone(void *mem_ctx, struct hash_table *ht) const clone() argument 211 clone(void *mem_ctx, struct hash_table *ht) const clone() argument 260 clone(void *mem_ctx, struct hash_table *ht) const clone() argument 268 clone(void *mem_ctx, struct hash_table *ht) const clone() argument 293 clone(void *mem_ctx, struct hash_table *ht) const clone() argument 310 clone_prototype(void *mem_ctx, struct hash_table *ht) const clone_prototype() argument 332 clone(void *mem_ctx, struct hash_table *ht) const clone() argument [all...] |
| H A D | s_expression.h | 67 virtual bool is_list() const { return false; } in is_list() argument 68 virtual bool is_symbol() const { return false; } in is_symbol() argument 69 virtual bool is_number() const { return false; } in is_number() argument 70 virtual bool is_int() const { return false; } in is_int() argument 81 bool is_number() const { return true; } in is_number() argument 94 bool is_int() const { return true; } in is_int() argument 123 bool is_symbol() const { return true; } in is_symbol() argument 139 is_list() const is_list() argument [all...] |
| /third_party/littlefs/scripts/ |
| H A D | watch.py | 239 const=0, variable
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| H A D | sfn_instr_test.cpp | 24 void check(const Instr& lhs,const Instr& rhs) const { in check() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_live_variables.cpp | 345 fs_live_variables::validate(const backend_shade argument 368 vars_interfere(int a, int b) const vars_interfere() argument 375 vgrfs_interfere(int a, int b) const vgrfs_interfere() argument [all...] |
| H A D | brw_fs_live_variables.h | 86 dependency_class() const in dependency_class() argument 95 int var_from_reg(const fs_reg ®) const in var_from_reg() argument [all...] |
| /third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/ |
| H A D | wgl_tests.cpp | 37 HWND get_hwnd() const { return _window; }; in get_hwnd() argument 38 HDC get_hdc() const { return _hdc; }; in get_hdc() argument 39 bool valid() const { return _window && _hdc && _hglrc; } in valid() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/util/ |
| H A D | range.hpp | 86 operator==(const basic_range &r) const { in operator ==() argument 91 operator!=(const basic_range &r) const { in operator !=() argument 106 begin() const { in begin() argument 111 end() const { in end() argument 136 empty() const empty() argument 149 at(size_type i) const at() argument 162 operator [](size_type i) const operator []() argument 173 operator V() const operator V() argument 195 operator ==(const iterator_range &r) const operator ==() argument 200 begin() const begin() argument 205 end() const end() argument 210 size() const size() argument 250 operator ==(const adaptor_range &r) const operator ==() argument 266 begin() const begin() argument 271 end() const end() argument 277 size() const size() argument 309 operator ==(const slice_range &r) const operator ==() argument 324 begin() const begin() argument 329 end() const end() argument 334 size() const size() argument [all...] |
| H A D | pointer.hpp | 48 ref_count() const { in ref_count() argument 98 operator==(const ref_holder &ref) const { in operator ==() argument 103 operator!=(const ref_holder &ref) const { in operator !=() argument 144 operator==(const intrusive_ptr &ref) const { in operator ==() argument 149 operator !=(const intrusive_ptr &ref) const operator !=() argument 154 operator *() const operator *() argument 159 operator ->() const operator ->() argument 164 operator ()() const operator ()() argument 168 operator bool() const operator bool() argument 172 operator T *() const operator T *() argument 212 operator ==(const intrusive_ref &ref) const operator ==() argument 217 operator !=(const intrusive_ref &ref) const operator !=() argument 222 operator ()() const operator ()() argument 226 operator T &() const operator T &() argument 275 operator bool() const operator bool() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | memory.cpp | 47 memory_obj::operator==(const memory_obj &obj) const { in operator ==() argument 57 memory_obj::properties() const { in properties() argument 62 memory_obj::flags() const { in flags() argument 67 memory_obj::size() const { in size() argument 72 memory_obj::host_ptr() const { in host_ptr() argument 84 buffer::type() const { in type() argument 166 sub_buffer::offset() const { in offset() argument 219 format() const format() argument 224 width() const width() argument 229 height() const height() argument 234 depth() const depth() argument 239 pixel_size() const pixel_size() argument 244 row_pitch() const row_pitch() argument 249 slice_pitch() const slice_pitch() argument 254 array_size() const array_size() argument 259 buffer() const buffer() argument [all...] |
| H A D | event.cpp | 84 event::wait_count() const { in wait_count() argument 90 event::signalled() const { in signalled() argument 95 event::status() const { in status() argument 114 event::wait_signalled() const { in wait_signalled() argument 120 event::wait() const { in wait() argument 147 hard_event::status() const { in status() argument 164 hard_event::queue() const { in queue() argument 169 hard_event::command() const { in command() argument 174 wait() const wait() argument 188 time_queued() const time_queued() argument 193 time_submit() const time_submit() argument 198 time_start() const time_start() argument 203 time_end() const time_end() argument 216 profile(command_queue &q, const action &action) const profile() argument [all...] |
| H A D | memory.hpp | 184 type() const type() argument 187 dimensions() const dimensions() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_tess.cpp | 167 void TCSShader::do_print_properties(std::ostream& os) const in do_print_properties() argument 294 void TESShader::do_print_properties(std::ostream& os) const in do_print_properties() argument
|
| /third_party/node/src/ |
| H A D | aliased_buffer-inl.h | 118 GetJSArray() const GetJSArray() argument 130 GetArrayBuffer() const GetArrayBuffer() argument 136 GetNativeBuffer() const GetNativeBuffer() argument 142 operator *() const operator *() argument 155 GetValue( const size_t index) const GetValue() argument 170 operator [](size_t index) const operator []() argument 175 Length() const Length() argument 210 SelfSize() const SelfSize() argument [all...] |
| H A D | base_object.h | 181 is_snapshotable() const is_snapshotable() argument [all...] |
| H A D | blob_serializer_deserializer-inl.h | 53 void BlobSerializerDeserializer::Debug(const char* format, in Debug() argument 61 ToStr(const T& arg) const ToStr() argument 68 GetName() const GetName() argument [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_bio.h | 94 inline size_t Length() const { in Length() argument [all...] |
| H A D | crypto_hmac.cc | 37 void Hmac::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo() argument 166 MemoryInfo(MemoryTracker* tracker) const MemoryInfo() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | stacks.h | 59 void* jslimit() const { return limit_ + kJSLimitOffsetKB; } in jslimit() argument 60 Address base() const { return reinterpret_cast<Address>(limit_ + size_); } in base() argument
|
| H A D | wasm-value.h | 130 Handle<Object> to_ref() const { in to_ref() argument 136 ValueType type() const { return type_; } in type() argument 139 bool operator==(const WasmValue& other) const { in operator ==() argument 146 CopyTo(byte* to) const CopyTo() argument 155 Packed(ValueType packed_type) const Packed() argument 179 to_string() const to_string() argument [all...] |
| H A D | wasm-module-sourcemap.cc | 92 size_t WasmModuleSourceMap::GetSourceLine(size_t wasm_offset) const { in GetSourceLine() argument 100 std::string WasmModuleSourceMap::GetFilename(size_t wasm_offset) const { in GetFilename() argument 109 bool WasmModuleSourceMap::HasSource(size_t start, size_t end) const { in HasSource() argument 113 bool WasmModuleSourceMap::HasValidEntry(size_t start, size_t addr) const { in HasValidEntry() argument
|
| H A D | module-compiler.h | 140 Isolate* isolate() const { return isolate_; } in isolate() argument 142 Handle<NativeContext> context() const { retur argument 143 context_id() const context_id() argument [all...] |
| H A D | canonical-types.cc | 148 int TypeCanonicalizer::FindCanonicalGroup(CanonicalGroup& group) const { in FindCanonicalGroup() argument 60 CanonicalizeValueType( const WasmModule* module, ValueType type, uint32_t recursive_group_start) const CanonicalizeValueType() argument
|