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:pass_op
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H
A
D
codegen.c
418
code->
pass_op
= gpir_codegen_pass_op_pass;
in gpir_codegen_pass_slot()
426
code->
pass_op
= gpir_codegen_pass_op_pass;
in gpir_codegen_pass_slot()
444
code->
pass_op
= gpir_codegen_pass_op_pass;
in gpir_codegen_pass_slot()
447
code->
pass_op
= gpir_codegen_pass_op_preexp2;
in gpir_codegen_pass_slot()
450
code->
pass_op
= gpir_codegen_pass_op_postlog2;
in gpir_codegen_pass_slot()
H
A
D
disasm.c
479
switch (instr->
pass_op
) {
in print_pass()
493
fprintf(fp, "unk%u.p ", instr->
pass_op
);
in print_pass()
501
if (instr->
pass_op
== gpir_codegen_pass_op_clamp) {
in print_pass()
H
A
D
codegen.h
157
gpir_codegen_pass_op
pass_op
: 3;
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_meta.c
135
state->dynamic.stencil_op.front.
pass_op
= cmd_buffer->state.dynamic.stencil_op.front.
pass_op
;
in radv_meta_save()
141
state->dynamic.stencil_op.back.
pass_op
= cmd_buffer->state.dynamic.stencil_op.back.
pass_op
;
in radv_meta_save()
265
cmd_buffer->state.dynamic.stencil_op.front.
pass_op
= state->dynamic.stencil_op.front.
pass_op
;
in radv_meta_restore()
271
cmd_buffer->state.dynamic.stencil_op.back.
pass_op
= state->dynamic.stencil_op.back.
pass_op
;
in radv_meta_restore()
H
A
D
radv_private.h
1275
VkStencilOp
pass_op
;
1282
VkStencilOp
pass_op
;
2025
VkStencilOp
pass_op
;
H
A
D
radv_pipeline.c
929
(info->fail_op != VK_STENCIL_OP_KEEP || info->
pass_op
!= VK_STENCIL_OP_KEEP ||
in radv_writes_stencil()
962
radv_order_invariant_stencil_op(info->
pass_op
) &&
in radv_order_invariant_stencil_state()
1795
info.front.
pass_op
= ds->front.passOp;
in radv_pipeline_init_depth_stencil_info()
1802
info.back.
pass_op
= ds->back.passOp;
in radv_pipeline_init_depth_stencil_info()
2081
dynamic->stencil_op.front.
pass_op
= info->ds.front.
pass_op
;
in radv_pipeline_init_dynamic_state()
2086
dynamic->stencil_op.back.
pass_op
= info->ds.back.
pass_op
;
in radv_pipeline_init_dynamic_state()
H
A
D
radv_cmd_buffer.c
1854
S_02842C_STENCILZPASS(si_translate_stencil_op(d->stencil_op.front.
pass_op
)) |
in radv_emit_stencil_control()
1857
S_02842C_STENCILZPASS_BF(si_translate_stencil_op(d->stencil_op.back.
pass_op
)) |
in radv_emit_stencil_control()
5945
state->dynamic.stencil_op.front.
pass_op
= passOp;
in radv_CmdSetStencilOp()
5952
state->dynamic.stencil_op.back.
pass_op
= passOp;
in radv_CmdSetStencilOp()
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_pipeline.c
655
pipeline->zs.s_front.
pass_op
=
in panvk_pipeline_builder_parse_zs()
669
pipeline->zs.s_back.
pass_op
=
in panvk_pipeline_builder_parse_zs()
H
A
D
panvk_vX_cs.c
788
cfg.stencil_front.depth_pass = pipeline->zs.s_front.
pass_op
;
in emit_base_fs_rsd()
792
cfg.stencil_back.depth_pass = pipeline->zs.s_back.
pass_op
;
in emit_base_fs_rsd()
H
A
D
panvk_private.h
912
unsigned
pass_op
;
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_pipeline.c
1733
gfx_pipeline->stencil_front.
pass_op
= front->passOp;
in pvr_graphics_pipeline_init_depth_and_stencil_state()
1738
gfx_pipeline->stencil_back.
pass_op
= back->passOp;
in pvr_graphics_pipeline_init_depth_and_stencil_state()
1743
gfx_pipeline->stencil_front.
pass_op
= VK_STENCIL_OP_KEEP;
in pvr_graphics_pipeline_init_depth_and_stencil_state()
H
A
D
pvr_private.h
1146
VkStencilOp
pass_op
;
member
H
A
D
pvr_cmd_buffer.c
3433
ispb.sop3 = pvr_ta_stencilop(gfx_pipeline->stencil_front.
pass_op
);
in pvr_setup_isp_faces_and_control()
3446
ispb.sop3 = pvr_ta_stencilop(gfx_pipeline->stencil_back.
pass_op
);
in pvr_setup_isp_faces_and_control()
4469
(gfx_pipeline->stencil_front.
pass_op
== VK_STENCIL_OP_KEEP);
in pvr_validate_draw_state()
4471
(gfx_pipeline->stencil_back.
pass_op
== VK_STENCIL_OP_KEEP);
in pvr_validate_draw_state()
4476
* - Neither front nor back-facing stencil has a fail_op/
pass_op
of KEEP.
in pvr_validate_draw_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
3743
state->dsa_state.stencil[0].zpass_op = vk_conv_stencil_op(cmd->u.set_stencil_op.
pass_op
);
in handle_set_stencil_op()
3750
state->dsa_state.stencil[1].zpass_op = vk_conv_stencil_op(cmd->u.set_stencil_op.
pass_op
);
in handle_set_stencil_op()
Completed in 63 milliseconds