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:sampler_targets
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_scan.c
280
if (info->
sampler_targets
[index] == TGSI_TEXTURE_UNKNOWN) {
in scan_src_operand()
282
info->
sampler_targets
[index] = target;
in scan_src_operand()
287
assert(info->
sampler_targets
[index] == target);
in scan_src_operand()
804
if (info->
sampler_targets
[reg] == TGSI_TEXTURE_UNKNOWN) {
in scan_declaration()
806
info->
sampler_targets
[reg] = target;
in scan_declaration()
810
assert(info->
sampler_targets
[reg] == target);
in scan_declaration()
872
for (i = 0; i < ARRAY_SIZE(info->
sampler_targets
); i++)
in tgsi_scan_shader()
873
info->
sampler_targets
[i] = TGSI_TEXTURE_UNKNOWN;
in tgsi_scan_shader()
H
A
D
tgsi_scan.h
70
ubyte
sampler_targets
[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_TEXTURE_x values */
member
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_shader.c
503
unsigned
sampler_targets
[NINE_MAX_SAMPLERS]; /* TGSI_TEXTURE_x */
member
2270
tx->
sampler_targets
[sem.reg.idx] = (tx->info->sampler_mask_shadow & m) ?
in DECL_SPECIAL()
2952
tx->insn.src[1].idx < ARRAY_SIZE(tx->
sampler_targets
));
in DECL_SPECIAL()
2953
target = tx->
sampler_targets
[tx->insn.src[1].idx];
in DECL_SPECIAL()
3019
tx->insn.src[1].idx < ARRAY_SIZE(tx->
sampler_targets
));
in DECL_SPECIAL()
3020
target = tx->
sampler_targets
[tx->insn.src[1].idx];
in DECL_SPECIAL()
3038
tx->insn.src[1].idx < ARRAY_SIZE(tx->
sampler_targets
));
in DECL_SPECIAL()
3039
target = tx->
sampler_targets
[tx->insn.src[1].idx];
in DECL_SPECIAL()
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_state.c
1066
if (info.
sampler_targets
[i] == TGSI_TEXTURE_SHADOW1D ||
in r300_create_fs_state()
1067
info.
sampler_targets
[i] == TGSI_TEXTURE_SHADOW2D) {
in r300_create_fs_state()
Completed in 11 milliseconds