HomeSort by relevance Sort by last modified time
    Searched refs:vp (Results 76 - 100 of 255) sorted by null

1 2 34 5 6 7 8 91011

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state_validate.c 142 struct pipe_viewport_state *vp = &nv50->viewport; local
163 minx = MAX2(minx, (int)(vp->translate[0] - fabsf(vp->scale[0])));
164 maxx = MIN2(maxx, (int)(vp->translate[0] + fabsf(vp->scale[0])));
165 miny = MAX2(miny, (int)(vp->translate[1] - fabsf(vp->scale[1])));
166 maxy = MIN2(maxy, (int)(vp->translate[1] + fabsf(vp->scale[1])));
205 struct nv50_program *vp, uint8_t mask
228 struct nv50_program *vp; local
    [all...]
  /external/clang/test/SemaCXX/
altivec.cpp 12 vector pixel vp; local
27 int res8[vec_step(vp) == 8 ? 1 : -1];
cstyle-cast.cpp 175 void *vp = (void*)(testval); local
176 long l = (long)(vp);
209 void *vp = (void*)(fp); local
210 (void)(fnptr)(vp);
  /external/fio/
parse.c 33 const struct value_pair *vp; local
39 vp = &o->posval[entries];
40 if (!vp->ival || vp->ival[0] == '\0')
43 memcpy(&vpmap[entries], vp, sizeof(*vp));
76 const struct value_pair *vp = &o->posval[i]; local
78 if (!vp->ival)
81 log_info("%20s: %-10s", i == 0 ? "valid values" : "", vp->ival);
82 if (vp->help
418 const struct value_pair *vp; local
    [all...]
  /external/checkpolicy/
queue.c 124 int queue_map(queue_t q, int (*f) (queue_element_t, void *), void *vp)
134 ret = f(p->element, vp);
144 void (*g) (queue_element_t, void *), void *vp)
155 ret = f(p->element, vp);
169 g(temp->element, vp);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_vs_state.c 42 const struct brw_vertex_program *vp = local
45 bool uses_clip_distance = vp->program.UsesClipDistance;
54 _mesa_load_state_parameters(ctx, vp->program.Base.Parameters);
95 for (i = 0; i < vp->program.Base.Parameters->NumParameters; i++) {
98 vp->program.Base.Parameters->ParameterValues[i],
brw_state_dump.c 126 batch_out(brw, name, offset, 7, "vp xmin %f\n", clip->viewport_xmin);
127 batch_out(brw, name, offset, 8, "vp xmax %f\n", clip->viewport_xmax);
128 batch_out(brw, name, offset, 9, "vp ymin %f\n", clip->viewport_ymin);
129 batch_out(brw, name, offset, 10, "vp ymax %f\n", clip->viewport_ymax);
302 const char *name = "SF VP";
303 struct brw_sf_viewport *vp = intel->batch.bo->virtual + offset; local
307 batch_out(brw, name, offset, 0, "m00 = %f\n", vp->viewport.m00);
308 batch_out(brw, name, offset, 1, "m11 = %f\n", vp->viewport.m11);
309 batch_out(brw, name, offset, 2, "m22 = %f\n", vp->viewport.m22);
310 batch_out(brw, name, offset, 3, "m30 = %f\n", vp->viewport.m30)
325 struct brw_clipper_viewport *vp = intel->batch.bo->virtual + offset; local
340 struct gen7_sf_clip_viewport *vp = intel->batch.bo->virtual + offset; local
360 struct brw_cc_viewport *vp = brw->intel.batch.bo->virtual + offset; local
    [all...]
brw_vs_surface_state.c 50 struct brw_vertex_program *vp = local
52 const struct gl_program_parameter_list *params = vp->program.Base.Parameters;
55 if (vp->program.IsNVProgram)
61 _mesa_load_state_parameters(&brw->intel.ctx, vp->program.Base.Parameters);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c 124 yasm_valparam *vp; local
134 vp = yasm_vps_first(valparams);
135 if (!yasm_vp_string(vp)) {
139 retval = yasm_object_get_general(object, yasm_vp_string(vp), 0, 0, 0,
145 fprintf(objfmt_dbg->dbgfile, "\"%s\" section\n", vp->val);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_vs_state.c 42 const struct brw_vertex_program *vp = local
45 bool uses_clip_distance = vp->program.UsesClipDistance;
54 _mesa_load_state_parameters(ctx, vp->program.Base.Parameters);
95 for (i = 0; i < vp->program.Base.Parameters->NumParameters; i++) {
98 vp->program.Base.Parameters->ParameterValues[i],
brw_state_dump.c 126 batch_out(brw, name, offset, 7, "vp xmin %f\n", clip->viewport_xmin);
127 batch_out(brw, name, offset, 8, "vp xmax %f\n", clip->viewport_xmax);
128 batch_out(brw, name, offset, 9, "vp ymin %f\n", clip->viewport_ymin);
129 batch_out(brw, name, offset, 10, "vp ymax %f\n", clip->viewport_ymax);
302 const char *name = "SF VP";
303 struct brw_sf_viewport *vp = intel->batch.bo->virtual + offset; local
307 batch_out(brw, name, offset, 0, "m00 = %f\n", vp->viewport.m00);
308 batch_out(brw, name, offset, 1, "m11 = %f\n", vp->viewport.m11);
309 batch_out(brw, name, offset, 2, "m22 = %f\n", vp->viewport.m22);
310 batch_out(brw, name, offset, 3, "m30 = %f\n", vp->viewport.m30)
325 struct brw_clipper_viewport *vp = intel->batch.bo->virtual + offset; local
340 struct gen7_sf_clip_viewport *vp = intel->batch.bo->virtual + offset; local
360 struct brw_cc_viewport *vp = brw->intel.batch.bo->virtual + offset; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 195 struct pipe_viewport_state vp; local
197 vp.scale[0] = half_width;
198 vp.scale[1] = half_height;
199 vp.scale[2] = half_depth;
200 vp.scale[3] = 1.0f;
202 vp.translate[0] = half_width + x;
203 vp.translate[1] = half_height + y;
204 vp.translate[2] = half_depth + z;
205 vp.translate[3] = 0.0f;
207 info->ctx->set_viewport_state(info->ctx, &vp);
    [all...]
quad-sample.c 69 struct pipe_viewport_state vp; local
71 vp.scale[0] = half_width;
72 vp.scale[1] = half_height;
73 vp.scale[2] = half_depth;
74 vp.scale[3] = 1.0f;
76 vp.translate[0] = half_width + x;
77 vp.translate[1] = half_height + y;
78 vp.translate[2] = half_depth + z;
79 vp.translate[3] = 0.0f;
81 ctx->set_viewport_state( ctx, &vp );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawtex.c 257 struct pipe_viewport_state vp; local
258 vp.scale[0] = 0.5f * width;
259 vp.scale[1] = height * (invert ? -0.5f : 0.5f);
260 vp.scale[2] = 1.0f;
261 vp.scale[3] = 1.0f;
262 vp.translate[0] = 0.5f * width;
263 vp.translate[1] = 0.5f * height;
264 vp.translate[2] = 0.0f;
265 vp.translate[3] = 0.0f;
266 cso_set_viewport(cso, &vp);
    [all...]
st_atom_constbuf.c 118 struct st_vertex_program *vp = st->vp; local
119 struct gl_program_parameter_list *params = vp->Base.Base.Parameters;
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 195 struct pipe_viewport_state vp; local
197 vp.scale[0] = half_width;
198 vp.scale[1] = half_height;
199 vp.scale[2] = half_depth;
200 vp.scale[3] = 1.0f;
202 vp.translate[0] = half_width + x;
203 vp.translate[1] = half_height + y;
204 vp.translate[2] = half_depth + z;
205 vp.translate[3] = 0.0f;
207 info->ctx->set_viewport_state(info->ctx, &vp);
    [all...]
quad-sample.c 69 struct pipe_viewport_state vp; local
71 vp.scale[0] = half_width;
72 vp.scale[1] = half_height;
73 vp.scale[2] = half_depth;
74 vp.scale[3] = 1.0f;
76 vp.translate[0] = half_width + x;
77 vp.translate[1] = half_height + y;
78 vp.translate[2] = half_depth + z;
79 vp.translate[3] = 0.0f;
81 ctx->set_viewport_state( ctx, &vp );
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 257 struct pipe_viewport_state vp; local
258 vp.scale[0] = 0.5f * width;
259 vp.scale[1] = height * (invert ? -0.5f : 0.5f);
260 vp.scale[2] = 1.0f;
261 vp.scale[3] = 1.0f;
262 vp.translate[0] = 0.5f * width;
263 vp.translate[1] = 0.5f * height;
264 vp.translate[2] = 0.0f;
265 vp.translate[3] = 0.0f;
266 cso_set_viewport(cso, &vp);
    [all...]
st_atom_constbuf.c 118 struct st_vertex_program *vp = st->vp; local
119 struct gl_program_parameter_list *params = vp->Base.Base.Parameters;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 147 D3D11_VIEWPORT vp; local
148 memset(&vp, 0, sizeof(vp));
149 vp.Width = (float)width;
150 vp.Height = (float)height;
151 vp.MaxDepth = 1.0f;
203 ctx->RSSetViewports(1, &vp);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 147 D3D11_VIEWPORT vp; local
148 memset(&vp, 0, sizeof(vp));
149 vp.Width = (float)width;
150 vp.Height = (float)height;
151 vp.MaxDepth = 1.0f;
203 ctx->RSSetViewports(1, &vp);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.c 217 nvc0_vtgp_hdr_update_oread(struct nvc0_program *vp, uint8_t slot)
219 uint8_t min = (vp->hdr[4] >> 12) & 0xff;
220 uint8_t max = (vp->hdr[4] >> 24);
225 vp->hdr[4] = (max << 24) | (min << 12);
228 /* Common part of header generation for VP, TCP, TEP and GP. */
230 nvc0_vtgp_gen_header(struct nvc0_program *vp, struct nv50_ir_prog_info *info)
241 vp->hdr[5 + a / 32] |= 1 << (a % 32);
243 nvc0_vtgp_hdr_update_oread(vp, info->in[i].slot[c]);
256 vp->hdr[13 + a / 32] |= 1 << (a % 32);
258 nvc0_vtgp_hdr_update_oread(vp, info->out[i].slot[c])
    [all...]
nvc0_program.h 44 } vp; member in struct:nvc0_program
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 217 nvc0_vtgp_hdr_update_oread(struct nvc0_program *vp, uint8_t slot)
219 uint8_t min = (vp->hdr[4] >> 12) & 0xff;
220 uint8_t max = (vp->hdr[4] >> 24);
225 vp->hdr[4] = (max << 24) | (min << 12);
228 /* Common part of header generation for VP, TCP, TEP and GP. */
230 nvc0_vtgp_gen_header(struct nvc0_program *vp, struct nv50_ir_prog_info *info)
241 vp->hdr[5 + a / 32] |= 1 << (a % 32);
243 nvc0_vtgp_hdr_update_oread(vp, info->in[i].slot[c]);
256 vp->hdr[13 + a / 32] |= 1 << (a % 32);
258 nvc0_vtgp_hdr_update_oread(vp, info->out[i].slot[c])
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 469 rdf_helper_flag(void *obj, yasm_valparam *vp, unsigned long line, void *d,
606 yasm_valparam *vp = yasm_vps_first(objext_valparams); local
607 for (; vp; vp = yasm_vps_next(vp)) {
608 if (!vp->val) {
613 if (!(align_expr = yasm_vp_expr(vp,
620 vp->val);
636 N_("Unrecognized qualifier `%s'"), vp->val);
853 rdf_helper_set_type(void *obj, yasm_valparam *vp, unsigned long line
884 yasm_valparam *vp = yasm_vps_first(valparams); local
1033 yasm_valparam *vp = yasm_vps_first(valparams); local
1041 yasm_valparam *vp = yasm_vps_first(valparams); local
    [all...]

Completed in 1106 milliseconds

1 2 34 5 6 7 8 91011