OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_shift
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
583
unsigned
src_shift
= lp_const_shift(src_type);
local
592
LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type,
src_shift
- 1);
602
if(
src_shift
> dst_shift) {
604
src_shift
- dst_shift);
679
unsigned
src_shift
= lp_const_shift(src_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
583
unsigned
src_shift
= lp_const_shift(src_type);
local
592
LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type,
src_shift
- 1);
602
if(
src_shift
> dst_shift) {
604
src_shift
- dst_shift);
679
unsigned
src_shift
= lp_const_shift(src_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
99
vg_bound_rect(src_loc, src_bounds,
src_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
99
vg_bound_rect(src_loc, src_bounds,
src_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
346
src_shift
= get_one_shift(src_channel)
348
value = '(%s >> %s)' % (value,
src_shift
- dst_shift)
/external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py
346
src_shift
= get_one_shift(src_channel)
348
value = '(%s >> %s)' % (value,
src_shift
- dst_shift)
Completed in 837 milliseconds