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:operandSize
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H
A
D
vktRobustnessBufferAccessTests.cpp
1344
deUint32
operandSize
= 0;
1349
operandSize
= 4; // Size of scalar
1353
operandSize
= 4 * ((m_bufferFormat == vk::VK_FORMAT_R64_UINT || m_bufferFormat == vk::VK_FORMAT_R64_SINT) ? 8 : 4);// Size of vec4
1357
operandSize
= 4 * 16; // Size of mat4
1361
operandSize
= mapVkFormat(m_bufferFormat).getPixelSize();
1369
|| (((offsetInBytes /
operandSize
+ 1) *
operandSize
) > (maxAccessRange - 16));
H
A
D
vktRobustBufferAccessWithVariablePointersTests.cpp
1699
deUint32
operandSize
= 0;
in verifyResult()
local
1704
operandSize
= unsplitElementSize; // Size of scalar
in verifyResult()
1708
operandSize
= unsplitElementSize * 4; // Size of vec4
in verifyResult()
1712
operandSize
= unsplitElementSize * 16; // Size of mat4
in verifyResult()
1719
isOutOfBoundsAccess = (((offsetInBytes /
operandSize
) + 1) *
operandSize
> maxAccessRange);
in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmTrinaryMinMaxTests.cpp
100
deUint32
operandSize
() const; // In bytes.
106
deUint32 TestParams::
operandSize
() const
in operandSize()
function in vkt::SpirVAssembly::__anon28779::TestParams
314
, m_operandSize {params.
operandSize
()}
528
const deUint32 opSize = m_params.
operandSize
();
in getSpirVReplacements()
713
const vk::VkDeviceSize kInputBufferSize = static_cast<vk::VkDeviceSize>(kNumOperations * 3u * m_params.
operandSize
());
in iterate()
714
const vk::VkDeviceSize kOutputBufferSize = static_cast<vk::VkDeviceSize>(kNumOperations * m_params.
operandSize
()); // Single output per operation.
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmTrinaryMinMaxTests.cpp
100
deUint32
operandSize
() const; // In bytes.
106
deUint32 TestParams::
operandSize
() const
in operandSize()
function in vkt::SpirVAssembly::__anon29928::TestParams
314
, m_operandSize {params.
operandSize
()}
528
const deUint32 opSize = m_params.
operandSize
();
in getSpirVReplacements()
713
const vk::VkDeviceSize kInputBufferSize = static_cast<vk::VkDeviceSize>(kNumOperations * 3u * m_params.
operandSize
());
in iterate()
714
const vk::VkDeviceSize kOutputBufferSize = static_cast<vk::VkDeviceSize>(kNumOperations * m_params.
operandSize
()); // Single output per operation.
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H
A
D
vktRobustnessBufferAccessTests.cpp
1403
deUint32
operandSize
= 0;
1408
operandSize
= 4; // Size of scalar
1412
operandSize
= 4 * ((m_bufferFormat == vk::VK_FORMAT_R64_UINT || m_bufferFormat == vk::VK_FORMAT_R64_SINT) ? 8 : 4);// Size of vec4
1416
operandSize
= ((m_bufferFormat == vk::VK_FORMAT_R64_UINT || m_bufferFormat == vk::VK_FORMAT_R64_SINT) ? 8 : 4);// Size of vec4
1420
operandSize
= 4 * 16; // Size of mat4
1424
operandSize
= mapVkFormat(m_bufferFormat).getPixelSize();
1432
|| (((offsetInBytes /
operandSize
+ 1) *
operandSize
) > (maxAccessRange - 16));
H
A
D
vktRobustBufferAccessWithVariablePointersTests.cpp
1693
deUint32
operandSize
= 0;
in verifyResult()
local
1698
operandSize
= unsplitElementSize; // Size of scalar
in verifyResult()
1702
operandSize
= unsplitElementSize * 4; // Size of vec4
in verifyResult()
1706
operandSize
= unsplitElementSize * 16; // Size of mat4
in verifyResult()
1713
isOutOfBoundsAccess = (((offsetInBytes /
operandSize
) + 1) *
operandSize
> maxAccessRange);
in verifyResult()
Completed in 16 milliseconds