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:back_color_input
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_two_side.c
58
uint
back_color_input
[2]; /**< INPUT regs */
member
118
ts->
back_color_input
[i] = decl.Range.First;
in emit_prolog()
159
inst.Src[1].Register.Index = ts->
back_color_input
[i];
in emit_prolog()
216
transform.
back_color_input
[0] = INVALID_INDEX;
in tgsi_add_two_side()
217
transform.
back_color_input
[1] = INVALID_INDEX;
in tgsi_add_two_side()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_dump.c
65
PRINT_UINT_ARRAY_ELM(input,
back_color_input
);
in print_shader_info()
80
PRINT_UINT_ARRAY_ELM(output,
back_color_input
);
in print_shader_info()
H
A
D
r600_shader.h
54
unsigned
back_color_input
;
member
H
A
D
r600_shader.c
2412
r = select_twoside_color(ctx, i, ctx->shader->input[i].
back_color_input
);
in process_twoside_color_inputs()
3794
ctx.shader->input[i].
back_color_input
= ni;
in r600_shader_from_tgsi()
Completed in 14 milliseconds