Searched refs:extentUnCompressed (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageAstcDecodeModeTests.cpp | 105 const VkExtent3D extentUnCompressed = makeExtent3D(m_parameters.imageSize); in iterate() local 138 extentUnCompressed, // VkExtent3D extent; in iterate() 202 const VkDeviceSize bufferSizeUncompressed = getImageSizeBytes(IVec3((int)extentUnCompressed.width, (int)extentUnCompressed.height, (int)extentUnCompressed.depth), m_parameters.resultFormat); in iterate() 321 vk.cmdDispatch(*cmdBuffer, extentUnCompressed.width, extentUnCompressed.height, extentUnCompressed.depth); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageAstcDecodeModeTests.cpp | 105 const VkExtent3D extentUnCompressed = makeExtent3D(m_parameters.imageSize); in iterate() local 138 extentUnCompressed, // VkExtent3D extent; in iterate() 202 const VkDeviceSize bufferSizeUncompressed = getImageSizeBytes(IVec3((int)extentUnCompressed.width, (int)extentUnCompressed.height, (int)extentUnCompressed.depth), m_parameters.resultFormat); in iterate() 321 vk.cmdDispatch(*cmdBuffer, extentUnCompressed.width, extentUnCompressed.height, extentUnCompressed.depth); in iterate()
|
Completed in 3 milliseconds