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:resultSizes
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H
A
D
vktQueryPoolOcclusionTests.cpp
1490
const OcclusionQueryResultSize
resultSizes
[] = { RESULT_SIZE_32_BIT, RESULT_SIZE_64_BIT };
in init()
local
1509
for (int resultSizeIdx = 0; resultSizeIdx < DE_LENGTH_OF_ARRAY(
resultSizes
); ++resultSizeIdx)
in init()
1511
const vk::VkDeviceSize resultSize = (
resultSizes
[resultSizeIdx] == RESULT_SIZE_32_BIT ? sizeof(deUint32) : sizeof(deUint64));
in init()
1532
testVector.queryResultSize =
resultSizes
[resultSizeIdx];
in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H
A
D
vktQueryPoolOcclusionTests.cpp
1514
const OcclusionQueryResultSize
resultSizes
[] = { RESULT_SIZE_32_BIT, RESULT_SIZE_64_BIT };
in init()
local
1533
for (int resultSizeIdx = 0; resultSizeIdx < DE_LENGTH_OF_ARRAY(
resultSizes
); ++resultSizeIdx)
in init()
1535
const vk::VkDeviceSize resultSize = (
resultSizes
[resultSizeIdx] == RESULT_SIZE_32_BIT ? sizeof(deUint32) : sizeof(deUint64));
in init()
1556
testVector.queryResultSize =
resultSizes
[resultSizeIdx];
in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H
A
D
vktMeshShaderQueryTestsEXT.cpp
1402
}
resultSizes
[] =
in createMeshShaderQueryTestsEXT()
local
1512
for (const auto& resultSize :
resultSizes
)
in createMeshShaderQueryTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H
A
D
vktMeshShaderQueryTestsEXT.cpp
1401
}
resultSizes
[] =
in createMeshShaderQueryTestsEXT()
local
1511
for (const auto& resultSize :
resultSizes
)
in createMeshShaderQueryTestsEXT()
Completed in 10 milliseconds