OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int16_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
402
struct lp_type
int16_type
= dst_type;
local
409
int16_type
.width *= 2;
410
int16_type
.length /= 2;
411
int16_type
.sign = 1;
428
lo = lp_build_pack2(gallivm, int32_type,
int16_type
, tmp[0], tmp[1]);
429
hi = lp_build_pack2(gallivm, int32_type,
int16_type
, tmp[2], tmp[3]);
430
dst[i] = lp_build_pack2(gallivm,
int16_type
, dst_type, lo, hi);
457
struct lp_type
int16_type
= dst_type;
local
464
int16_type
.width *= 2;
465
int16_type
.length /= 2
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
402
struct lp_type
int16_type
= dst_type;
local
409
int16_type
.width *= 2;
410
int16_type
.length /= 2;
411
int16_type
.sign = 1;
428
lo = lp_build_pack2(gallivm, int32_type,
int16_type
, tmp[0], tmp[1]);
429
hi = lp_build_pack2(gallivm, int32_type,
int16_type
, tmp[2], tmp[3]);
430
dst[i] = lp_build_pack2(gallivm,
int16_type
, dst_type, lo, hi);
457
struct lp_type
int16_type
= dst_type;
local
464
int16_type
.width *= 2;
465
int16_type
.length /= 2
[
all
...]
Completed in 1293 milliseconds