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:needed_states
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
1966
uint64_t
needed_states
= radv_pipeline_needed_dynamic_state(pipeline, info);
in radv_pipeline_init_dynamic_state()
local
1967
uint64_t states =
needed_states
;
in radv_pipeline_init_dynamic_state()
1970
pipeline->needed_dynamic_state =
needed_states
;
in radv_pipeline_init_dynamic_state()
1976
if (
needed_states
& RADV_DYNAMIC_VIEWPORT) {
in radv_pipeline_init_dynamic_state()
1986
if (
needed_states
& RADV_DYNAMIC_SCISSOR) {
in radv_pipeline_init_dynamic_state()
2037
if (
needed_states
&& radv_pipeline_has_ds_attachments(&info->ri)) {
in radv_pipeline_init_dynamic_state()
2091
if (
needed_states
& RADV_DYNAMIC_DISCARD_RECTANGLE) {
in radv_pipeline_init_dynamic_state()
2098
if (
needed_states
& RADV_DYNAMIC_SAMPLE_LOCATIONS) {
in radv_pipeline_init_dynamic_state()
2108
if (
needed_states
& RADV_DYNAMIC_LINE_STIPPLE) {
in radv_pipeline_init_dynamic_state()
Completed in 11 milliseconds