Home
last modified time | relevance | path

Searched defs:sZ (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp1024 const float sZ = deFloatExp2(lodZ) * float(de::max(m_renderer.getRenderWidth(), m_renderer.getRenderHeight())) / float(m_textures[0]->getTexture().getDepth()); in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp1127 const float sZ = deFloatExp2(lodZ)*float(de::max(viewport.width, viewport.height)) / float(m_gradientTex->getRefTexture().getDepth()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringTests.cpp1023 const float sZ = deFloatExp2(lodZ) * float(de::max(m_renderer.getRenderWidth(), m_renderer.getRenderHeight())) / float(m_textures[0]->getTexture().getDepth()); in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp632 const float sZ = deFloatExp2(lodZ) * float(VIEWPORT_WIDTH) / float(m_gradientTex->getRefTexture().getDepth()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp4250 float sZ = (float)regionExtent.z / (float)dst.getDepth(); in scaleFromWholeSrcBuffer() local
4275 const float sZ = (float)src.getDepth() / (float)dst.getDepth(); in blit() local

Completed in 37 milliseconds