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:widthDivisor
(Results
1 - 14
of
14
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkImageUtil.cpp
2756
deUint32
widthDivisor
= formatInfo.planes[planeNdx].
widthDivisor
;
in getPlaneExtent()
local
2759
VkExtent3D mip0Extents { baseExtents.width /
widthDivisor
, baseExtents.height / heightDivisor, baseExtents.depth / depthDivisor };
in getPlaneExtent()
2769
deUint32
widthDivisor
= formatInfo.planes[planeNdx].
widthDivisor
;
in getPlaneExtent()
local
2771
tcu::UVec2 mip0Extents { baseExtents.x() /
widthDivisor
, baseExtents.y() / heightDivisor };
in getPlaneExtent()
2790
imgAlignment.x() = std::max(imgAlignment.x(), static_cast<deUint32>(formatInfo.planes[planeNdx].
widthDivisor
));
in getImageSizeAlignment()
3595
DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].
widthDivisor
) == 0);
3605
std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].
widthDivisor
* pixelStrideBytes / elementSizeBytes, 1u),
3640
DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].
widthDivisor
)
[all...]
H
A
D
vkImageUtil.hpp
116
deUint8
widthDivisor
;
member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H
A
D
vktYCbCrUtil.cpp
93
const deUint32 planeW = m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].
widthDivisor
);
in getChannelAccess()
112
const deUint32 planeW = m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].
widthDivisor
);
in getChannelAccess()
1003
DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].
widthDivisor
) == 0);
1006
deUint32 accessWidth = size.x() / ( formatInfo.blockWidth * formatInfo.planes[planeNdx].
widthDivisor
);
H
A
D
vktYCbCrImageQueryTests.cpp
362
maxDivisor.x() = de::max<deUint32>(maxDivisor.x(), formatDesc.planes[ndx].
widthDivisor
);
in getMaxPlaneDivisor()
H
A
D
vktYCbCrStorageImageWriteTests.cpp
361
const deUint32 planeW = imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].
widthDivisor
);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H
A
D
vktYCbCrUtil.cpp
93
const deUint32 planeW = m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].
widthDivisor
);
in getChannelAccess()
112
const deUint32 planeW = m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].
widthDivisor
);
in getChannelAccess()
1002
DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].
widthDivisor
) == 0);
1005
deUint32 accessWidth = size.x() / ( formatInfo.blockWidth * formatInfo.planes[planeNdx].
widthDivisor
);
H
A
D
vktYCbCrImageQueryTests.cpp
362
maxDivisor.x() = de::max<deUint32>(maxDivisor.x(), formatDesc.planes[ndx].
widthDivisor
);
in getMaxPlaneDivisor()
H
A
D
vktYCbCrStorageImageWriteTests.cpp
274
const deUint32 planeW = imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].
widthDivisor
);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H
A
D
vktSparseResourcesImageMemoryAliasing.cpp
466
const deUint32 planeW = gridSize.x() / (formatDescription.blockWidth * formatDescription.planes[planeNdx].
widthDivisor
);
in iterate()
H
A
D
vktSparseResourcesImageSparseResidency.cpp
712
const deUint32 planeW = imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].
widthDivisor
);
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H
A
D
vktSparseResourcesImageMemoryAliasing.cpp
468
const deUint32 planeW = gridSize.x() / (formatDescription.blockWidth * formatDescription.planes[planeNdx].
widthDivisor
);
in iterate()
H
A
D
vktSparseResourcesImageSparseResidency.cpp
697
const deUint32 planeW = imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].
widthDivisor
);
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H
A
D
vktProtectedMemYCbCrConversionTests.cpp
402
? imageData.getSize().x() / formatDesc.planes[planeNdx].
widthDivisor
in uploadYCbCrImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H
A
D
vktProtectedMemYCbCrConversionTests.cpp
402
? imageData.getSize().x() / formatDesc.planes[planeNdx].
widthDivisor
in uploadYCbCrImage()
Completed in 32 milliseconds