Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dintel_nir_lower_texture.c106 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in pack_lod_or_bias_and_offset() local
107 if (offset_index < 0) in pack_lod_or_bias_and_offset()
134 nir_def *offset = tex->src[offset_index].src.ssa; in pack_lod_or_bias_and_offset()
159 nir_tex_instr_remove_src(tex, offset_index); in pack_lod_or_bias_and_offset()
Dbrw_nir.c1044 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_xehp_tg4_offset_filter() local
1045 if (offset_index < 0) in lower_xehp_tg4_offset_filter()
1048 if (!nir_src_is_const(tex->src[offset_index].src)) in lower_xehp_tg4_offset_filter()
1051 int64_t offset_x = nir_src_comp_as_int(tex->src[offset_index].src, 0); in lower_xehp_tg4_offset_filter()
1052 int64_t offset_y = nir_src_comp_as_int(tex->src[offset_index].src, 1); in lower_xehp_tg4_offset_filter()
/external/executorch/runtime/executor/
Dtensor_parser_exec_aten.cpp28 size_t offset_index, in load_mutable_subsegment_into() argument
32 mutable_data_segments_index, offset_index, size, buffer); in load_mutable_subsegment_into()
Dprogram.cpp421 size_t offset_index, in load_mutable_subsegment_into() argument
455 if (offset_index >= segment_offsets->offsets()->size()) { in load_mutable_subsegment_into()
459 offset_index, in load_mutable_subsegment_into()
466 size_t offset = segment_offsets->offsets()->Get(offset_index); in load_mutable_subsegment_into()
Dprogram.h253 size_t offset_index,
/external/libchrome/base/android/orderfile/
Dorderfile_instrumentation.cc141 size_t offset_index = offset / 4; in RecordAddress() local
145 std::atomic<uint32_t>* element = offsets + (offset_index / 32); in RecordAddress()
149 uint32_t mask = 1 << (offset_index % 32); in RecordAddress()
/external/cronet/stable/base/android/orderfile/
Dorderfile_instrumentation.cc165 size_t offset_index = offset / 4; in RecordAddress() local
169 std::atomic<uint32_t>* element = offsets + (offset_index / 32); in RecordAddress()
173 uint32_t mask = 1 << (offset_index % 32); in RecordAddress()
/external/cronet/tot/base/android/orderfile/
Dorderfile_instrumentation.cc165 size_t offset_index = offset / 4; in RecordAddress() local
169 std::atomic<uint32_t>* element = offsets + (offset_index / 32); in RecordAddress()
173 uint32_t mask = 1 << (offset_index % 32); in RecordAddress()
/external/mesa3d/src/amd/vpelib/src/core/inc/
Dconfig_writer.h178 const uint32_t offset_index, const uint32_t start_index, const uint32_t offset_data);
/external/mesa3d/src/amd/vpelib/src/core/
Dconfig_writer.c268 const uint32_t offset_index, const uint32_t start_index, const uint32_t offset_data) in config_writer_fill_indirect_destination() argument
271 config_writer_fill(writer, VPEC_FIELD_VALUE(VPE_IND_CFG_PKT_REGISTER_OFFSET, offset_index)); in config_writer_fill_indirect_destination()
/external/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c506 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_sample_to_txf_for_integer_tex_impl() local
507 if (offset_index >= 0) { in lower_sample_to_txf_for_integer_tex_impl()
508 nir_def *offset = tex->src[offset_index].src.ssa; in lower_sample_to_txf_for_integer_tex_impl()
/external/pytorch/torch/_functorch/_aot_autograd/
Druntime_wrappers.py498 offset_index, argument
502 new_rng_offset = outs[offset_index]
505 user_outs = outs[:offset_index] + outs[offset_index + 1 :]
1911 CompiledFunction.metadata, out, offset_index=len(out) - 1
1994 CompiledFunction.metadata, out, offset_index=len(out) - 1
/external/harfbuzz_ng/src/graph/
Dgsubgpos-graph.hh221 unsigned offset_index = p.first + shift + 1; in add_sub_tables() local
236 link->position = (char*) &new_lookup->subTable[offset_index++] - in add_sub_tables()
/external/mesa3d/src/intel/compiler/elk/
Delk_nir.c861 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_xehp_tg4_offset_filter() local
862 if (offset_index < 0) in lower_xehp_tg4_offset_filter()
865 if (!nir_src_is_const(tex->src[offset_index].src)) in lower_xehp_tg4_offset_filter()
868 int64_t offset_x = nir_src_comp_as_int(tex->src[offset_index].src, 0); in lower_xehp_tg4_offset_filter()
869 int64_t offset_y = nir_src_comp_as_int(tex->src[offset_index].src, 1); in lower_xehp_tg4_offset_filter()
/external/openscreen/cast/streaming/
Dsender_session.cc84 void CreateStreamList(int offset_index, in CreateStreamList() argument
91 CreateStream(i + offset_index, configs[i], use_android_rtp_hack)); in CreateStreamList()
/external/executorch/runtime/executor/test/
Dprogram_test.cpp105 size_t offset_index, in load_mutable_subsegment_into() argument
109 mutable_data_segments_index, offset_index, size, buffer); in load_mutable_subsegment_into()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp1094 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_txf_ms() local
1095 if (offset_index >= 0) { in lower_txf_ms()
1096 auto offset = tex->src[offset_index].src.ssa; in lower_txf_ms()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc3021 int offset_index = 0; in CanonicalizeOffset() local
3023 if (offset_index >= original_offset_dims.size() || in CanonicalizeOffset()
3024 original_offset_dims[offset_index] != i) { in CanonicalizeOffset()
3027 ++offset_index; in CanonicalizeOffset()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c689 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_gles_arrayshadow_offset_filter() local
690 if (offset_index >= 0) in lower_gles_arrayshadow_offset_filter()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c276 nir_def *base_index, nir_def *offset_index) in vtn_resource_reindex() argument
284 instr->src[1] = nir_src_for_ssa(offset_index); in vtn_resource_reindex()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1241 uint32_t offset_index = binding->dynamic_index + j; in apply_dynamic_offsets() local
1242 if (offset_index >= offset_count) in apply_dynamic_offsets()
1245 desc[j].buffer.u = (uint32_t *)((uint8_t *)desc[j].buffer.u + offsets[offset_index]); in apply_dynamic_offsets()
/external/bcc/libbpf-tools/riscv/
Dvmlinux_602.h61796 struct rb_node offset_index; member
Dvmlinux.h61796 struct rb_node offset_index; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h28230 struct rb_node offset_index; member
Dvmlinux.h28230 struct rb_node offset_index; member