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:isR64
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H
A
D
vktRobustBufferAccessWithVariablePointersTests.cpp
847
const bool
isR64
= (bufferFormat == VK_FORMAT_R64_UINT || bufferFormat == VK_FORMAT_R64_SINT);
in MakeShader()
local
866
if (
isR64
)
in MakeShader()
947
if (
isR64
)
in MakeShader()
959
if (
isR64
)
in MakeShader()
1005
if (
isR64
)
in MakeShader()
1017
if (
isR64
)
in MakeShader()
1657
const bool
isR64
= (m_bufferFormat == VK_FORMAT_R64_UINT || m_bufferFormat == VK_FORMAT_R64_SINT);
in verifyResult()
local
1658
const deUint32 unsplitElementSize = (
isR64
? 8u : 4u);
in verifyResult()
1659
const deUint32 elementSize = ((
isR64
&& !splitAccess) ? 8u : 4u);
in verifyResult()
1691
if (!isOutOfBoundsAccess && distanceToOutOfBounds < (
isR64
in verifyResult()
[all...]
H
A
D
vktRobustnessVertexAccessTests.cpp
288
const bool
isR64
= (m_inputFormat == VK_FORMAT_R64_UINT || m_inputFormat == VK_FORMAT_R64_SINT);
in initPrograms()
local
299
attributeTypeStr << (
isR64
? "64_t" : " ");
in initPrograms()
341
outType +=
isR64
? "64_t" : "";
in initPrograms()
345
if (
isR64
)
in initPrograms()
H
A
D
vktRobustnessExtsTests.cpp
3797
const bool
isR64
= formatIsR64((VkFormat)fmtCases[fmtNdx].count);
in createTests()
local
3798
int numLenCases = robustness2 ? DE_LENGTH_OF_ARRAY((
isR64
? fullLenCases64Bit : fullLenCases32Bit)) : DE_LENGTH_OF_ARRAY(imgLenCases);
in createTests()
3799
TestGroupCase *lenCases = robustness2 ? (
isR64
? fullLenCases64Bit : fullLenCases32Bit) : imgLenCases;
in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H
A
D
vktRobustBufferAccessWithVariablePointersTests.cpp
851
const bool
isR64
= (bufferFormat == VK_FORMAT_R64_UINT || bufferFormat == VK_FORMAT_R64_SINT);
in MakeShader()
local
870
if (
isR64
)
in MakeShader()
951
if (
isR64
)
in MakeShader()
963
if (
isR64
)
in MakeShader()
1009
if (
isR64
)
in MakeShader()
1021
if (
isR64
)
in MakeShader()
1663
const bool
isR64
= (m_bufferFormat == VK_FORMAT_R64_UINT || m_bufferFormat == VK_FORMAT_R64_SINT);
in verifyResult()
local
1664
const deUint32 unsplitElementSize = (
isR64
? 8u : 4u);
in verifyResult()
1665
const deUint32 elementSize = ((
isR64
&& !splitAccess) ? 8u : 4u);
in verifyResult()
1697
if (!isOutOfBoundsAccess && distanceToOutOfBounds < (
isR64
in verifyResult()
[all...]
H
A
D
vktRobustnessVertexAccessTests.cpp
292
const bool
isR64
= (m_inputFormat == VK_FORMAT_R64_UINT || m_inputFormat == VK_FORMAT_R64_SINT);
in initPrograms()
local
303
attributeTypeStr << (
isR64
? "64_t" : " ");
in initPrograms()
345
outType +=
isR64
? "64_t" : "";
in initPrograms()
349
if (
isR64
)
in initPrograms()
H
A
D
vktRobustnessExtsTests.cpp
3319
const bool
isR64
= formatIsR64((VkFormat)fmtCases[fmtNdx].count);
in createTests()
local
3320
int numLenCases = robustness2 ? DE_LENGTH_OF_ARRAY((
isR64
? fullLenCases64Bit : fullLenCases32Bit)) : DE_LENGTH_OF_ARRAY(imgLenCases);
in createTests()
3321
TestGroupCase *lenCases = robustness2 ? (
isR64
? fullLenCases64Bit : fullLenCases32Bit) : imgLenCases;
in createTests()
Completed in 20 milliseconds