HomeSort by relevance Sort by last modified time
    Searched refs:dst_index (Results 1 - 25 of 49) sorted by null

1 2

  /system/update_engine/payload_generator/
topological_sort_unittest.cc 88 vector<Vertex::Index>::size_type dst_index = 0; local
89 EXPECT_TRUE(IndexOf(sorted, it->first, &dst_index));
90 EXPECT_LT(dst_index, src_index);
  /external/v8/src/compiler/
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/
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;
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_jpeg_interface.h 203 int32_t dst_index; member in struct:__anon4392
241 int32_t dst_index; member in struct:__anon4393
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h 203 int32_t dst_index; member in struct:__anon4944
241 int32_t dst_index; member in struct:__anon4945
  /device/google/marlin/camera/QCamera2/stack/common/
mm_jpeg_interface.h 265 int32_t dst_index; member in struct:__anon3816
320 int32_t dst_index; member in struct:__anon3817
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_jpeg_interface.h 268 int32_t dst_index; member in struct:__anon44114
323 int32_t dst_index; member in struct:__anon44115
  /external/mesa3d/src/gallium/auxiliary/util/
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;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
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);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
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);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 579 p_params->dest_buf[p_jobparams->dst_index].buf_size;
584 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline;
586 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride;
631 p_session->p_out_omx_buf[p_jobparams->dst_index]);
763 (p_jobparams->dst_index >= (int32_t)p_session->dec_params.num_dst_bufs)) {
mm_jpeg.c     [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 585 p_params->dest_buf[p_jobparams->dst_index].buf_size;
590 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline;
592 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride;
637 p_session->p_out_omx_buf[p_jobparams->dst_index]);
770 (p_jobparams->dst_index >= (int32_t)p_session->dec_params.num_dst_bufs)) {
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 585 p_params->dest_buf[p_jobparams->dst_index].buf_size;
590 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline;
592 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride;
637 p_session->p_out_omx_buf[p_jobparams->dst_index]);
770 (p_jobparams->dst_index >= (int32_t)p_session->dec_params.num_dst_bufs)) {
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 579 p_params->dest_buf[p_jobparams->dst_index].buf_size;
584 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline;
586 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride;
631 p_session->p_out_omx_buf[p_jobparams->dst_index]);
763 (p_jobparams->dst_index >= (int32_t)p_session->dec_params.num_dst_bufs)) {
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 349 p_job_params->dst_index = 0;
430 jpeg_obj.job.encode_job.dst_index = (int32_t) i;
434 jpeg_obj.job.encode_job.dst_index = -1;
mm_jpegdec_test.c 293 p_job_params->dst_index = 0;
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 349 p_job_params->dst_index = 0;
430 jpeg_obj.job.encode_job.dst_index = (int32_t) i;
434 jpeg_obj.job.encode_job.dst_index = -1;
mm_jpegdec_test.c 293 p_job_params->dst_index = 0;
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 417 p_job_params->dst_index = 0;
494 jpeg_obj->job.encode_job.dst_index = (int32_t) i;
498 jpeg_obj->job.encode_job.dst_index = -1;
mm_jpegdec_test.c 301 p_job_params->dst_index = 0;
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 423 p_job_params->dst_index = 0;
500 jpeg_obj->job.encode_job.dst_index = (int32_t) i;
504 jpeg_obj->job.encode_job.dst_index = -1;
mm_jpegdec_test.c 301 p_job_params->dst_index = 0;
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 684 unsigned int dst_index,
699 d->DstIndex = dst_index;

Completed in 707 milliseconds

1 2