Searched refs:vp (Results 76 - 100 of 287) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c43 (PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[x]), \
73 static unsigned long t_dst_index(struct r300_vertex_program_code *vp, argument
77 return vp->outputs[dst->Index];
122 static unsigned long t_src_index(struct r300_vertex_program_code *vp, argument
126 assert(vp->inputs[src->Index] != -1);
127 return vp->inputs[src->Index];
140 static unsigned long t_src(struct r300_vertex_program_code *vp, argument
146 return PVS_SRC_OPERAND(t_src_index(vp, src),
156 static unsigned long t_src_scalar(struct r300_vertex_program_code *vp, argument
164 return PVS_SRC_OPERAND(t_src_index(vp, sr
174 valid_dst(struct r300_vertex_program_code *vp, struct rc_dst_register *dst) argument
186 ei_vector1(struct r300_vertex_program_code *vp, unsigned int hw_opcode, struct rc_sub_instruction *vpi, unsigned int * inst) argument
202 ei_vector2(struct r300_vertex_program_code *vp, unsigned int hw_opcode, struct rc_sub_instruction *vpi, unsigned int * inst) argument
218 ei_math1(struct r300_vertex_program_code *vp, unsigned int hw_opcode, struct rc_sub_instruction *vpi, unsigned int * inst) argument
234 ei_lit(struct r300_vertex_program_code *vp, struct rc_sub_instruction *vpi, unsigned int * inst) argument
270 ei_mad(struct r300_vertex_program_code *vp, struct rc_sub_instruction *vpi, unsigned int * inst) argument
343 ei_pow(struct r300_vertex_program_code *vp, struct rc_sub_instruction *vpi, unsigned int * inst) argument
[all...]
/external/stlport/stlport/stl/
H A D_hash_fun.h134 __vp vp; local
135 vp.p = __x;
136 return vp.s;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs.c193 struct brw_vertex_program *vp,
211 c.vp = vp;
213 c.prog_data.outputs_written = vp->program.Base.OutputsWritten;
214 c.prog_data.inputs_read = vp->program.Base.InputsRead;
235 _mesa_fprint_program_opt(stdout, &c.vp->program.Base, PROG_PRINT_DEBUG,
252 if (c.vp->program.Base.SamplersUsed)
288 aux_size += c.vp->program.Base.Parameters->NumParameters;
378 struct brw_vertex_program *vp = local
388 key.program_string_id = vp
191 do_vs_prog(struct brw_context *brw, struct gl_shader_program *prog, struct brw_vertex_program *vp, struct brw_vs_prog_key *key) argument
469 struct gl_vertex_program *vp = (struct gl_vertex_program *) local
[all...]
H A Dgen6_vs_state.c42 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],
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_clip.c54 if (st->vp) {
H A Dst_atom_array.c310 is_interleaved_arrays(const struct st_vertex_program *vp, argument
321 const GLuint mesaAttr = vp->index_to_input[attr];
359 setup_interleaved_attribs(const struct st_vertex_program *vp, argument
375 const GLuint mesaAttr0 = vp->index_to_input[0];
385 low_addr = arrays[vp->index_to_input[0]]->Ptr;
388 const GLubyte *start = arrays[vp->index_to_input[attr]]->Ptr;
403 const GLuint mesaAttr = vp->index_to_input[attr];
462 const struct st_vertex_program *vp,
472 const GLuint mesaAttr = vp->index_to_input[attr];
534 const struct st_vertex_program *vp; local
461 setup_non_interleaved_attribs(struct st_context *st, const struct st_vertex_program *vp, const struct st_vp_variant *vpv, const struct gl_client_array **arrays, struct pipe_vertex_buffer vbuffer[], struct pipe_vertex_element velements[]) argument
[all...]
H A Dst_cb_drawtex.c257 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...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.h226 explicit VideoProcessorEncodeCompleteCallback(VideoProcessorImpl* vp) argument
227 : video_processor_(vp) {}
241 explicit VideoProcessorDecodeCompleteCallback(VideoProcessorImpl* vp) argument
242 : video_processor_(vp) {
/external/clang/test/Sema/
H A Dblock-misc.c166 void *vp = bp;
168 f(1 ? bp : vp);
169 f(1 ? vp : bp);
174 (void)(bp > vp); // expected-error {{invalid operands}}
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs.c193 struct brw_vertex_program *vp,
211 c.vp = vp;
213 c.prog_data.outputs_written = vp->program.Base.OutputsWritten;
214 c.prog_data.inputs_read = vp->program.Base.InputsRead;
235 _mesa_fprint_program_opt(stdout, &c.vp->program.Base, PROG_PRINT_DEBUG,
252 if (c.vp->program.Base.SamplersUsed)
288 aux_size += c.vp->program.Base.Parameters->NumParameters;
378 struct brw_vertex_program *vp = local
388 key.program_string_id = vp
191 do_vs_prog(struct brw_context *brw, struct gl_shader_program *prog, struct brw_vertex_program *vp, struct brw_vs_prog_key *key) argument
469 struct gl_vertex_program *vp = (struct gl_vertex_program *) local
[all...]
H A Dgen6_vs_state.c42 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],
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_clip.c54 if (st->vp) {
H A Dst_atom_array.c310 is_interleaved_arrays(const struct st_vertex_program *vp, argument
321 const GLuint mesaAttr = vp->index_to_input[attr];
359 setup_interleaved_attribs(const struct st_vertex_program *vp, argument
375 const GLuint mesaAttr0 = vp->index_to_input[0];
385 low_addr = arrays[vp->index_to_input[0]]->Ptr;
388 const GLubyte *start = arrays[vp->index_to_input[attr]]->Ptr;
403 const GLuint mesaAttr = vp->index_to_input[attr];
462 const struct st_vertex_program *vp,
472 const GLuint mesaAttr = vp->index_to_input[attr];
534 const struct st_vertex_program *vp; local
461 setup_non_interleaved_attribs(struct st_context *st, const struct st_vertex_program *vp, const struct st_vp_variant *vpv, const struct gl_client_array **arrays, struct pipe_vertex_buffer vbuffer[], struct pipe_vertex_element velements[]) argument
[all...]
H A Dst_cb_drawtex.c257 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...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_track_view.js292 var vp = this.viewport_;
324 vp.panX += vp.xViewVectorToWorld(viewWidth * 0.1);
328 vp.panX -= vp.xViewVectorToWorld(viewWidth * 0.1);
331 vp.panX += vp.xViewVectorToWorld(viewWidth * 0.5);
334 vp.panX -= vp.xViewVectorToWorld(viewWidth * 0.5);
352 var vp
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c142 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_
204 nv50_check_program_ucps(struct nv50_context *nv50, struct nv50_program *vp, uint8_t mask) argument
228 struct nv50_program *vp; local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c142 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_
204 nv50_check_program_ucps(struct nv50_context *nv50, struct nv50_program *vp, uint8_t mask) argument
228 struct nv50_program *vp; local
[all...]
/external/clang/test/SemaCXX/
H A Daltivec.cpp12 vector pixel vp; local
27 int res8[vec_step(vp) == 8 ? 1 : -1];
/external/fio/
H A Dparse.c33 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
394 str_match_len(const struct value_pair *vp, const char *str) argument
418 const struct value_pair *vp; local
[all...]
/external/checkpolicy/
H A Dqueue.c124 int queue_map(queue_t q, int (*f) (queue_element_t, void *), void *vp) argument
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);
142 queue_map_remove_on_error(queue_t q, int (*f) (queue_element_t, void *), void (*g) (queue_element_t, void *), void *vp) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
H A Ddbg-objfmt.c124 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/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dgraw_util.h195 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...]
H A Dquad-sample.c69 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/gallium/tests/graw/
H A Dgraw_util.h195 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...]
H A Dquad-sample.c69 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...]

Completed in 444 milliseconds

1234567891011>>