OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_shift
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
584
unsigned
dst_shift
= lp_const_shift(dst_type);
local
602
if(src_shift >
dst_shift
) {
604
src_shift -
dst_shift
);
680
unsigned
dst_shift
= lp_const_shift(dst_type);
local
684
if (src_shift <
dst_shift
) {
686
LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type,
dst_shift
- src_shift);
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
584
unsigned
dst_shift
= lp_const_shift(dst_type);
local
602
if(src_shift >
dst_shift
) {
604
src_shift -
dst_shift
);
680
unsigned
dst_shift
= lp_const_shift(dst_type);
local
684
if (src_shift <
dst_shift
) {
686
LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type,
dst_shift
- src_shift);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c
87
VGfloat src_shift[4],
dst_shift
[4], shift[4];
local
100
vg_bound_rect(dst_loc, dst_bounds,
dst_shift
);
101
shift[0] = src_shift[0] -
dst_shift
[0];
102
shift[1] = src_shift[1] -
dst_shift
[1];
/external/mesa3d/src/gallium/state_trackers/vega/
image.c
87
VGfloat src_shift[4],
dst_shift
[4], shift[4];
local
100
vg_bound_rect(dst_loc, dst_bounds,
dst_shift
);
101
shift[0] = src_shift[0] -
dst_shift
[0];
102
shift[1] = src_shift[1] -
dst_shift
[1];
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py
347
dst_shift
= get_one_shift(dst_channel)
348
value = '(%s >> %s)' % (value, src_shift -
dst_shift
)
/external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py
347
dst_shift
= get_one_shift(dst_channel)
348
value = '(%s >> %s)' % (value, src_shift -
dst_shift
)
Completed in 101 milliseconds