Searched refs:v_size (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated6.c884 int v_size = safe_mul(n, 1 * sizeof(GLshort)); local in function:_mesa_marshal_VertexAttribs1svNV
885 int cmd_size = sizeof(struct marshal_cmd_VertexAttribs1svNV) + v_size;
887 if (unlikely(v_size < 0 || (v_size > 0 && !v) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) {
896 memcpy(variable_data, v, v_size);
923 int v_size = safe_mul(n, 2 * sizeof(GLshort)); local in function:_mesa_marshal_VertexAttribs2svNV
924 int cmd_size = sizeof(struct marshal_cmd_VertexAttribs2svNV) + v_size;
926 if (unlikely(v_size < 0 || (v_size > 0 && !v) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) {
935 memcpy(variable_data, v, v_size);
962 int v_size = safe_mul(n, 3 * sizeof(GLshort)); local in function:_mesa_marshal_VertexAttribs3svNV
1001 int v_size = safe_mul(n, 4 * sizeof(GLshort)); local in function:_mesa_marshal_VertexAttribs4svNV
1040 int v_size = safe_mul(n, 1 * sizeof(GLfloat)); local in function:_mesa_marshal_VertexAttribs1fvNV
1079 int v_size = safe_mul(n, 2 * sizeof(GLfloat)); local in function:_mesa_marshal_VertexAttribs2fvNV
1118 int v_size = safe_mul(n, 3 * sizeof(GLfloat)); local in function:_mesa_marshal_VertexAttribs3fvNV
1157 int v_size = safe_mul(n, 4 * sizeof(GLfloat)); local in function:_mesa_marshal_VertexAttribs4fvNV
1196 int v_size = safe_mul(n, 1 * sizeof(GLdouble)); local in function:_mesa_marshal_VertexAttribs1dvNV
1235 int v_size = safe_mul(n, 2 * sizeof(GLdouble)); local in function:_mesa_marshal_VertexAttribs2dvNV
1274 int v_size = safe_mul(n, 3 * sizeof(GLdouble)); local in function:_mesa_marshal_VertexAttribs3dvNV
1313 int v_size = safe_mul(n, 4 * sizeof(GLdouble)); local in function:_mesa_marshal_VertexAttribs4dvNV
1352 int v_size = safe_mul(n, 4 * sizeof(GLubyte)); local in function:_mesa_marshal_VertexAttribs4ubvNV
[all...]
H A Dmarshal_generated5.c1845 int v_size = safe_mul(count, 4 * sizeof(GLfloat)); local in function:_mesa_marshal_ViewportArrayv
1846 int cmd_size = sizeof(struct marshal_cmd_ViewportArrayv) + v_size;
1848 if (unlikely(v_size < 0 || (v_size > 0 && !v) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) {
1857 memcpy(variable_data, v, v_size);
1951 int v_size = safe_mul(count, 4 * sizeof(int)); local in function:_mesa_marshal_ScissorArrayv
1952 int cmd_size = sizeof(struct marshal_cmd_ScissorArrayv) + v_size;
1954 if (unlikely(v_size < 0 || (v_size > 0 && !v) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) {
1963 memcpy(variable_data, v, v_size);
2057 int v_size = safe_mul(count, 2 * sizeof(GLclampd)); local in function:_mesa_marshal_DepthRangeArrayv
2150 int v_size = safe_mul((2 * count), 1 * sizeof(GLfloat)); local in function:_mesa_marshal_FramebufferSampleLocationsfvARB
2192 int v_size = safe_mul((2 * count), 1 * sizeof(GLfloat)); local in function:_mesa_marshal_NamedFramebufferSampleLocationsfvARB
[all...]
H A Dmarshal_generated7.c5381 int v_size = safe_mul(n, 1 * sizeof(GLhalfNV)); local in function:_mesa_marshal_VertexAttribs1hvNV
5382 int cmd_size = sizeof(struct marshal_cmd_VertexAttribs1hvNV) + v_size;
5384 if (unlikely(v_size < 0 || (v_size > 0 && !v) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) {
5393 memcpy(variable_data, v, v_size);
5420 int v_size = safe_mul(n, 2 * sizeof(GLhalfNV)); local in function:_mesa_marshal_VertexAttribs2hvNV
5421 int cmd_size = sizeof(struct marshal_cmd_VertexAttribs2hvNV) + v_size;
5423 if (unlikely(v_size < 0 || (v_size > 0 && !v) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) {
5432 memcpy(variable_data, v, v_size);
5459 int v_size = safe_mul(n, 3 * sizeof(GLhalfNV)); local in function:_mesa_marshal_VertexAttribs3hvNV
5498 int v_size = safe_mul(n, 4 * sizeof(GLhalfNV)); local in function:_mesa_marshal_VertexAttribs4hvNV
7389 int v_size = safe_mul((2 * count), 1 * sizeof(GLfloat)); local in function:_mesa_marshal_DepthRangeArrayfvOES
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dinterpret_edid.c114 if (!timing->v_size)
117 timing_aspect = (float)timing->h_size / timing->v_size;
120 p->real_vsize = max(p->real_vsize, timing->v_size);
605 r->v_size = V_SIZE;
H A Dedid.h459 int v_size; member in struct:detailed_timings
H A Dprint_edid.c301 xf86ErrorF("Image Size: %i x %i mm\n",t->h_size,t->v_size);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dinterpret_edid.c116 if (!timing->v_size)
119 timing_aspect = (float) timing->h_size / timing->v_size;
122 p->real_vsize = max(p->real_vsize, timing->v_size);
729 r->v_size = V_SIZE;
H A Dprint_edid.c333 xf86ErrorF("Image Size: %i x %i mm\n", t->h_size, t->v_size);
H A Dedid.h459 int v_size; member in struct:detailed_timings
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c578 static size_t IndexOf(const uint8_t* v, size_t v_size, uint8_t value) { argument
580 for (; i < v_size; ++i) {
596 const size_t v_size,
601 if (v_size == 0) {
605 for (i = 1; i < v_size; ++i) {
614 for (i = 0; i < v_size; ++i) {
595 MoveToFrontTransform(const uint32_t * BROTLI_RESTRICT v_in,const size_t v_size,uint32_t * v_out) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c625 /* We ignore h/v_size and h/v_border for now. */
837 det_mon->section.d_timings.v_size *= 10;
841 det_mon->section.d_timings.v_size = 10 * vsize;
H A Dxf86Crtc.c2948 det_mon->section.d_timings.v_size != 0) {
2951 p->output->mm_height = det_mon->section.d_timings.v_size;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c626 /* We ignore h/v_size and h/v_border for now. */
851 det_mon->section.d_timings.v_size *= 10;
855 det_mon->section.d_timings.v_size = 10 * vsize;
H A Dxf86Crtc.c3190 det_mon->section.d_timings.v_size != 0) {
3195 (det_mon->section.d_timings.v_size * 12)) &&
3196 ((det_mon->section.d_timings.v_size * 5) <
3199 p->output->mm_height = det_mon->section.d_timings.v_size;
3206 det_mon->section.d_timings.v_size);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c1928 ErrorF("v_size = %d\n", pd_timings->v_size);

Completed in 106 milliseconds