OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlaneCount
(Results
1 - 9
of
9
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp
114
int
getPlaneCount
(VkFormat format);
vkImageUtil.cpp
1344
int
getPlaneCount
(VkFormat format)
[
all
...]
vkNullDriver.cpp
852
if (isYCbCrFormat(format) &&
getPlaneCount
(format) > 1)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrFormatTests.cpp
515
if (
getPlaneCount
(format) > 1)
522
if (
getPlaneCount
(format) > 1)
vktYCbCrViewTests.cpp
738
const deUint32 numPlanes =
getPlaneCount
(format);
vktYCbCrImageQueryTests.cpp
745
if (
getPlaneCount
(format) > 1)
vktYCbCrUtil.cpp
276
const deUint32 numPlanes =
getPlaneCount
(format);
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryRequirementsTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp
[
all
...]
Completed in 158 milliseconds