Home
last modified time | relevance | path

Searched defs:offset (Results 1476 - 1500 of 4614) sorted by relevance

1...<<51525354555657585960>>...185

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_ff_gs.c173 brw_ff_gs_offset_header_dw2(struct brw_ff_gs_compile *c, int offset) brw_ff_gs_offset_header_dw2() argument
H A Dbrw_nir_analyze_ubo_ranges.c156 const int offset = byte_offset / 32; in analyze_ubos_block() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c405 unsigned offset = debug_get_num_option("OFFSET", 16); in si_test_gds() local
447 void si_cp_write_data(struct si_context *sctx, struct si_resource *buf, unsigned offset, in si_cp_write_data() argument
189 si_cp_dma_clear_buffer(struct si_context *sctx, struct radeon_cmdbuf *cs, struct pipe_resource *dst, uint64_t offset, uint64_t size, unsigned value, unsigned user_flags, enum si_coherency coher, enum si_cache_policy cache_policy) si_cp_dma_clear_buffer() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c279 unsigned offset = spr->level_offset[level]; in softpipe_get_tex_image_offset() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_cmd_buffer.c331 uint64_t offset = 0; in lvp_CmdPushDescriptorSetWithTemplateKHR() local
/third_party/mesa3d/src/intel/common/tests/
H A Dmi_builder_test.cpp40 uint32_t offset; member
53 __gen_address_offset(address addr, uint64_t offset) in __gen_address_offset() argument
94 inline address in_addr(uint32_t offset) in in_addr() argument
102 inline address out_addr(uint32_t offset) in out_addr() argument
110 in_mem64(uint32_t offset) in_mem64() argument
115 in_mem32(uint32_t offset) in_mem32() argument
120 out_mem64(uint32_t offset) out_mem64() argument
125 out_mem32(uint32_t offset) out_mem32() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp346 unsigned offset = total_size % block_size; in allocate() local
/third_party/node/src/crypto/
H A Dcrypto_aes.cc465 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, WebCryptoCipherMode cipher_mode, AESCipherConfig* params) AdditionalConfig() argument
[all...]
H A Dcrypto_bio.cc262 size_t offset = 0; in Read() local
357 size_t offset = 0; in Write() local
H A Dcrypto_hash.cc241 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HashConfig* params) AdditionalConfig() argument
H A Dcrypto_rsa.cc126 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, RsaKeyPairGenConfig* params) AdditionalConfig() argument
251 AdditionalConfig( const FunctionCallbackInfo<Value>& args, unsigned int offset, RSAKeyExportConfig* params) AdditionalConfig() argument
298 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, WebCryptoCipherMode cipher_mode, RSACipherConfig* params) AdditionalConfig() argument
419 ImportJWKRsaKey( Environment* env, Local<Object> jwk, const FunctionCallbackInfo<Value>& args, unsigned int offset) ImportJWKRsaKey() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc195 unsigned offset = 1; in PrintRawWasmCode() local
H A Dinit-expr-interface.cc197 uint32_t offset = offset_value.runtime_value.to_u32(); in ArrayInitFromData() local
H A Dwasm-result.h34 WasmError(uint32_t offset, std::string message) in WasmError() argument
41 WasmError(uint32_t offset, const char* format, ...) : offset_(offset) { in WasmError() argument
53 uint32_t offset() const { return offset_; } in offset() function in v8::internal::wasm::WasmError
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper-internal.h54 StructProperty(std::string name, std::string type, std::string decompressed_type, size_t offset, uint8_t num_bits, uint8_t shift_bits) StructProperty() argument
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc47 StructField(std::u16string field_name, std::u16string type_name, std::string uncompressed_type_name, uint64_t offset, uint8_t num_bits, uint8_t shift_bits) StructField() argument
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Diowin32.c314 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() argument
352 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() argument
/third_party/node/deps/zlib/
H A Dgzlib.c342 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { in gzseek64() argument
415 gzseek(gzFile file, z_off_t offset, int whence) gzseek() argument
447 z_off64_t offset; gzoffset64() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dea.c421 int offset; in ntfs_ea_check_wsldev() local
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__tz.c154 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__tz.c160 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
/third_party/musl/porting/linux/user/src/fdsan/
H A Dfdsan.c96 size_t offset = idx - FdTableSize; in get_fd_entry() local
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__tz.c160 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
/third_party/musl/src/fdsan/linux/
H A Dfdsan.c101 size_t offset = idx - FdTableSize; in get_fd_entry() local
/third_party/nghttp2/lib/
H A Dnghttp2_buf.c121 nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk, size_t offset, nghttp2_mem *mem) nghttp2_bufs_init2() argument
127 nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk, size_t chunk_keep, size_t offset, nghttp2_mem *mem) nghttp2_bufs_init3() argument
[all...]

Completed in 17 milliseconds

1...<<51525354555657585960>>...185