/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.ds.bpermute.ll | 15 define amdgpu_kernel void @ds_bpermute_imm_offset(i32 addrspace(1)* %out, i32 %base_index, i32 %src… 16 %index = add i32 %base_index, 4 24 define amdgpu_kernel void @ds_bpermute_imm_index(i32 addrspace(1)* %out, i32 %base_index, i32 %src)… 33 define void @ds_bpermute_add_shl(i32 addrspace(1)* %out, i32 %base_index, i32 %src) nounwind { 34 %index = add i32 %base_index, 1 44 define void @ds_bpermute_or_shl(i32 addrspace(1)* %out, i32 %base_index, i32 %src) nounwind { 45 %masked = and i32 %base_index, 62
|
D | llvm.amdgcn.ds.permute.ll | 15 define amdgpu_kernel void @ds_permute_imm_offset(i32 addrspace(1)* %out, i32 %base_index, i32 %src)… 16 %index = add i32 %base_index, 4
|
/external/tensorflow/tensorflow/lite/examples/label_image/ |
D | bitmap_helpers_impl.h | 37 int base_index = 0; in resize() local 40 interpreter->AddTensors(2, &base_index); in resize() 42 interpreter->AddTensors(1, &base_index); in resize()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.ds.bpermute.ll | 17 define void @ds_bpermute_imm_offset(i32 addrspace(1)* %out, i32 %base_index, i32 %src) nounwind { 18 %index = add i32 %base_index, 4 27 define void @ds_bpermute_imm_index(i32 addrspace(1)* %out, i32 %base_index, i32 %src) nounwind {
|
D | llvm.amdgcn.ds.permute.ll | 17 define void @ds_permute_imm_offset(i32 addrspace(1)* %out, i32 %base_index, i32 %src) nounwind { 18 %index = add i32 %base_index, 4
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter.cc | 108 const size_t base_index = subgraphs_.size(); in AddSubgraphs() local 109 if (first_new_subgraph_index) *first_new_subgraph_index = base_index; in AddSubgraphs() 111 subgraphs_.reserve(base_index + subgraphs_to_add); in AddSubgraphs()
|
D | interpreter_test.cc | 104 int base_index; in TEST() local 107 ASSERT_EQ(interpreter.AddTensors(2, &base_index), kTfLiteOk); in TEST() 109 ASSERT_EQ(base_index, 0); in TEST() 110 ASSERT_EQ(interpreter.AddTensors(3, &base_index), kTfLiteOk); in TEST() 114 ASSERT_EQ(base_index, 2); in TEST()
|
/external/v8/src/ |
D | register-configuration.cc | 399 int base_index = index << shift; in GetAliases() local 400 if (base_index >= kMaxFPRegisters) { in GetAliases() 404 *alias_base_index = base_index; in GetAliases()
|
D | utils.h | 433 static int index(int base_index, int item) { in index() argument 434 return base_index + item / kItemsPerWord; in index()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 599 unsigned descriptor_set, unsigned base_index, in si_nir_load_sampler_desc() argument 615 LLVMConstInt(ctx->ac.i32, base_index + constant_index, false), in si_nir_load_sampler_desc() 620 assert(base_index + constant_index < ctx->num_images); in si_nir_load_sampler_desc() 633 assert(base_index + constant_index < ctx->num_samplers); in si_nir_load_sampler_desc()
|
/external/mesa3d/src/amd/common/ |
D | ac_shader_abi.h | 139 unsigned base_index,
|
D | ac_nir_to_llvm.c | 4604 unsigned base_index, in radv_get_sampler_desc() argument 4613 struct radv_descriptor_set_binding_layout *binding = layout->binding + base_index; in radv_get_sampler_desc() 4620 assert(base_index < layout->binding_count); in radv_get_sampler_desc() 4690 unsigned base_index; in get_sampler_desc() local 4695 base_index = tex_instr->sampler_index; in get_sampler_desc() 4724 base_index = deref->var->data.binding; in get_sampler_desc() 4729 base_index, in get_sampler_desc()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | set_kernels.cc | 66 Status SparseTensorFromContext(OpKernelContext* ctx, const int32 base_index, in SparseTensorFromContext() argument 71 TensorShape(ctx->input(base_index + 2).vec<int64>()); in SparseTensorFromContext() 77 ctx->input(base_index), ctx->input(base_index + 1), shape, order, tensor); in SparseTensorFromContext()
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_validate.c | 285 uint32_t base_index = *(uint32_t *)(untrusted + 5); in validate_gl_array_primitive() local 296 if (length + base_index < length) { in validate_gl_array_primitive() 300 max_index = length + base_index - 1; in validate_gl_array_primitive()
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.cc | 779 const size_t base_index = tensors_.size(); in AddTensors() local 780 if (first_new_tensor_index) *first_new_tensor_index = base_index; in AddTensors() 782 for (size_t i = base_index; i < tensors_.size(); i++) { in AddTensors()
|
/external/libchrome/base/android/jni_generator/ |
D | jni_generator.py | 1335 base_index = 0 1338 base_index = idx 1340 return os.sep.join(script_components[base_index:])
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 1449 Node* base_index; in DispatchWide() local 1452 base_index = IntPtrConstant(1 << kBitsPerByte); in DispatchWide() 1455 base_index = IntPtrConstant(2 << kBitsPerByte); in DispatchWide() 1460 Node* target_index = IntPtrAdd(base_index, next_bytecode); in DispatchWide()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 785 const auto base_index = 2; in ValidateAccessChain() local 786 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_typed_visitor.h | 2831 std::vector<int64> base_index(rank); in IterateThroughWindow() 2834 base_index[i] = in IterateThroughWindow() 2839 if (base_index[i] % window.dimensions(i).base_dilation() != 0) { in IterateThroughWindow() 2844 base_index[i] /= window.dimensions(i).base_dilation(); in IterateThroughWindow() 2845 if (base_index[i] < 0 || base_index[i] >= base_shape.dimensions(i)) { in IterateThroughWindow() 2851 f(base_index); in IterateThroughWindow()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 1182 …unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoi… in apply() local 1183 if (base_index == NOT_COVERED) return_trace (false); in apply() 1185 …return_trace ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skipp… in apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 949 const auto base_index = 2; in ValidateAccessChain() local 950 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 161 vtn_resource_reindex(struct vtn_builder *b, nir_ssa_def *base_index, in vtn_resource_reindex() argument 167 instr->src[0] = nir_src_for_ssa(base_index); in vtn_resource_reindex()
|