Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c70 temp(struct nvfx_vpc *vpc) in temp() argument
72 int idx = ffs(~vpc->r_temps) - 1; in temp()
74 if (idx < 0 || (!vpc->is_nv4x && idx >= 16)) { in temp()
79 vpc->r_temps |= (1 << idx); in temp()
80 vpc->r_temps_discard |= (1 << idx); in temp()
85 release_temps(struct nvfx_vpc *vpc) in release_temps() argument
87 vpc->r_temps &= ~vpc->r_temps_discard; in release_temps()
88 vpc->r_temps_discard = 0; in release_temps()
92 constant(struct nvfx_vpc *vpc, in argument
121 emit_src(struct nvfx_vpc *vpc, uint32_t *hw, int pos, struct nvfx_src src) emit_src() argument
205 emit_dst(struct nvfx_vpc *vpc, uint32_t *hw, int slot, struct nvfx_reg dst) emit_dst() argument
295 nvfx_vp_emit(struct nvfx_vpc *vpc, struct nvfx_insn insn) nvfx_vp_emit() argument
367 tgsi_src(struct nvfx_vpc *vpc, const struct tgsi_full_src_register *fsrc) tgsi_src() argument
422 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) tgsi_dst() argument
461 nvfx_vertprog_parse_instruction(struct nvfx_vpc *vpc, unsigned idx, const struct tgsi_full_instruction *finst) nvfx_vertprog_parse_instruction() argument
799 nvfx_vertprog_parse_decl_output(struct nvfx_vpc *vpc, const struct tgsi_full_declaration *fdec) nvfx_vertprog_parse_decl_output() argument
875 nvfx_vertprog_prepare(struct nvfx_vpc *vpc) nvfx_vertprog_prepare() argument
961 struct nvfx_vpc *vpc = NULL; _nvfx_vertprog_translate() local
[all...]
H A Dnvfx_shader.h13 #define NVFX_VP(c) ((NV30_VP_##c) + (vpc->is_nv4x & ((NV40_VP_##c) - (NV30_VP_##c))))
/third_party/ffmpeg/libavcodec/
H A Dvc1_parser.c64 VC1ParseContext *vpc = s->priv_data; in vc1_extract_header() local
67 vpc->v.s.avctx = avctx; in vc1_extract_header()
68 vpc->v.parse_only = 1; in vc1_extract_header()
70 switch (vpc->prev_start_code) { in vc1_extract_header()
72 ff_vc1_decode_sequence_header(avctx, &vpc->v, &gb); in vc1_extract_header()
75 ff_vc1_decode_entry_point(avctx, &vpc->v, &gb); in vc1_extract_header()
78 if(vpc->v.profile < PROFILE_ADVANCED) in vc1_extract_header()
79 ret = ff_vc1_parse_frame_header (&vpc->v, &gb); in vc1_extract_header()
81 ret = ff_vc1_parse_frame_header_adv(&vpc->v, &gb); in vc1_extract_header()
87 if (vpc in vc1_extract_header()
135 VC1ParseContext *vpc = s->priv_data; vc1_parse() local
260 VC1ParseContext *vpc = s->priv_data; vc1_parse_init() local
[all...]

Completed in 4 milliseconds