/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.h | 254 unsigned dst_index, in tgsi_transform_op1_inst() argument 265 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op1_inst() 279 unsigned dst_index, in tgsi_transform_op2_inst() argument 293 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op2_inst() 310 unsigned dst_index, in tgsi_transform_op3_inst() argument 325 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op3_inst() 344 unsigned dst_index, in tgsi_transform_op1_swz_inst() argument 356 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op1_swz_inst() 386 unsigned dst_index, in tgsi_transform_op2_swz_inst() argument 402 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op2_swz_inst() [all …]
|
/external/v8/src/compiler/ |
D | gap-resolver.cc | 61 int dst_index = -1; in Split() local 64 dst_index = dst_loc.register_code() * aliases; in Split() 66 dst_index = dst_loc.index(); in Split() 72 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split() 76 dst_index += dst_step; in Split() 78 AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 836 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local 838 pipe_resource_reference(&mgr->vertex_buffer[dst_index].buffer, NULL); in u_vbuf_set_vertex_buffers() 839 pipe_resource_reference(&mgr->real_vertex_buffer[dst_index].buffer, in u_vbuf_set_vertex_buffers() 848 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local 850 struct pipe_vertex_buffer *orig_vb = &mgr->vertex_buffer[dst_index]; in u_vbuf_set_vertex_buffers() 851 struct pipe_vertex_buffer *real_vb = &mgr->real_vertex_buffer[dst_index]; in u_vbuf_set_vertex_buffers() 867 nonzero_stride_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers() 869 enabled_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers() 873 incompatible_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers() 879 user_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1060 unsigned dst_index = start_slot + i; in nv50_set_vertex_buffers() local 1063 nv50->vbo_user |= 1 << dst_index; in nv50_set_vertex_buffers() 1065 nv50->vbo_constant |= 1 << dst_index; in nv50_set_vertex_buffers() 1067 nv50->vbo_constant &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1068 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1070 nv50->vbo_user &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1071 nv50->vbo_constant &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1075 nv50->vtxbufs_coherent |= (1 << dst_index); in nv50_set_vertex_buffers() 1077 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 934 unsigned dst_index = start_slot + i; in nvc0_set_vertex_buffers() local 937 nvc0->vbo_user |= 1 << dst_index; in nvc0_set_vertex_buffers() 939 nvc0->constant_vbos |= 1 << dst_index; in nvc0_set_vertex_buffers() 941 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 942 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 944 nvc0->vbo_user &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 945 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 949 nvc0->vtxbufs_coherent |= (1 << dst_index); in nvc0_set_vertex_buffers() 951 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 1668 ra_dst_is_aliasing(const struct tgsi_full_instruction *tgsi_inst, int dst_index) in ra_dst_is_aliasing() argument 1670 const struct tgsi_full_dst_register *d = &tgsi_inst->Dst[dst_index]; in ra_dst_is_aliasing() 1702 const struct tgsi_full_instruction *tgsi_inst, int dst_index, in ra_get_dst() argument 1705 const struct tgsi_full_dst_register *d = &tgsi_inst->Dst[dst_index]; in ra_get_dst() 1728 (ra_dst_is_indirect(d) || ra_dst_is_aliasing(tgsi_inst, dst_index) || in ra_get_dst() 1730 const enum toy_type type = ra_get_type(tgsi, tgsi_inst, dst_index, true); in ra_get_dst()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow.c | 684 unsigned int dst_index, in get_readers_for_single_write() argument 699 d->DstIndex = dst_index; in get_readers_for_single_write()
|
/external/v8/src/ |
D | elements.cc | 835 uint32_t dst_index, int copy_size) { in ConvertElementsWithCapacity() argument 850 from_kind, dst_index, packed_size, copy_size); in ConvertElementsWithCapacity() 2143 Handle<FixedArrayBase> backing_store, int dst_index, in MoveElements() argument 2148 if (heap->CanMoveObjectStart(*dst_elms) && dst_index == 0) { in MoveElements() 2159 MemMove(dst_elms->data_start() + dst_index, in MoveElements() 2163 heap->MoveElements(FixedArray::cast(*dst_elms), dst_index, src_index, in MoveElements() 2451 uint32_t dst_index) { in CopyArguments() argument 2459 Subclass::SetImpl(raw_backing_store, dst_index + i, argument, mode); in CopyArguments()
|
/external/vulkan-validation-layers/loader/ |
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/vixl/src/aarch64/ |
D | logic-aarch64.cc | 2451 int dst_index, in ins_element() argument 2454 dst.SetUint(vform, dst_index, src.Uint(vform, src_index)); in ins_element() 2461 int dst_index, in ins_immediate() argument 2464 dst.SetUint(vform, dst_index, value); in ins_immediate()
|
D | simulator-aarch64.h | 2200 int dst_index, 2205 int dst_index,
|
/external/v8/src/heap/ |
D | heap.cc | 1114 void Heap::MoveElements(FixedArray* array, int dst_index, int src_index, in MoveElements() argument 1119 Object** dst_objects = array->data_start() + dst_index; in MoveElements() 1121 FIXED_ARRAY_ELEMENTS_WRITE_BARRIER(this, array, dst_index, len); in MoveElements()
|
D | heap.h | 746 void MoveElements(FixedArray* array, int dst_index, int src_index, int len);
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 483 Node* dst_index = __ BytecodeOperandReg(1); in DoMov() local 484 __ StoreRegister(src_value, dst_index); in DoMov()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 5612 unsigned dst_index) in emit_simple_1dst() argument 5623 if (i == dst_index) { in emit_simple_1dst()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 2192 HValue* dst_index = AddUncasted<HAdd>(dst_offset, index); in BuildCopySeqStringChars() local 2193 Add<HSeqStringSetChar>(dst_encoding, dst, dst_index, value); in BuildCopySeqStringChars()
|