/external/v8/src/compiler/ |
H A D | gap-resolver.cc | 61 int dst_index = -1; local 64 dst_index = dst_loc.register_code() * aliases; 66 dst_index = dst_loc.index(); 72 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); 76 dst_index += dst_step; 78 AllocatedOperand(dst_kind, smaller_rep, dst_index));
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_transform.h | 254 unsigned dst_index, 265 inst.Dst[0].Register.Index = dst_index; 279 unsigned dst_index, 293 inst.Dst[0].Register.Index = dst_index; 310 unsigned dst_index, 325 inst.Dst[0].Register.Index = dst_index; 344 unsigned dst_index, 356 inst.Dst[0].Register.Index = dst_index; 386 unsigned dst_index, 402 inst.Dst[0].Register.Index = dst_index; 251 tgsi_transform_op1_inst(struct tgsi_transform_context *ctx, unsigned opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index) argument 276 tgsi_transform_op2_inst(struct tgsi_transform_context *ctx, unsigned opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src1_file, unsigned src1_index, bool src1_negate) argument 307 tgsi_transform_op3_inst(struct tgsi_transform_context *ctx, unsigned opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src1_file, unsigned src1_index, unsigned src2_file, unsigned src2_index) argument 341 tgsi_transform_op1_swz_inst(struct tgsi_transform_context *ctx, unsigned opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle) argument 383 tgsi_transform_op2_swz_inst(struct tgsi_transform_context *ctx, unsigned opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle, unsigned src1_file, unsigned src1_index, unsigned src1_swizzle, bool src1_negate) argument 436 tgsi_transform_op3_swz_inst(struct tgsi_transform_context *ctx, unsigned opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle, unsigned src0_negate, unsigned src1_file, unsigned src1_index, unsigned src1_swizzle, unsigned src2_file, unsigned src2_index, unsigned src2_swizzle) argument 523 tgsi_transform_tex_inst(struct tgsi_transform_context *ctx, unsigned dst_file, unsigned dst_index, unsigned src_file, unsigned src_index, unsigned tex_target, unsigned sampler_index) argument [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vbuf.c | 836 unsigned dst_index = start_slot + i; local 838 pipe_resource_reference(&mgr->vertex_buffer[dst_index].buffer, NULL); 839 pipe_resource_reference(&mgr->real_vertex_buffer[dst_index].buffer, 848 unsigned dst_index = start_slot + i; local 850 struct pipe_vertex_buffer *orig_vb = &mgr->vertex_buffer[dst_index]; 851 struct pipe_vertex_buffer *real_vb = &mgr->real_vertex_buffer[dst_index]; 867 nonzero_stride_vb_mask |= 1 << dst_index; 869 enabled_vb_mask |= 1 << dst_index; 873 incompatible_vb_mask |= 1 << dst_index; 879 user_vb_mask |= 1 << dst_index; [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state.c | 1060 unsigned dst_index = start_slot + i; local 1063 nv50->vbo_user |= 1 << dst_index; 1065 nv50->vbo_constant |= 1 << dst_index; 1067 nv50->vbo_constant &= ~(1 << dst_index); 1068 nv50->vtxbufs_coherent &= ~(1 << dst_index); 1070 nv50->vbo_user &= ~(1 << dst_index); 1071 nv50->vbo_constant &= ~(1 << dst_index); 1075 nv50->vtxbufs_coherent |= (1 << dst_index); 1077 nv50->vtxbufs_coherent &= ~(1 << dst_index);
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state.c | 934 unsigned dst_index = start_slot + i; local 937 nvc0->vbo_user |= 1 << dst_index; 939 nvc0->constant_vbos |= 1 << dst_index; 941 nvc0->constant_vbos &= ~(1 << dst_index); 942 nvc0->vtxbufs_coherent &= ~(1 << dst_index); 944 nvc0->vbo_user &= ~(1 << dst_index); 945 nvc0->constant_vbos &= ~(1 << dst_index); 949 nvc0->vtxbufs_coherent |= (1 << dst_index); 951 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
H A D | toy_tgsi.c | 1668 ra_dst_is_aliasing(const struct tgsi_full_instruction *tgsi_inst, int dst_index) argument 1670 const struct tgsi_full_dst_register *d = &tgsi_inst->Dst[dst_index]; 1702 const struct tgsi_full_instruction *tgsi_inst, int dst_index, 1705 const struct tgsi_full_dst_register *d = &tgsi_inst->Dst[dst_index]; 1728 (ra_dst_is_indirect(d) || ra_dst_is_aliasing(tgsi_inst, dst_index) || 1730 const enum toy_type type = ra_get_type(tgsi, tgsi_inst, dst_index, true); 1701 ra_get_dst(struct toy_tgsi *tgsi, const struct tgsi_full_instruction *tgsi_inst, int dst_index, bool *is_scratch) argument
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_dataflow.c | 684 unsigned int dst_index, 699 d->DstIndex = dst_index; 680 get_readers_for_single_write( void * userdata, struct rc_instruction * writer, rc_register_file dst_file, unsigned int dst_index, unsigned int dst_mask) argument
|
/external/v8/src/ |
H A D | elements.cc | 820 uint32_t dst_index, int copy_size) { 835 from_kind, dst_index, packed_size, copy_size); 2094 Handle<FixedArrayBase> backing_store, int dst_index, 2099 if (heap->CanMoveObjectStart(*dst_elms) && dst_index == 0) { 2110 MemMove(dst_elms->data_start() + dst_index, 2114 heap->MoveElements(FixedArray::cast(*dst_elms), dst_index, src_index, 2402 uint32_t dst_index) { 2410 Subclass::SetImpl(raw_backing_store, dst_index + i, argument, mode); 817 ConvertElementsWithCapacity( Handle<JSObject> object, Handle<FixedArrayBase> old_elements, ElementsKind from_kind, uint32_t capacity, uint32_t src_index, uint32_t dst_index, int copy_size) argument 2093 MoveElements(Isolate* isolate, Handle<JSArray> receiver, Handle<FixedArrayBase> backing_store, int dst_index, int src_index, int len, int hole_start, int hole_end) argument 2400 CopyArguments(Arguments* args, Handle<FixedArrayBase> dst_store, uint32_t copy_size, uint32_t src_index, uint32_t dst_index) argument
|
/external/vulkan-validation-layers/loader/ |
H A D | loader.c | 2026 uint32_t src_index, dst_index = 0; local 2038 pp_dst_layers[dst_index++] = expand_names[expand_index]; 2043 pp_dst_layers[dst_index++] = pp_src_layers[src_index]; 2047 *layer_count = dst_index;
|
/external/v8/src/heap/ |
H A D | heap.h | 744 // Move len elements within a given array from src_index index to dst_index 746 void MoveElements(FixedArray* array, int dst_index, int src_index, int len);
|
H A D | heap.cc | 1114 void Heap::MoveElements(FixedArray* array, int dst_index, int src_index, argument 1119 Object** dst_objects = array->data_start() + dst_index; 1121 FIXED_ARRAY_ELEMENTS_WRITE_BARRIER(this, array, dst_index, len);
|
/external/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 2451 int dst_index, 2454 dst.SetUint(vform, dst_index, src.Uint(vform, src_index)); 2461 int dst_index, 2464 dst.SetUint(vform, dst_index, value); 2449 ins_element(VectorFormat vform, LogicVRegister dst, int dst_index, const LogicVRegister& src, int src_index) argument 2459 ins_immediate(VectorFormat vform, LogicVRegister dst, int dst_index, uint64_t imm) argument
|
H A D | simulator-aarch64.h | 2200 int dst_index, 2205 int dst_index,
|
/external/v8/src/interpreter/ |
H A D | interpreter.cc | 483 Node* dst_index = __ BytecodeOperandReg(1); local 484 __ StoreRegister(src_value, dst_index);
|
/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 5612 unsigned dst_index) 5623 if (i == dst_index) { 5609 emit_simple_1dst(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, unsigned dst_count, unsigned dst_index) argument
|
/external/v8/src/crankshaft/ |
H A D | hydrogen.cc | 2192 HValue* dst_index = AddUncasted<HAdd>(dst_offset, index); local 2193 Add<HSeqStringSetChar>(dst_encoding, dst, dst_index, value);
|