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:usageHints
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fBufferWriteTests.cpp
443
static const deUint32
usageHints
[] =
in iterate()
local
470
const deUint32 hint =
usageHints
[rnd.getInt(0, DE_LENGTH_OF_ARRAY(
usageHints
)-1)];
in iterate()
552
static const deUint32
usageHints
[] =
in init()
local
576
for (int usageNdx = 0; usageNdx < DE_LENGTH_OF_ARRAY(
usageHints
); usageNdx++)
in init()
579
const deUint32 usage =
usageHints
[usageNdx];
in init()
676
spec->usage =
usageHints
[rnd.getInt(0, DE_LENGTH_OF_ARRAY(
usageHints
)-1)];
in init()
692
for (int usageNdx = 0; usageNdx < DE_LENGTH_OF_ARRAY(
usageHints
); usageNdx++)
in init()
695
const deUint32 usage =
usageHints
[usageNd
in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fBufferWriteTests.cpp
449
static const deUint32
usageHints
[] =
in iterate()
local
482
const deUint32 hint =
usageHints
[rnd.getInt(0, DE_LENGTH_OF_ARRAY(
usageHints
)-1)];
in iterate()
571
static const deUint32
usageHints
[] =
in init()
local
591
for (int usageNdx = 0; usageNdx < DE_LENGTH_OF_ARRAY(
usageHints
); usageNdx++)
in init()
594
const deUint32 usage =
usageHints
[usageNdx];
in init()
676
spec->usage =
usageHints
[rnd.getInt(0, DE_LENGTH_OF_ARRAY(
usageHints
)-1)];
in init()
692
for (int usageNdx = 0; usageNdx < DE_LENGTH_OF_ARRAY(
usageHints
); usageNdx++)
in init()
695
const deUint32 usage =
usageHints
[usageNd
in init()
[all...]
H
A
D
es3fBufferMapTests.cpp
564
static const deUint32
usageHints
[] =
in init()
local
630
for (int hintNdx = 0; hintNdx < DE_LENGTH_OF_ARRAY(
usageHints
); hintNdx++)
in init()
633
deUint32 hint =
usageHints
[hintNdx];
in init()
676
for (int hintNdx = 0; hintNdx < DE_LENGTH_OF_ARRAY(
usageHints
); hintNdx++)
in init()
679
deUint32 hint =
usageHints
[hintNdx];
in init()
781
for (int hintNdx = 0; hintNdx < DE_LENGTH_OF_ARRAY(
usageHints
); hintNdx++)
in init()
784
deUint32 hint =
usageHints
[hintNdx];
in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiBufferMemoryRequirementsTests.cpp
442
std::vector<VkBufferUsageFlags>
usageHints
;
in checkSupport()
local
444
u::combine(usageFlagsTmp, AvailableBufferUsageBits.select<1>(fate),
usageHints
);
in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiBufferMemoryRequirementsTests.cpp
440
std::vector<VkBufferUsageFlags>
usageHints
;
in checkSupport()
local
442
u::combine(usageFlagsTmp, AvailableBufferUsageBits.select<1>(fate),
usageHints
);
in checkSupport()
Completed in 7 milliseconds