Searched refs:vpc (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c65 temp(struct nvfx_vpc *vpc) argument
67 int idx = ffs(~vpc->r_temps) - 1;
75 vpc->r_temps |= (1 << idx);
76 vpc->r_temps_discard |= (1 << idx);
81 release_temps(struct nvfx_vpc *vpc) argument
83 vpc->r_temps &= ~vpc->r_temps_discard;
84 vpc->r_temps_discard = 0;
88 constant(struct nvfx_vpc *vpc, int pipe, float x, float y, float z, float w) argument
90 struct nv30_vertprog *vp = vpc
117 emit_src(struct nv30_context *nv30, struct nvfx_vpc *vpc, uint32_t *hw, int pos, struct nvfx_src src) argument
201 emit_dst(struct nv30_context *nv30, struct nvfx_vpc *vpc, uint32_t *hw, int slot, struct nvfx_reg dst) argument
291 nvfx_vp_emit(struct nvfx_vpc *vpc, struct nvfx_insn insn) argument
364 tgsi_src(struct nvfx_vpc *vpc, const struct tgsi_full_src_register *fsrc) argument
419 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) argument
458 nvfx_vertprog_parse_instruction(struct nv30_context *nv30, struct nvfx_vpc *vpc, unsigned idx, const struct tgsi_full_instruction *finst) argument
817 nvfx_vertprog_parse_decl_output(struct nv30_context *nv30, struct nvfx_vpc *vpc, const struct tgsi_full_declaration *fdec) argument
889 nvfx_vertprog_prepare(struct nv30_context *nv30, struct nvfx_vpc *vpc) argument
975 struct nvfx_vpc *vpc = NULL; local
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c65 temp(struct nvfx_vpc *vpc) argument
67 int idx = ffs(~vpc->r_temps) - 1;
75 vpc->r_temps |= (1 << idx);
76 vpc->r_temps_discard |= (1 << idx);
81 release_temps(struct nvfx_vpc *vpc) argument
83 vpc->r_temps &= ~vpc->r_temps_discard;
84 vpc->r_temps_discard = 0;
88 constant(struct nvfx_vpc *vpc, int pipe, float x, float y, float z, float w) argument
90 struct nv30_vertprog *vp = vpc
117 emit_src(struct nv30_context *nv30, struct nvfx_vpc *vpc, uint32_t *hw, int pos, struct nvfx_src src) argument
201 emit_dst(struct nv30_context *nv30, struct nvfx_vpc *vpc, uint32_t *hw, int slot, struct nvfx_reg dst) argument
291 nvfx_vp_emit(struct nvfx_vpc *vpc, struct nvfx_insn insn) argument
364 tgsi_src(struct nvfx_vpc *vpc, const struct tgsi_full_src_register *fsrc) argument
419 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) argument
458 nvfx_vertprog_parse_instruction(struct nv30_context *nv30, struct nvfx_vpc *vpc, unsigned idx, const struct tgsi_full_instruction *finst) argument
817 nvfx_vertprog_parse_decl_output(struct nv30_context *nv30, struct nvfx_vpc *vpc, const struct tgsi_full_declaration *fdec) argument
889 nvfx_vertprog_prepare(struct nv30_context *nv30, struct nvfx_vpc *vpc) argument
975 struct nvfx_vpc *vpc = NULL; local
[all...]
/external/libcxx/test/depr/depr.c.headers/
H A Dstring_h.pass.cpp23 const void* vpc = 0; local
26 static_assert((std::is_same<decltype(memcpy(vp, vpc, s)), void*>::value), "");
27 static_assert((std::is_same<decltype(memmove(vp, vpc, s)), void*>::value), "");
32 static_assert((std::is_same<decltype(memcmp(vpc, vpc, s)), int>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcstring.pass.cpp23 const void* vpc = 0; local
26 static_assert((std::is_same<decltype(std::memcpy(vp, vpc, s)), void*>::value), "");
27 static_assert((std::is_same<decltype(std::memmove(vp, vpc, s)), void*>::value), "");
32 static_assert((std::is_same<decltype(std::memcmp(vpc, vpc, s)), int>::value), "");
37 // static_assert((std::is_same<decltype(std::memchr(vpc, 0, s)), const void*>::value), "");
/external/lldb/source/Expression/
H A DIRDynamicChecks.cpp614 ValidPointerChecker vpc(M, m_checker_functions);
616 if (!vpc.Inspect(*function))
619 if (!vpc.Instrument())
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp638 typedef void * const vpc; typedef in namespace:test23
641 void f(vpc (&)[10]) {}
643 typedef vpc vpca5[5];
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c539 struct gl_vertex_program *vpc = gl_vertex_program(clone); local
540 vpc->IsPositionInvariant = vp->IsPositionInvariant;
541 vpc->IsNVProgram = vp->IsNVProgram;
/external/mesa3d/src/mesa/program/
H A Dprogram.c539 struct gl_vertex_program *vpc = gl_vertex_program(clone); local
540 vpc->IsPositionInvariant = vp->IsPositionInvariant;
541 vpc->IsNVProgram = vp->IsNVProgram;
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3280 BlockdevOptionsGenericFormat * vpc; member in union:BlockdevOptions::__anon30074
H A Dqapi-visit.c6895 visit_start_implicit_struct(m, (void**) &(*obj)->vpc, sizeof(BlockdevOptionsGenericFormat), &err);
6897 visit_type_BlockdevOptionsGenericFormat_fields(m, &(*obj)->vpc, &err);

Completed in 226 milliseconds