Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fail_op
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_zsa.c
65
so->stencil[i].
fail_op
= so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP;
in etna_zsa_state_create()
77
if (so->stencil[0].
fail_op
!= PIPE_STENCIL_OP_KEEP ||
in etna_zsa_state_create()
83
if (so->stencil[1].
fail_op
!= PIPE_STENCIL_OP_KEEP ||
in etna_zsa_state_create()
112
VIVS_PE_STENCIL_OP_FAIL_FRONT(translate_stencil_op(stencil_front->
fail_op
)) |
in etna_zsa_state_create()
113
VIVS_PE_STENCIL_OP_FAIL_BACK(translate_stencil_op(stencil_back->
fail_op
)) |
in etna_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_zsa.c
64
A4XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->
fail_op
)) |
in fd4_zsa_state_create()
79
A4XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->
fail_op
)) |
in fd4_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_zsa.c
85
A5XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->
fail_op
)) |
in fd5_zsa_state_create()
98
A5XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->
fail_op
)) |
in fd5_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_zsa.c
63
A2XX_RB_DEPTHCONTROL_STENCILFAIL(fd_stencil_op(s->
fail_op
)) |
in fd2_zsa_state_create()
77
A2XX_RB_DEPTHCONTROL_STENCILFAIL_BF(fd_stencil_op(bs->
fail_op
)) |
in fd2_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H
A
D
fd3_zsa.c
64
A3XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->
fail_op
)) |
in fd3_zsa_state_create()
78
A3XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->
fail_op
)) |
in fd3_zsa_state_create()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_atom_depth.c
103
dsa->stencil[0].
fail_op
= gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[0]);
in st_update_depth_stencil_alpha()
114
dsa->stencil[1].
fail_op
= gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]);
in st_update_depth_stencil_alpha()
H
A
D
st_cb_clear.c
303
depth_stencil.stencil[0].
fail_op
= PIPE_STENCIL_OP_REPLACE;
in clear_with_quad()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_zsa.c
163
A6XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->
fail_op
)) |
in fd6_zsa_state_create()
178
A6XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->
fail_op
)) |
in fd6_zsa_state_create()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_meta.c
134
state->dynamic.stencil_op.front.
fail_op
= cmd_buffer->state.dynamic.stencil_op.front.
fail_op
;
in radv_meta_save()
140
state->dynamic.stencil_op.back.
fail_op
= cmd_buffer->state.dynamic.stencil_op.back.
fail_op
;
in radv_meta_save()
264
cmd_buffer->state.dynamic.stencil_op.front.
fail_op
= state->dynamic.stencil_op.front.
fail_op
;
in radv_meta_restore()
270
cmd_buffer->state.dynamic.stencil_op.back.
fail_op
= state->dynamic.stencil_op.back.
fail_op
;
in radv_meta_restore()
H
A
D
radv_private.h
1274
VkStencilOp
fail_op
;
1281
VkStencilOp
fail_op
;
2024
VkStencilOp
fail_op
;
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_pipe_depthstencil.c
138
ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].
fail_op
);
in svga_create_depth_stencil_state()
160
ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].
fail_op
);
in svga_create_depth_stencil_state()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
OutputMerger.cpp
914
face0->
fail_op
= translateStencilOp(pDepthStencilDesc->FrontFace.StencilFailOp);
in CreateDepthStencilState()
922
face1->
fail_op
= translateStencilOp(pDepthStencilDesc->BackFace.StencilFailOp);
in CreateDepthStencilState()
930
ASSERT(face0->
fail_op
== PIPE_STENCIL_OP_KEEP);
in CreateDepthStencilState()
937
ASSERT(face1->
fail_op
== PIPE_STENCIL_OP_KEEP);
in CreateDepthStencilState()
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_pipe.c
49
dsa.stencil[0].
fail_op
= d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILFAIL]);
in nine_convert_dsa_state()
58
dsa.stencil[1].
fail_op
= d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILFAIL]);
in nine_convert_dsa_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_state.c
241
SB_DATA (so, nvgl_stencil_op(cso->stencil[0].
fail_op
));
in nv30_zsa_state_create()
257
SB_DATA (so, nvgl_stencil_op(cso->stencil[1].
fail_op
));
in nv30_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_hyperz.c
94
return s->enabled && (s->
fail_op
!= PIPE_STENCIL_OP_KEEP ||
in r300_dsa_stencil_op_not_keep()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_state.h
326
unsigned
fail_op
:3; /**< PIPE_STENCIL_OP_x */
member
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H
A
D
pp_mlaa.c
113
mstencil.stencil[0].
fail_op
= PIPE_STENCIL_OP_KEEP;
in pp_jimenezmlaa_run()
/third_party/mesa3d/src/gallium/drivers/i915/
H
A
D
i915_state.c
404
int fop = i915_translate_stencil_op(stencil->
fail_op
);
in i915_get_lis5_stencil()
419
int fop = i915_translate_stencil_op(stencil->
fail_op
);
in i915_get_bfo()
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3dx_state.c
239
translate_stencil_op(front->
fail_op
);
in v3d_create_depth_stencil_alpha_state()
258
translate_stencil_op(back->
fail_op
);
in v3d_create_depth_stencil_alpha_state()
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_pipeline.c
653
pipeline->zs.s_front.
fail_op
=
in panvk_pipeline_builder_parse_zs()
667
pipeline->zs.s_back.
fail_op
=
in panvk_pipeline_builder_parse_zs()
H
A
D
panvk_vX_cs.c
786
cfg.stencil_front.stencil_fail = pipeline->zs.s_front.
fail_op
;
in emit_base_fs_rsd()
790
cfg.stencil_back.stencil_fail = pipeline->zs.s_back.
fail_op
;
in emit_base_fs_rsd()
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_draw.c
647
(lima_stencil_op(stencil[0].
fail_op
) << 3) |
in lima_pack_render_state()
656
(lima_stencil_op(stencil[1].
fail_op
) << 3) |
in lima_pack_render_state()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_pipeline.c
1731
gfx_pipeline->stencil_front.
fail_op
= front->failOp;
in pvr_graphics_pipeline_init_depth_and_stencil_state()
1736
gfx_pipeline->stencil_back.
fail_op
= back->failOp;
in pvr_graphics_pipeline_init_depth_and_stencil_state()
1741
gfx_pipeline->stencil_front.
fail_op
= VK_STENCIL_OP_KEEP;
in pvr_graphics_pipeline_init_depth_and_stencil_state()
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_inlines.h
881
((s->
fail_op
!= PIPE_STENCIL_OP_KEEP) ||
in util_writes_stencil()
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_state.c
198
bits |= op_map[state->
fail_op
] << 19;
in tlb_stencil_setup_bits()
Completed in 28 milliseconds
1
2
3