Searched refs:mipLevelSize (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 829 const VkExtent3D mipLevelSize = mipLevelExtents(imageSparseInfo.extent, mipLevelNdx); in recordCommands() local 830 const VkRect2D renderArea = makeRect2D(mipLevelSize); in recordCommands() 831 const VkViewport viewport = makeViewport(mipLevelSize); in recordCommands() 849 mipLevelSize.width, // uint32_t width; in recordCommands() 850 mipLevelSize.height, // uint32_t height; in recordCommands() 896 static_cast<float>(mipLevelSize.width), in recordCommands() 897 static_cast<float>(mipLevelSize.height) in recordCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 829 const VkExtent3D mipLevelSize = mipLevelExtents(imageSparseInfo.extent, mipLevelNdx); in recordCommands() local 830 const VkRect2D renderArea = makeRect2D(mipLevelSize); in recordCommands() 831 const VkViewport viewport = makeViewport(mipLevelSize); in recordCommands() 849 mipLevelSize.width, // uint32_t width; in recordCommands() 850 mipLevelSize.height, // uint32_t height; in recordCommands() 896 static_cast<float>(mipLevelSize.width), in recordCommands() 897 static_cast<float>(mipLevelSize.height) in recordCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImage2DViewOf3DTests.cpp | 613 tcu::IVec3 mipLevelSize = computeMipLevelSize(m_testParameters.imageSize, m_testParameters.mipLevel); in initPrograms() local 635 << " vec2 texCoord = vec2(gl_GlobalInvocationID.xy) / " << mipLevelSize.x() <<".0;\n" in initPrograms() 648 << " vec2 texCoord = vec2(gl_GlobalInvocationID.xy) / " << mipLevelSize.x() <<".0;\n" in initPrograms() 694 tcu::IVec3 mipLevelSize = computeMipLevelSize(m_testParameters.imageSize, m_testParameters.mipLevel); in initPrograms() local 717 << " vec2 texCoord = gl_FragCoord.xy / " << mipLevelSize.x() <<".0;\n" in initPrograms() 729 << " vec2 texCoord = gl_FragCoord.xy / " << mipLevelSize.x() <<".0;\n" in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImage2DViewOf3DTests.cpp | 610 tcu::IVec3 mipLevelSize = computeMipLevelSize(m_testParameters.imageSize, m_testParameters.mipLevel); in initPrograms() local 632 << " vec2 texCoord = vec2(gl_GlobalInvocationID.xy) / " << mipLevelSize.x() <<".0;\n" in initPrograms() 645 << " vec2 texCoord = vec2(gl_GlobalInvocationID.xy) / " << mipLevelSize.x() <<".0;\n" in initPrograms() 692 tcu::IVec3 mipLevelSize = computeMipLevelSize(m_testParameters.imageSize, m_testParameters.mipLevel); in initPrograms() local 715 << " vec2 texCoord = gl_FragCoord.xy / " << mipLevelSize.x() <<".0;\n" in initPrograms() 727 << " vec2 texCoord = gl_FragCoord.xy / " << mipLevelSize.x() <<".0;\n" in initPrograms()
|
Completed in 7 milliseconds