Searched refs:textureExtent (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 4655 const auto textureExtent = makeExtent3D(1u, 1u, 1u); in iterate() local 4656 const tcu::IVec3 iTexExtent (static_cast<int>(textureExtent.width), static_cast<int>(textureExtent.height), static_cast<int>(textureExtent.depth)); in iterate() 4693 textureExtent, // VkExtent3D extent; in iterate() 4706 const auto textureCopyRegion = makeBufferImageCopy(textureExtent, textureSRL); in iterate() 4719 const auto pixelCount = textureExtent.width * textureExtent.height * textureExtent.depth; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 4652 const auto textureExtent = makeExtent3D(1u, 1u, 1u); in iterate() local 4653 const tcu::IVec3 iTexExtent (static_cast<int>(textureExtent.width), static_cast<int>(textureExtent.height), static_cast<int>(textureExtent.depth)); in iterate() 4690 textureExtent, // VkExtent3D extent; in iterate() 4703 const auto textureCopyRegion = makeBufferImageCopy(textureExtent, textureSRL); in iterate() 4716 const auto pixelCount = textureExtent.width * textureExtent.height * textureExtent.depth; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 2012 const auto textureExtent = makeExtent3D(textureProperties.maxExtent.width, 1u, 1u); in iterate() local 2024 textureExtent, // VkExtent3D extent; in iterate()
|
Completed in 22 milliseconds