Searched refs:offset_index (Results 1 – 6 of 6) sorted by relevance
429 gint offset_index = 0; in gstspu_vobsub_render() local575 &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()
789 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_xehp_tg4_offset_filter() local790 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()
490 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_sample_to_txf_for_integer_tex_impl() local491 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()
166 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_offset() local167 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()
263 nir_ssa_def *base_index, nir_ssa_def *offset_index) in vtn_resource_reindex() argument271 instr->src[1] = nir_src_for_ssa(offset_index); in vtn_resource_reindex()
53 int offset_index = in tp_motion_history_offset() local57 return &t->history.samples[offset_index]; in tp_motion_history_offset()