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:clip_mode
(Results
1 - 15
of
15
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_compile_clip.c
55
c.prog_data.
clip_mode
= c.key.
clip_mode
; /* XXX */
in brw_compile_clip()
H
A
D
brw_compiler.h
475
enum brw_clip_mode
clip_mode
:3;
member
1433
uint32_t
clip_mode
;
member
H
A
D
brw_clip_tri.c
652
if ((c->key.
clip_mode
== BRW_CLIP_MODE_NORMAL) ||
in brw_emit_tri_clip()
653
(c->key.
clip_mode
== BRW_CLIP_MODE_KERNEL_CLIP))
in brw_emit_tri_clip()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_program.h
39
uint32_t
clip_mode
; /* clip/cull selection */
member
H
A
D
nvc0_state_validate.c
540
if (nvc0->state.
clip_mode
!= vp->vp.
clip_mode
) {
in nvc0_validate_clip()
541
nvc0->state.
clip_mode
= vp->vp.
clip_mode
;
in nvc0_validate_clip()
543
PUSH_DATA (push, vp->vp.
clip_mode
);
in nvc0_validate_clip()
H
A
D
nvc0_screen.h
57
uint32_t
clip_mode
;
member
H
A
D
nvc0_program.c
271
vp->vp.
clip_mode
|= 1 << ((info->io.clipDistances + i) * 4);
in nvc0_vtgp_gen_header()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_state_validate.c
377
if (nv50->state.
clip_mode
!= vp->vp.
clip_mode
) {
in nv50_validate_clip()
378
nv50->state.
clip_mode
= vp->vp.
clip_mode
;
in nv50_validate_clip()
380
PUSH_DATA (push, vp->vp.
clip_mode
);
in nv50_validate_clip()
H
A
D
nv50_program.h
86
uint32_t
clip_mode
;
member
H
A
D
nv50_screen.h
41
uint32_t
clip_mode
;
member
H
A
D
nv50_program.c
416
prog->vp.
clip_mode
= 0;
in nv50_program_translate()
418
prog->vp.
clip_mode
|= 1 << ((info_out.io.clipDistances + i) * 4);
in nv50_program_translate()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_tgsi_vgpu10.c
444
enum clipping_mode
clip_mode
;
member
770
emit->
clip_mode
= CLIP_DISTANCE;
in determine_clipping_mode()
773
emit->
clip_mode
= CLIP_VERTEX;
in determine_clipping_mode()
780
emit->
clip_mode
= CLIP_LEGACY;
in determine_clipping_mode()
783
emit->
clip_mode
= CLIP_NONE;
in determine_clipping_mode()
1312
assert(emit->
clip_mode
== CLIP_VERTEX);
in emit_dst_register()
1471
assert(emit->
clip_mode
== CLIP_VERTEX);
in emit_dst_register()
5613
if (emit->
clip_mode
== CLIP_DISTANCE) {
in emit_temporaries_declaration()
5624
else if (emit->
clip_mode
== CLIP_VERTEX && emit->key.last_vertex_stage) {
in emit_temporaries_declaration()
6721
if (emit->
clip_mode
!
in emit_clip_distance_declarations()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program.c
2124
key.
clip_mode
= BRW_CLIP_MODE_KERNEL_CLIP;
in crocus_update_compiled_clip()
2126
key.
clip_mode
= BRW_CLIP_MODE_NORMAL;
in crocus_update_compiled_clip()
2130
key.
clip_mode
= BRW_CLIP_MODE_REJECT_ALL;
in crocus_update_compiled_clip()
2178
key.
clip_mode
= BRW_CLIP_MODE_CLIP_NON_REJECTED;
in crocus_update_compiled_clip()
H
A
D
crocus_state.c
6704
clip.ClipMode = clip_prog_data->
clip_mode
;
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_cmd_buffer.c
3901
control.
clip_mode
= PVRX(TA_CLIP_MODE_NO_FRONT_OR_REAR);
in pvr_setup_ppp_control()
3903
control.
clip_mode
= PVRX(TA_CLIP_MODE_FRONT_REAR);
in pvr_setup_ppp_control()
Completed in 53 milliseconds