Home
last modified time | relevance | path

Searched refs:offset_index (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c429 gint offset_index = 0; in gstspu_vobsub_render() local
575 &state->vobsub.cur_offsets[offset_index]); in gstspu_vobsub_render()
586 offset_index ^= 0x1; in gstspu_vobsub_render()
601 &state->vobsub.cur_offsets[offset_index]); in gstspu_vobsub_render()
606 offset_index ^= 0x1; in gstspu_vobsub_render()
614 &state->vobsub.cur_offsets[offset_index]); in gstspu_vobsub_render()
626 offset_index ^= 0x1; in gstspu_vobsub_render()
644 &state->vobsub.cur_offsets[offset_index]); in gstspu_vobsub_render()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c789 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_xehp_tg4_offset_filter() local
790 if (offset_index < 0) in lower_xehp_tg4_offset_filter()
793 if (!nir_src_is_const(tex->src[offset_index].src)) in lower_xehp_tg4_offset_filter()
796 int64_t offset_x = nir_src_comp_as_int(tex->src[offset_index].src, 0); in lower_xehp_tg4_offset_filter()
797 int64_t offset_y = nir_src_comp_as_int(tex->src[offset_index].src, 1); in lower_xehp_tg4_offset_filter()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c490 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_sample_to_txf_for_integer_tex_impl() local
491 if (offset_index >= 0) { in lower_sample_to_txf_for_integer_tex_impl()
492 nir_ssa_def *offset = tex->src[offset_index].src.ssa; in lower_sample_to_txf_for_integer_tex_impl()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c166 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_offset() local
167 if (offset_index < 0) in lower_offset()
173 assert(tex->src[offset_index].src.is_ssa); in lower_offset()
175 nir_ssa_def *offset = tex->src[offset_index].src.ssa; in lower_offset()
214 nir_tex_instr_remove_src(tex, offset_index); in lower_offset()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c263 nir_ssa_def *base_index, nir_ssa_def *offset_index) in vtn_resource_reindex() argument
271 instr->src[1] = nir_src_for_ssa(offset_index); in vtn_resource_reindex()
/third_party/libinput/src/
Devdev-mt-touchpad.c53 int offset_index = in tp_motion_history_offset() local
57 return &t->history.samples[offset_index]; in tp_motion_history_offset()