Home
last modified time | relevance | path

Searched defs:offset (Results 6276 - 6300 of 6855) sorted by relevance

1...<<251252253254255256257258259260>>...275

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc403 int offset; member
853 uint32_t offset = in StartFunctionBody() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dppir.h366 int offset; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c2036 compressed_fetch_cached(struct gallivm_state *gallivm, const struct util_format_description *format_desc, unsigned n, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache) compressed_fetch_cached() argument
2189 lp_build_fetch_s3tc_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *format_desc, unsigned n, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache) lp_build_fetch_s3tc_rgba_aos() argument
2554 lp_build_fetch_rgtc_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *format_desc, unsigned n, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache) lp_build_fetch_rgtc_rgba_aos() argument
[all...]
H A Dlp_bld_sample.c2064 LLVMValueRef offset; in lp_build_sample_partial_offset() local
2122 LLVMValueRef offset; in lp_build_sample_offset() local
[all...]
H A Dlp_bld_nir_soa.c759 emit_load_kernel_arg(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned offset_bit_size, bool offset_is_uniform, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_kernel_arg() argument
1041 lp_offset_in_range(struct lp_build_nir_context *bld_base, LLVMValueRef offset, LLVMValueRef limit) lp_offset_in_range() argument
1054 emit_load_ubo(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool offset_is_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_ubo() argument
1193 emit_load_mem(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, bool index_and_offset_are_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_mem() argument
1302 emit_store_mem(struct lp_build_nir_context *bld_base, unsigned writemask, unsigned nc, unsigned bit_size, bool index_and_offset_are_uniform, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef dst) emit_store_mem() argument
1400 emit_atomic_mem(struct lp_build_nir_context *bld_base, nir_intrinsic_op nir_op, uint32_t bit_size, LLVMValueRef index, LLVMValueRef offset, LLVMValueRef val, LLVMValueRef val2, LLVMValueRef *result) emit_atomic_mem() argument
2541 emit_load_scratch(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, LLVMValueRef offset, LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) emit_load_scratch() argument
2595 emit_store_scratch(struct lp_build_nir_context *bld_base, unsigned writemask, unsigned nc, unsigned bit_size, LLVMValueRef offset, LLVMValueRef dst) emit_store_scratch() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c2588 util_blitter_clear_buffer(struct blitter_context *blitter, struct pipe_resource *dst, unsigned offset, unsigned size, unsigned num_channels, const union pipe_color_union *clear_value) util_blitter_clear_buffer() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c1193 emit_ubo_read( compiler_context *ctx, nir_instr *instr, unsigned dest, unsigned offset, nir_src *indirect_offset, unsigned indirect_shift, unsigned index, unsigned nr_comps) emit_ubo_read() argument
1254 emit_global( compiler_context *ctx, nir_instr *instr, bool is_read, unsigned srcdest, nir_src *offset, unsigned seg) emit_global() argument
1418 emit_varying_read( compiler_context *ctx, unsigned dest, unsigned offset, unsigned nr_comp, unsigned component, nir_src *indirect_offset, nir_alu_type type, bool flat) emit_varying_read() argument
1546 emit_attr_read( compiler_context *ctx, unsigned dest, unsigned offset, unsigned nr_comp, nir_alu_type t) emit_attr_read() argument
1577 emit_sysval_read(compiler_context *ctx, nir_instr *instr, unsigned nr_components, unsigned offset) emit_sysval_read() argument
1770 unsigned offset = 0, reg; emit_intrinsic() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3042 Value *offset in handleINTERP() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c635 uint64_t offset = view->base.u.buf.offset; in texture_buffer_sampler_view() local
821 unsigned offset; in r600_init_color_surface() local
1046 unsigned level, pitch, slice, format, offset, array_mode; r600_init_depth_surface() local
1254 int offset, index; r600_get_sample_position() local
1672 unsigned offset; r600_emit_vertex_buffers() local
1712 unsigned offset; r600_emit_constant_buffers() local
1859 unsigned offset; r600_emit_sampler_states() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h308 uint32_t offset; /* COLOROFFSET or DEPTHOFFSET. */ member
/third_party/node/deps/uv/src/win/
H A Dfs.c848 int64_t offset = req->fs.info.offset; in fs__read() local
1054 int64_t offset = req->fs.info.offset; fs__write() local
2104 int64_t offset = req->fs.info.offset; fs__sendfile() local
2913 uv_fs_read(uv_loop_t* loop, uv_fs_t* req, uv_file fd, const uv_buf_t bufs[], unsigned int nbufs, int64_t offset, uv_fs_cb cb) uv_fs_read() argument
2946 uv_fs_write(uv_loop_t* loop, uv_fs_t* req, uv_file fd, const uv_buf_t bufs[], unsigned int nbufs, int64_t offset, uv_fs_cb cb) uv_fs_write() argument
3286 uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int64_t offset, uv_fs_cb cb) uv_fs_ftruncate() argument
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c924 sljit_s32 offset; member
1438 sljit_sw source, offset; /* TODO(carenas): only need 32 bit */ sljit_generate_code() local
1679 sljit_s32 offset, i, tmp; sljit_emit_enter() local
1781 sljit_s32 offset, i, tmp; emit_stack_frame_release() local
[all...]
H A DsljitNativePPC_common.c754 sljit_s32 i, tmp, base, offset; in sljit_emit_enter() local
887 sljit_s32 i, tmp, base, offset; emit_stack_frame_release() local
[all...]
H A DsljitNativeRISCV_common.c601 sljit_s32 i, tmp, offset; in sljit_emit_enter() local
721 sljit_s32 i, tmp, offset; emit_stack_frame_release() local
844 push_mem_inst(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 base, sljit_sw offset) push_mem_inst() argument
908 sljit_sw offset, argw_hi; getput_arg() local
[all...]
H A DsljitNativeARM_32.c1063 sljit_uw imm, offset; in sljit_emit_enter() local
2732 sljit_u32 offset = 0; softfloat_call_with_args() local
2866 sljit_u32 offset = SLJIT_FR0; hardfloat_call_with_args() local
[all...]
H A DsljitLir.c733 static SLJIT_INLINE void set_put_label(struct sljit_put_label *put_label, struct sljit_compiler *compiler, sljit_uw offset) in set_put_label() argument
2232 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) in check_sljit_get_local_base() argument
2635 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) in sljit_get_local_base() argument
2640 ADJUST_LOCAL_OFFSET(SLJIT_MEM1(SLJIT_SP), offset); in sljit_get_local_base() local
3092 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) sljit_get_local_base() argument
[all...]
H A DsljitNativeARM_T2_32.c1143 sljit_uw offset; in sljit_emit_enter() local
2309 sljit_u32 offset = 0; softfloat_call_with_args() local
2445 sljit_u32 offset = SLJIT_FR0; hardfloat_call_with_args() local
[all...]
H A DsljitNativeX86_common.c3279 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) argument
3291 ADJUST_LOCAL_OFFSET(SLJIT_MEM1(SLJIT_SP), offset); local
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c2645 int pa_sink_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) { in pa_sink_process_msg() argument
3443 void pa_sink_set_port_latency_offset(pa_sink *s, int64_t offset) { in pa_sink_set_port_latency_offset() argument
[all...]
H A Dprotocol-native.c199 static int record_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in record_stream_process_msg() argument
503 static int playback_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in playback_stream_process_msg() argument
982 static int native_connection_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in native_connection_process_msg() argument
1146 static int sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg() argument
1549 source_output_process_msg(pa_msgobject *_o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) source_output_process_msg() argument
4753 int64_t offset; command_set_port_latency_offset() local
4915 pstream_memblock_callback(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa_memchunk *chunk, void *userdata) pstream_memblock_callback() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c241 static int sink_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg_cb() argument
546 size_t iterations, offset; in process_samples() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1245 deUint32 offset = 0u; in readImage() local
1290 deUint32 offset = 0u; in readImage() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp78 deUint32 offset; member
284 void addDrawInfo (deUint32 first, deUint32 count, deInt32 offset) in addDrawInfo() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp299 vk::VkOffset3D offset = { xOffset, (deInt32)(yOffset + height / regionsCount * i), 0 }; in copyMemoryToImage() local
930 vk::VkOffset3D offset = { 0, (deInt32)(mipImageSize.height / m_parameters.regionsCount * i), 0 }; in iterate() local
1268 const vk::VkOffset3D offset = { 0u, 0u, 0u }; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp609 const auto offset = static_cast<VkDeviceSize>(cmdSize * accumulatedCount); in recordDraws() local
634 const auto offset = static_cast<VkDeviceSize>(cmdSize * accumulatedCount); in recordDraws() local

Completed in 104 milliseconds

1...<<251252253254255256257258259260>>...275