Searched refs:get_dst (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c369 get_offset_t get_dst = (dst->layout == SWIZZLED ? local
383 memcpy(dp + get_dst(dst, dx + x, dy + y),
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c369 get_offset_t get_dst = (dst->layout == SWIZZLED ? local
383 memcpy(dp + get_dst(dst, dx + x, dy + y),
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h167 struct brw_reg get_dst(void);
H A Dbrw_vec4_emit.cpp157 vec4_instruction::get_dst(void) function in class:brw::vec4_instruction
881 dst = inst->get_dst();
H A Dbrw_vs_emit.c1380 static struct brw_reg get_dst( struct brw_vs_compile *c, function
1918 /* Can't just make get_dst "do the right thing" here because other
1919 * callers of get_dst don't expect any special behavior for the
1924 dst = get_dst(c, inst->DstReg);
2126 brw_MOV(p, get_dst(c, inst->DstReg), dst);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h167 struct brw_reg get_dst(void);
H A Dbrw_vec4_emit.cpp157 vec4_instruction::get_dst(void) function in class:brw::vec4_instruction
881 dst = inst->get_dst();
H A Dbrw_vs_emit.c1380 static struct brw_reg get_dst( struct brw_vs_compile *c, function
1918 /* Can't just make get_dst "do the right thing" here because other
1919 * callers of get_dst don't expect any special behavior for the
1924 dst = get_dst(c, inst->DstReg);
2126 brw_MOV(p, get_dst(c, inst->DstReg), dst);

Completed in 171 milliseconds