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:uses_images
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_shader.h
122
boolean
uses_images
;
member
H
A
D
r600_dump.c
147
PRINT_UINT_MEMBER(
uses_images
);
in print_shader_info()
H
A
D
r600_shader.c
260
use_sb &= !shader->shader.
uses_images
;
in r600_pipe_shader_create()
3476
shader->
uses_images
= ctx.info.file_count[TGSI_FILE_IMAGE] > 0 ||
in r600_shader_from_tgsi()
3674
if (shader->
uses_images
) {
in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_shader.h
324
boolean
uses_images
;
member
H
A
D
svga_tgsi.c
420
info->
uses_images
= tgsi_info->images_declared != 0;
in svga_tgsi_scan_shader()
H
A
D
svga_shader.c
472
if (shader->info.
uses_images
|| shader->info.uses_hw_atomic ||
in svga_init_shader_key_common()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_shader.cpp
1392
sh_info->
uses_images
= m_flags.test(sh_uses_images);
in get_shader_info()
Completed in 18 milliseconds