/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.c | 550 char start[256]; member 555 uint32_t start; member 573 char start[256]; member
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 2184 drm_intel_gem_bo_clear_relocs(drm_intel_bo *bo, int start) in drm_intel_gem_bo_clear_relocs() argument
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdec.c | 1128 uint32_t start = dwords[1] >> 16; in cp_im_loadi() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.c | 313 unsigned start; member 634 unsigned start, end; in ra_file_dump() local 753 check_dst_overlap(struct ra_ctx *ctx, struct ra_file *file, struct ir3_register *dst, physreg_t start, physreg_t end) check_dst_overlap() argument 1332 unsigned start = ALIGN(file->start, align) % (file_size - size + align); find_best_gap() local 2383 struct ir3_block *start = ir3_start_block(v->ir); calc_min_limit_pressure() local [all...] |
H A D | ir3_shader.h | 124 uint32_t start, end; /* range of block that's actually used */ member
|
H A D | ir3_compiler_nir.c | 3684 struct ir3_block *start = get_block(ctx, nstart); in emit_loop() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 2582 uint64_t start = radv_buffer_get_va(block->arena->bo) + block->offset; local
|
H A D | radv_nir_to_llvm.c | 758 unsigned start; in radv_emit_stream_output() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 150 int start, count; in nir_component_mask_can_reinterpret() local 178 int start, count; in nir_component_mask_reinterpret() local 1796 is_instr_between(nir_instr *start, nir_instr *end, nir_instr *between) is_instr_between() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 270 bool test(PhysReg start, unsigned num_bytes) in test() argument 287 void block(PhysReg start, RegClass rc) in block() argument 295 bool is_blocked(PhysReg start) in is_blocked() argument 307 is_empty_or_blocked(PhysReg start) is_empty_or_blocked() argument 317 clear(PhysReg start, RegClass rc) clear() argument 351 fill(PhysReg start, unsigned size, uint32_t val) fill() argument 357 fill_subdword(PhysReg start, unsigned num_bytes, uint32_t val) fill_subdword() argument 1460 compact_relocate_vars(ra_ctx& ctx, const std::vector<IDAndRegClass>& vars, std::vector<std::pair<Operand, Definition>>& parallelcopies, PhysReg start) compact_relocate_vars() argument [all...] |
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 811 unsigned start; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state_common.c | 1351 int start, end; in r600_update_driver_const_buffers() local 2250 unsigned start, count; in r600_draw_vbo() local 451 r600_bind_sampler_states(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned count, void **states) r600_bind_sampler_states() argument 644 r600_set_sampler_views(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) r600_set_sampler_views() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 464 Fill(Isolate* isolate, Handle<WasmTableObject> table, uint32_t start, Handle<Object> entry, uint32_t count) Fill() argument
|
H A D | module-decoder.cc | 1559 DecodeFunctionSignature(Zone* zone, const byte* start) DecodeFunctionSignature() argument 2335 DecodeWasmSignatureForTesting(const WasmFeatures& enabled, Zone* zone, const byte* start, const byte* end) DecodeWasmSignatureForTesting() argument 2342 DecodeWasmInitExprForTesting(const WasmFeatures& enabled, const byte* start, const byte* end, ValueType expected) DecodeWasmInitExprForTesting() argument 2425 DecodeCustomSections(const byte* start, const byte* end) DecodeCustomSections() argument [all...] |
H A D | wasm-js.cc | 199 const uint8_t* start = nullptr; in GetFirstArgumentAsBytes() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 1492 void LiftoffAssembler::FillStackSlotsWithZero(int start, int size) { in FillStackSlotsWithZero() argument
|
/third_party/node/src/ |
H A D | node_http2.cc | 386 char* start = AlignUp(static_cast<char*>(bs_->Data()), in Origins() local 642 double start = statistics_.start_time / 1e6; in EmitStatistics() local 662 double start = statistics_.start_time / 1e6; in EmitStatistics() local [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 105 off_t start; member [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | acls.c | 3036 norm_std_permissions_posix(struct POSIX_SECURITY *posix_desc, BOOL groupowns, int start, int count, int target) norm_std_permissions_posix() argument 3361 norm_ownadmin_permissions_posix(struct POSIX_SECURITY *posix_desc, int start, int count, int target) norm_ownadmin_permissions_posix() argument [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 179 u64 start; member 608 static void progress_init(struct progress_bar *p, u64 start, u64 stop, int res) argument
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 539 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() argument
|
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 394 void ContinueTimer::start() { ev_timer_start(loop, &timer); } in start() function in nghttp2::ContinueTimer
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 539 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidi.cpp | 1097 int32_t paraIndex, start, limi in resolveExplicitLevels() local 1113 int32_t paraIndex, start, limit; resolveExplicitLevels() local 1828 setLevelsOutsideIsolates(UBiDi *pBiDi, int32_t start, int32_t limit, UBiDiLevel level) setLevelsOutsideIsolates() argument 1860 processPropertySeq(UBiDi *pBiDi, LevState *pLevState, uint8_t _prop, int32_t start, int32_t limit) processPropertySeq() argument 2125 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) resolveImplicitLevels() argument 2378 start, limit, step, indexOddBit, logicalPos, setParaRunsOnly() local 2748 int32_t start, limit=0; ubidi_setPara() local 2822 int32_t i, j, start, last; ubidi_setPara() local [all...] |
H A D | ucurr.cpp | 1568 int32_t start = pos.getIndex(); in uprv_parseCurrency() local
|