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:VARYING_BIT_COL1
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
state.h
85
(ctx->FragmentProgram._Current->info.inputs_read &
VARYING_BIT_COL1
))
in _mesa_need_secondary_color()
H
A
D
ff_fragment_shader.cpp
210
possible_inputs |=
VARYING_BIT_COL1
;
in filter_fp_input_mask()
219
possible_inputs |=
VARYING_BIT_COL1
;
in filter_fp_input_mask()
308
inputs_referenced |=
VARYING_BIT_COL1
;
in make_state_key()
1003
if (p->state->inputs_available &
VARYING_BIT_COL1
) {
in emit_instructions()
H
A
D
ffvertex_prog.c
1659
if (p->state->fragprog_inputs_read & (VARYING_BIT_COL0|
VARYING_BIT_COL1
)) {
in build_tnl_program()
1666
if (p->state->fragprog_inputs_read &
VARYING_BIT_COL1
)
in build_tnl_program()
/third_party/mesa3d/src/compiler/
H
A
D
shader_enums.h
476
#define
VARYING_BIT_COL1
BITFIELD64_BIT(VARYING_SLOT_COL1)
macro
493
VARYING_BIT_COL1
| \
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
4439
(info->inputs_read & (VARYING_BIT_COL0 |
VARYING_BIT_COL1
));
in iris_populate_fs_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
4840
(info->inputs_read & (VARYING_BIT_COL0 |
VARYING_BIT_COL1
));
in crocus_populate_fs_key()
Completed in 29 milliseconds