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:centroid_flags
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
v3d_compiler.h
676
uint32_t
centroid_flags
[BITSET_WORDS(V3D_MAX_FS_INPUTS)];
1022
uint32_t
centroid_flags
[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
H
A
D
vir.c
814
if (BITSET_TEST(c->
centroid_flags
, i))
in v3d_set_fs_prog_data_inputs()
815
prog_data->
centroid_flags
[i / 24] |= 1 << (i % 24);
in v3d_set_fs_prog_data_inputs()
H
A
D
nir_to_vir.c
1080
BITSET_SET(c->
centroid_flags
, i);
in emit_fragment_varying()
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3d_program.c
644
if (v3d->prog.fs->prog_data.fs->
centroid_flags
!=
in v3d_update_compiled_fs()
645
old_fs->prog_data.fs->
centroid_flags
) {
in v3d_update_compiled_fs()
H
A
D
v3dx_emit.c
726
v3d->prog.fs->prog_data.fs->
centroid_flags
,
in emit_state()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dvx_cmd_buffer.c
1371
const uint32_t *
centroid_flags
= prog_data_fs->
centroid_flags
;
in cmd_buffer_emit_varyings_state()
local
1391
if (!emit_varying_flags(job, num_flags,
centroid_flags
,
in cmd_buffer_emit_varyings_state()
Completed in 18 milliseconds