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_dist_write
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_shader.h
88
unsigned
clip_dist_write
;
member
H
A
D
r600_dump.c
103
PRINT_UINT_MEMBER(
clip_dist_write
);
in print_shader_info()
H
A
D
r600_state_common.c
1652
current->shader.
clip_dist_write
!= rctx->clip_misc_state.
clip_dist_write
||
in r600_update_clip_state()
1657
rctx->clip_misc_state.
clip_dist_write
= current->shader.
clip_dist_write
;
in r600_update_clip_state()
2114
(state->
clip_dist_write
? 0 : state->clip_plane_enable & 0x3F) |
in r600_emit_clip_misc_state()
2118
(state->clip_plane_enable & state->
clip_dist_write
) |
in r600_emit_clip_misc_state()
H
A
D
r600_pipe.h
170
unsigned
clip_dist_write
; /* from vertex shader */
member
H
A
D
r600_state.c
2645
S_02881C_VS_OUT_CCDIST0_VEC_ENA((rshader->
clip_dist_write
& 0x0F) != 0) |
in r600_update_vs_state()
2646
S_02881C_VS_OUT_CCDIST1_VEC_ENA((rshader->
clip_dist_write
& 0xF0) != 0) |
in r600_update_vs_state()
H
A
D
r600_shader.c
2794
ctx.shader->
clip_dist_write
= gs->shader.
clip_dist_write
;
in generate_gs_copy_shader()
3711
shader->
clip_dist_write
= (1 << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED]) - 1;
in r600_shader_from_tgsi()
4026
shader->
clip_dist_write
= 0xFF;
in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_shader_gs.cpp
370
sh_info->
clip_dist_write
= m_clip_dist_write;
H
A
D
sfn_shader_vs.cpp
141
sh_info->
clip_dist_write
= m_clip_dist_write;
in get_shader_info()
H
A
D
sfn_nir.cpp
811
pipeshader->shader.
clip_dist_write
|= ((1 << sh->info.clip_distance_array_size) - 1);
in r600_shader_from_nir()
Completed in 27 milliseconds