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:tex3DSizes
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fTextureMipmapTests.cpp
2448
}
tex3DSizes
[] =
in init()
local
2654
int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(
tex3DSizes
) : 1;
in init()
2662
if (
tex3DSizes
[size].name)
in init()
2663
name << "_" <<
tex3DSizes
[size].name;
in init()
2673
tex3DSizes
[size].width,
tex3DSizes
[size].height,
tex3DSizes
[size].depth));
in init()
2691
tex3DSizes
[0].width,
tex3DSizes
[0].height,
tex3DSizes
[
in init()
[all...]
H
A
D
es3fTextureSpecificationTests.cpp
4619
}
tex3DSizes
[] =
in init()
local
4647
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
tex3DSizes
); ndx++)
in init()
4650
int width =
tex3DSizes
[ndx].width;
in init()
4651
int height =
tex3DSizes
[ndx].height;
in init()
4652
int depth =
tex3DSizes
[ndx].depth;
in init()
4653
int levels =
tex3DSizes
[ndx].levels;
in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H
A
D
vktTextureMipmapTests.cpp
3052
}
tex3DSizes
[] =
3436
int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(
tex3DSizes
) : 1;
3452
testParameters.width =
tex3DSizes
[size].width;
3453
testParameters.height =
tex3DSizes
[size].height;
3454
testParameters.depth =
tex3DSizes
[size].depth;
3460
if (
tex3DSizes
[size].name)
3461
name << "_" <<
tex3DSizes
[size].name;
3482
testParameters.width =
tex3DSizes
[0].width;
3483
testParameters.height =
tex3DSizes
[0].height;
3484
testParameters.depth =
tex3DSizes
[
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H
A
D
vktTextureMipmapTests.cpp
3054
}
tex3DSizes
[] =
3435
int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(
tex3DSizes
) : 1;
3451
testParameters.width =
tex3DSizes
[size].width;
3452
testParameters.height =
tex3DSizes
[size].height;
3453
testParameters.depth =
tex3DSizes
[size].depth;
3459
if (
tex3DSizes
[size].name)
3460
name << "_" <<
tex3DSizes
[size].name;
3481
testParameters.width =
tex3DSizes
[0].width;
3482
testParameters.height =
tex3DSizes
[0].height;
3483
testParameters.depth =
tex3DSizes
[
[all...]
Completed in 24 milliseconds