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:IsSparse
(Results
1 - 10
of
10
) sorted by relevance
/third_party/lzma/CPP/Windows/
H
A
D
FileFind.h
118
bool
IsSparse
() const { return MatchesMask(FILE_ATTRIBUTE_SPARSE_FILE); }
in IsSparse()
function in NWindows::NFile::NFind::CFileInfoBase
/third_party/skia/third_party/externals/spirv-tools/source/val/
H
A
D
validate_image.cpp
701
bool
IsSparse
(SpvOp opcode) {
in IsSparse()
function
732
if (
IsSparse
(opcode)) {
in GetActualResultType()
759
if (
IsSparse
(opcode)) return "Result Type's second member";
in GetActualResultTypeStr()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H
A
D
validate_image.cpp
701
bool
IsSparse
(SpvOp opcode) {
in IsSparse()
function
732
if (
IsSparse
(opcode)) {
in GetActualResultType()
759
if (
IsSparse
(opcode)) return "Result Type's second member";
in GetActualResultTypeStr()
/third_party/mesa3d/src/mesa/main/
H
A
D
texstorage.c
495
if (texObj->
IsSparse
) {
in texture_storage()
H
A
D
texparam.c
695
texObj->
IsSparse
= !!params[0];
in set_tex_parameteri()
2506
*params = (GLfloat) obj->
IsSparse
;
in get_tex_parameterfv()
2797
*params = obj->
IsSparse
;
in get_tex_parameteriv()
H
A
D
mtypes.h
974
GLboolean
IsSparse
;
member
H
A
D
texobj.c
2318
if (!tex_obj->Immutable || !tex_obj->
IsSparse
) {
in texture_page_commitment()
H
A
D
teximage.c
6874
if (texObj->
IsSparse
&&
in texture_image_multisample()
/third_party/spirv-tools/source/val/
H
A
D
validate_image.cpp
711
bool
IsSparse
(spv::Op opcode) {
in IsSparse()
function
742
if (
IsSparse
(opcode)) {
in GetActualResultType()
769
if (
IsSparse
(opcode)) return "Result Type's second member";
in GetActualResultTypeStr()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_cb_texture.c
3263
texObj->
IsSparse
);
in st_texture_storage()
Completed in 39 milliseconds