Home
last modified time | relevance | path

Searched refs:get1D (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp142 …const tcu::Texture1D& get1D (void) const { DE_ASSERT(getType() == TYPE_1D && m_binding.tex1D… in get1D() function in vkt::sr::TextureBinding
H A DvktShaderRender.cpp417 case TextureBinding::TYPE_1D: textures[ndx].tex1D = &binding.get1D(); break; in ShaderEvalContext()
1459 const tcu::Texture1D& texture = textureBinding.get1D(); in useSampler()
H A DvktShaderRenderTextureGatherTests.cpp1275 case TextureBinding::TYPE_1D: levels = textureBinding->get1D().getNumLevels(); break; in init()