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_mask
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_shader_info.h
74
uint8_t
clip_dist_mask
;
member
H
A
D
aco_instruction_selection_setup.cpp
254
ctx->num_clip_distances = util_bitcount(outinfo->
clip_dist_mask
);
in setup_vs_output_info()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_aco_shader_info.h
52
ASSIGN_FIELD(
clip_dist_mask
);
in radv_aco_convert_shader_vp_info()
H
A
D
radv_shader_info.c
536
outinfo->
clip_dist_mask
= (1 << nir->info.clip_distance_array_size) - 1;
in radv_nir_shader_info_pass()
546
unsigned num_clip_distances = util_bitcount(outinfo->
clip_dist_mask
);
in radv_nir_shader_info_pass()
H
A
D
radv_shader.h
202
uint8_t
clip_dist_mask
;
member
H
A
D
radv_pipeline.c
5660
unsigned
clip_dist_mask
, cull_dist_mask, total_mask;
in radv_pipeline_emit_hw_vs()
local
5661
clip_dist_mask
= outinfo->
clip_dist_mask
;
in radv_pipeline_emit_hw_vs()
5663
total_mask =
clip_dist_mask
| cull_dist_mask;
in radv_pipeline_emit_hw_vs()
5698
total_mask << 8 |
clip_dist_mask
);
in radv_pipeline_emit_hw_vs()
5778
unsigned
clip_dist_mask
, cull_dist_mask, total_mask;
in radv_pipeline_emit_hw_ngg()
local
5779
clip_dist_mask
= outinfo->
clip_dist_mask
;
in radv_pipeline_emit_hw_ngg()
5781
total_mask =
clip_dist_mask
| cull_dist_mask;
in radv_pipeline_emit_hw_ngg()
5832
total_mask << 8 |
clip_dist_mask
);
in radv_pipeline_emit_hw_ngg()
[all...]
Completed in 20 milliseconds