Home
last modified time | relevance | path

Searched refs:TYPE_1D (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp75 TYPE_1D, enumerator
142 const tcu::Texture1D& get1D (void) const { DE_ASSERT(getType() == TYPE_1D && m_binding.tex1D != NULL); return *m_binding.tex1D; } in get1D()
H A DvktShaderRender.cpp64 case TextureBinding::TYPE_1D: return VK_IMAGE_VIEW_TYPE_1D; in textureTypeToImageViewType()
314 : m_type (TYPE_1D)
366 case TYPE_1D: delete m_binding.tex1D; break;
417 case TextureBinding::TYPE_1D: textures[ndx].tex1D = &binding.get1D(); break;
1487 else if (textureType == TextureBinding::TYPE_1D)
H A DvktShaderRenderTextureGatherTests.cpp1295 case TextureBinding::TYPE_1D: levels = textureBinding->get1D().getNumLevels(); break; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.hpp75 TYPE_1D, enumerator
142 const tcu::Texture1D& get1D (void) const { DE_ASSERT(getType() == TYPE_1D && m_binding.tex1D != NULL); return *m_binding.tex1D; } in get1D()
H A DvktShaderRender.cpp64 case TextureBinding::TYPE_1D: return VK_IMAGE_VIEW_TYPE_1D; in textureTypeToImageViewType()
314 : m_type (TYPE_1D)
366 case TYPE_1D: delete m_binding.tex1D; break;
417 case TextureBinding::TYPE_1D: textures[ndx].tex1D = &binding.get1D(); break;
1489 else if (textureType == TextureBinding::TYPE_1D)
H A DvktShaderRenderTextureGatherTests.cpp1307 case TextureBinding::TYPE_1D: levels = textureBinding->get1D().getNumLevels(); break; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp140 TYPE_1D, enumerator
H A DvktTextureTestUtil.cpp136 case TextureBinding::TYPE_1D: return VK_IMAGE_VIEW_TYPE_1D; in textureTypeToImageViewType()
1012 m_textureBindings.push_back(TextureBindingSp(new TextureBinding(m_context, getDevice(), *m_allocator, texture, TextureBinding::TYPE_1D, aspectMask, backingMode, m_componentMapping))); in add1DTexture()
1060 DE_ASSERT(m_textureBindings[textureIndex]->getType() == TextureBinding::TYPE_1D); in get1DTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.hpp140 TYPE_1D, enumerator
H A DvktTextureTestUtil.cpp149 case TextureBinding::TYPE_1D: return VK_IMAGE_VIEW_TYPE_1D; in textureTypeToImageViewType()
1045 m_textureBindings.push_back(TextureBindingSp(new TextureBinding(m_context, getDevice(), *m_allocator, texture, TextureBinding::TYPE_1D, aspectMask, backingMode, m_componentMapping))); in add1DTexture()
1093 DE_ASSERT(m_textureBindings[textureIndex]->getType() == TextureBinding::TYPE_1D); in get1DTexture()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp78 TYPE_1D, enumerator
H A DsglrReferenceContext.cpp650 case GL_TEXTURE_1D: expectedType = Texture::TYPE_1D; break; in bindTexture()
4769 : Texture (name, TYPE_1D)

Completed in 32 milliseconds