OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_bld
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
551
struct lp_build_context
s_bld
;
local
631
lp_build_context_init(&
s_bld
, gallivm, s_type);
696
s_bld
.type.length*
s_bld
.type.width),
699
s_bld
.int_vec_type, "");
703
stencil_refs[0] = lp_build_broadcast_scalar(&
s_bld
, stencil_refs[0]);
704
stencil_refs[1] = lp_build_broadcast_scalar(&
s_bld
, stencil_refs[1]);
706
s_pass_mask = lp_build_stencil_test(&
s_bld
, stencil,
712
LLVMValueRef s_fail_mask = lp_build_andnot(&
s_bld
, orig_mask, s_pass_mask);
713
stencil_vals = lp_build_stencil_op(&
s_bld
, stencil, S_FAIL_OP
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
551
struct lp_build_context
s_bld
;
local
631
lp_build_context_init(&
s_bld
, gallivm, s_type);
696
s_bld
.type.length*
s_bld
.type.width),
699
s_bld
.int_vec_type, "");
703
stencil_refs[0] = lp_build_broadcast_scalar(&
s_bld
, stencil_refs[0]);
704
stencil_refs[1] = lp_build_broadcast_scalar(&
s_bld
, stencil_refs[1]);
706
s_pass_mask = lp_build_stencil_test(&
s_bld
, stencil,
712
LLVMValueRef s_fail_mask = lp_build_andnot(&
s_bld
, orig_mask, s_pass_mask);
713
stencil_vals = lp_build_stencil_op(&
s_bld
, stencil, S_FAIL_OP
[
all
...]
Completed in 62 milliseconds