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:ShadowSamplers
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/mesa/program/
H
A
D
arbprogparse.c
116
program->
ShadowSamplers
= prog.
ShadowSamplers
;
in _mesa_parse_arb_fragment_program()
H
A
D
program_parse.y
462
|| ((state->prog->
ShadowSamplers
& tex_mask)
471
state->prog->
ShadowSamplers
|= shadow_tex;
513
|| ((state->prog->
ShadowSamplers
& tex_mask)
522
state->prog->
ShadowSamplers
|= shadow_tex;
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_program.h
163
uint32_t
ShadowSamplers
; /**< Texture units used for shadow sampling. */
member
H
A
D
radeon_program_tex.c
142
((c->Program.
ShadowSamplers
& (1U << inst->U.I.TexSrcUnit)) ||
in radeonTransformTEX()
/third_party/mesa3d/src/mesa/main/
H
A
D
shader_types.h
546
GLbitfield
ShadowSamplers
;
member
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_tgsi_to_rc.c
287
&ttr->compiler->Program.
ShadowSamplers
);
in transform_instruction()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
serialize.cpp
1110
blob_write_uint32(metadata, glprog->
ShadowSamplers
);
in write_shader_metadata()
1162
glprog->
ShadowSamplers
= blob_read_uint32(metadata);
in read_shader_metadata()
Completed in 9 milliseconds