OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_factor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_soa.c
244
unsigned
dst_factor
= i < 3 ? blend->rt[rt].rgb_dst_factor : blend->rt[rt].alpha_dst_factor;
local
255
bld.factor[1][1][i] = lp_build_blend_soa_factor(&bld,
dst_factor
, i);
263
dst_factor
,
295
(
dst_factor
== PIPE_BLENDFACTOR_DST_ALPHA ||
296
dst_factor
== PIPE_BLENDFACTOR_INV_DST_ALPHA)) {
lp_bld_blend_aos.c
271
LLVMValueRef src_factor,
dst_factor
;
local
294
dst_factor
= lp_build_blend_factor(&bld, state->rgb_dst_factor,
304
dst_factor
,
318
dst_factor
,
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_soa.c
244
unsigned
dst_factor
= i < 3 ? blend->rt[rt].rgb_dst_factor : blend->rt[rt].alpha_dst_factor;
local
255
bld.factor[1][1][i] = lp_build_blend_soa_factor(&bld,
dst_factor
, i);
263
dst_factor
,
295
(
dst_factor
== PIPE_BLENDFACTOR_DST_ALPHA ||
296
dst_factor
== PIPE_BLENDFACTOR_INV_DST_ALPHA)) {
lp_bld_blend_aos.c
271
LLVMValueRef src_factor,
dst_factor
;
local
294
dst_factor
= lp_build_blend_factor(&bld, state->rgb_dst_factor,
304
dst_factor
,
318
dst_factor
,
Completed in 64 milliseconds