HomeSort by relevance Sort by last modified time
    Searched defs:vbi (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/SemaCXX/
altivec.cpp 13 vector bool int vbi; local
28 int res9[vec_step(vbi) == 4 ? 1 : -1];
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 22 vector bool int vbi = { 1, 0, 1, 0 }; variable
163 res_vi = vec_add(vbi, vi);
167 res_vi = vec_add(vi, vbi);
175 res_vui = vec_add(vbi, vui);
179 res_vui = vec_add(vui, vbi);
239 res_vi = vec_vadduwm(vbi, vi);
243 res_vi = vec_vadduwm(vi, vbi);
251 res_vui = vec_vadduwm(vbi, vui);
255 res_vui = vec_vadduwm(vui, vbi);
325 res_vi = vec_adds(vbi, vi)
    [all...]
builtins-ppc-p8vector.c 28 vector bool int vbi = {0, -1, -1, 0}; variable
126 res_vbi = vec_mergee(vbi, vbi);
140 res_vbi = vec_mergeo(vbi, vbi);
289 res_vsi = vec_eqv(vbi, vbi);
    [all...]
builtins-ppc-vsx.c 17 vector bool int vbi = { 0, 1, 0, 1 }; variable
339 res_vbi = vec_vsx_ld(0, &vbi);
425 vec_vsx_st(vbi, 0, &res_vbi);
429 vec_vsx_st(vbi, 0, res_aui);
433 vec_vsx_st(vbi, 0, res_asi);
    [all...]
builtins-systemz-zvector-error.c 18 volatile vector bool int vbi; variable
125 vbi = vec_gather_element(vbi, vui, cptrui, idx); // expected-error {{no matching function}}
128 vbi = vec_gather_element(vbi, vui, cptrui, -1); // expected-error {{no matching function}}
131 vbi = vec_gather_element(vbi, vui, cptrui, 4); // expected-error {{no matching function}}
189 vec_scatter_element(vbi, vui, ptrui, idx); // expected-error {{no matching function}}
192 vec_scatter_element(vbi, vui, ptrui, -1); // expected-error {{no matching function}}
195 vec_scatter_element(vbi, vui, ptrui, 4); // expected-error {{no matching function}
    [all...]
builtins-systemz-zvector.c 18 volatile vector bool int vbi; variable
92 ui = vec_extract(vbi, idx);
119 vui = vec_insert(ui, vbi, idx);
184 vbi = vec_perm(vbi, vbi, vuc);
241 vsi = vec_sel(vsi, vsi, vbi);
243 vui = vec_sel(vui, vui, vbi);
244 vbi = vec_sel(vbi, vbi, vui)
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_state.c 422 struct pipe_vertex_buffer *vbi = &so->vb[idx]; local
424 assert(!vbi->user_buffer); /* XXX support user_buffer using
427 if (vbi->buffer) { /* GPU buffer */
428 cs->FE_VERTEX_STREAM_BASE_ADDR.bo = etna_resource(vbi->buffer)->bo;
429 cs->FE_VERTEX_STREAM_BASE_ADDR.offset = vbi->buffer_offset;
432 FE_VERTEX_STREAM_CONTROL_VERTEX_STRIDE(vbi->stride);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_vbo.c 83 nv30_vbuf_range(struct nv30_context *nv30, int vbi,
87 *base = nv30->vbo_min_index * nv30->vtxbuf[vbi].stride;
89 nv30->vbo_min_index + 1) * nv30->vtxbuf[vbi].stride;
276 const unsigned vbi = ve->vertex_buffer_index; local
300 transkey.element[j].input_buffer = vbi;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_vbo.c 74 const unsigned vbi = ve->vertex_buffer_index; local
101 if (so->vb_access_size[vbi] < (ve->src_offset + size))
102 so->vb_access_size[vbi] = ve->src_offset + size;
109 transkey.element[j].input_buffer = vbi;
119 so->instance_bufs |= 1 << vbi;
120 if (ve->instance_divisor < so->min_instance_div[vbi])
121 so->min_instance_div[vbi] = ve->instance_divisor;
196 nv50_user_vbuf_range(struct nv50_context *nv50, unsigned vbi,
199 assert(vbi < PIPE_MAX_ATTRIBS);
200 if (unlikely(nv50->vertex->instance_bufs & (1 << vbi))) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo.c 78 const unsigned vbi = ve->vertex_buffer_index; local
106 if (so->vb_access_size[vbi] < (ve->src_offset + size))
107 so->vb_access_size[vbi] = ve->src_offset + size;
111 so->instance_bufs |= 1 << vbi;
112 if (ve->instance_divisor < so->min_instance_div[vbi])
113 so->min_instance_div[vbi] = ve->instance_divisor;
126 transkey.element[j].input_buffer = vbi;
204 nvc0_user_vbuf_range(struct nvc0_context *nvc0, int vbi,
207 if (unlikely(nvc0->vertex->instance_bufs & (1 << vbi))) {
208 const uint32_t div = nvc0->vertex->min_instance_div[vbi];
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c 341 unsigned i, v, vbi; local
369 vbi = velem->vertex_buffer_index;
370 vbuf = &r300->vertex_buffer[vbi];
374 if (!map[vbi]) {
375 map[vbi] = (uint32_t*)r300->rws->buffer_map(
378 map[vbi] += (vbuf->buffer_offset / 4) + stride[i] * info->start;
380 mapelem[i] = map[vbi] + (velem->src_offset / 4);
    [all...]
  /external/valgrind/VEX/priv/
host_ppc_isel.c 288 const VexAbiInfo* vbi; // unused member in struct:__anon41856
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 1154 struct v4l2_vbi_format vbi; member in union:v4l2_format::__anon1256
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 430 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
431 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
432 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
433 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
2130 struct v4l2_vbi_format vbi; \/* V4L2_BUF_TYPE_VBI_CAPTURE *\/ member in union:v4l2_format::__anon23464
    [all...]
  /external/v4l2_codec2/vda/
videodev2.h 422 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
423 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
424 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
425 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
2052 struct v4l2_vbi_format vbi; \/* V4L2_BUF_TYPE_VBI_CAPTURE *\/ member in union:v4l2_format::__anon40714
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
videodev2.h 1239 struct v4l2_vbi_format vbi; member in union:v4l2_format::__anon51257
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
videodev2.h 247 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
248 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
249 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
250 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
1747 struct v4l2_vbi_format vbi; \/* V4L2_BUF_TYPE_VBI_CAPTURE *\/ member in union:v4l2_format::__anon51364
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
videodev2.h 1337 struct v4l2_vbi_format vbi; member in union:v4l2_format::__anon51505
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
videodev2.h 253 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
254 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
255 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
256 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
1872 struct v4l2_vbi_format vbi; \/* V4L2_BUF_TYPE_VBI_CAPTURE *\/ member in union:v4l2_format::__anon51656
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
videodev2.h 1454 struct v4l2_vbi_format vbi; member in union:v4l2_format::__anon51797
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
videodev2.h 414 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
415 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
416 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
417 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
2132 struct v4l2_vbi_format vbi; \/* V4L2_BUF_TYPE_VBI_CAPTURE *\/ member in union:v4l2_format::__anon51931
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/linux/
videodev2.h 1078 struct v4l2_vbi_format vbi; member in union:v4l2_format::__anon52060
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
videodev2.h 253 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
254 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
255 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
256 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
1876 struct v4l2_vbi_format vbi; \/* V4L2_BUF_TYPE_VBI_CAPTURE *\/ member in union:v4l2_format::__anon52159
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
videodev2.h 1237 struct v4l2_vbi_format vbi; member in union:v4l2_format::__anon52396
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 244 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
245 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
246 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
247 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
1744 struct v4l2_vbi_format vbi; \/* V4L2_BUF_TYPE_VBI_CAPTURE *\/ member in union:v4l2_format::__anon52493
    [all...]

Completed in 1223 milliseconds

1 2