Home
last modified time | relevance | path

Searched refs:res_offset (Results 1 - 9 of 9) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_plugin.h36 snd_pcm_uframes_t res_offset, /* offset of result areas */
80 snd_pcm_uframes_t res_offset, /* offset of result areas */
87 snd_pcm_uframes_t res_offset, /* offset of result areas */
H A Dpcm_plugin.c94 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read()
104 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_write()
114 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read_generic()
124 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_write_generic()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.cpp546 uint32_t resid, PRegister res_offset, EVTXDataFormat data_format): in LoadFromBuffer()
548 data_format, vtx_nf_scaled, vtx_es_none, resid, res_offset) in LoadFromBuffer()
593 PRegister res_offset = nullptr; in from_string() local
597 res_offset = vf.src_from_string(res_offset_str)->as_register(); in from_string()
602 res_id, res_offset, fmt_32_32_32_32_float); in from_string()
544 LoadFromBuffer(const RegisterVec4& dst, const RegisterVec4::Swizzle& dst_swizzle, PRegister addr, uint32_t addr_offset, uint32_t resid, PRegister res_offset, EVTXDataFormat data_format) LoadFromBuffer() argument
H A Dsfn_instr_fetch.h167 uint32_t resid, PRegister res_offset, EVTXDataFormat data_format);
H A Dsfn_instr_mem.cpp546 auto [offset, res_offset] = shader.evaluate_resource_offset(intr, 0); {} in emit_ssbo_load()
552 res_id, res_offset, formats[comp_idx]); in emit_ssbo_load()
/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.c313 FT_ULong res_offset = mz_header.lfanew + in fnt_face_get_dll_font() local
322 if ( FT_STREAM_SEEK( res_offset ) || in fnt_face_get_dll_font()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp174 uint64_t res_offset = 0; in fill_ssbo_descriptors() local
175 d3d12_res = d3d12_resource_underlying(res, &res_offset); in fill_ssbo_descriptors()
177 uav_desc.Buffer.FirstElement = (view->buffer_offset + res_offset) / 4; in fill_ssbo_descriptors()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c4358 uint32_t res_offset = dzn_query_pool_get_result_offset(qpool, firstQuery + q); in dzn_CmdCopyQueryPoolResults() local
4368 res_offset + (c * sizeof(uint64_t)), in dzn_CmdCopyQueryPoolResults()
4375 res_offset, step); in dzn_CmdCopyQueryPoolResults()
/third_party/python/Objects/
H A Dunicodeobject.c10069 Py_ssize_t sz, i, res_offset; in _PyUnicode_JoinArray() local
10205 for (i = 0, res_offset = 0; i < seqlen; ++i) { in _PyUnicode_JoinArray()
10211 _PyUnicode_FastCopyCharacters(res, res_offset, sep, 0, seplen); in _PyUnicode_JoinArray()
10212 res_offset += seplen; in _PyUnicode_JoinArray()
10217 _PyUnicode_FastCopyCharacters(res, res_offset, item, 0, itemlen); in _PyUnicode_JoinArray()
10218 res_offset += itemlen; in _PyUnicode_JoinArray()
10221 assert(res_offset == PyUnicode_GET_LENGTH(res)); in _PyUnicode_JoinArray()

Completed in 33 milliseconds