/external/mesa3d/src/intel/compiler/ |
D | intel_nir_lower_texture.c | 106 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()
|
D | brw_nir.c | 1044 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/ |
D | tensor_parser_exec_aten.cpp | 28 size_t offset_index, in load_mutable_subsegment_into() argument 32 mutable_data_segments_index, offset_index, size, buffer); in load_mutable_subsegment_into()
|
D | program.cpp | 421 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()
|
D | program.h | 253 size_t offset_index,
|
/external/libchrome/base/android/orderfile/ |
D | orderfile_instrumentation.cc | 141 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/ |
D | orderfile_instrumentation.cc | 165 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/ |
D | orderfile_instrumentation.cc | 165 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/ |
D | config_writer.h | 178 const uint32_t offset_index, const uint32_t start_index, const uint32_t offset_data);
|
/external/mesa3d/src/amd/vpelib/src/core/ |
D | config_writer.c | 268 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/ |
D | dxil_nir_lower_int_samplers.c | 506 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/ |
D | runtime_wrappers.py | 498 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/ |
D | gsubgpos-graph.hh | 221 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/ |
D | elk_nir.c | 861 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/ |
D | sender_session.cc | 84 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/ |
D | program_test.cpp | 105 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/ |
D | sfn_instr_tex.cpp | 1094 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/ |
D | legalize_hlo.cc | 3021 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/ |
D | virgl_context.c | 689 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/ |
D | vtn_variables.c | 276 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/ |
D | lvp_execute.c | 1241 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/ |
D | vmlinux_602.h | 61796 struct rb_node offset_index; member
|
D | vmlinux.h | 61796 struct rb_node offset_index; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 28230 struct rb_node offset_index; member
|
D | vmlinux.h | 28230 struct rb_node offset_index; member
|