Home
last modified time | relevance | path

Searched refs:s_vertexIndexBufferSize (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp317 static const vk::VkDeviceSize s_vertexIndexBufferSize; member in vkt::texture::util::TextureRenderer
H A DvktTextureTestUtil.cpp532 const VkDeviceSize TextureRenderer::s_vertexIndexBufferSize = sizeof(TextureRenderer::s_vertexIndices); member in vkt::texture::util::TextureRenderer
811 s_vertexIndexBufferSize, // VkDeviceSize size; in TextureRenderer()
824 deMemcpy(m_vertexIndexBufferMemory->getHostPtr(), s_vertexIndices, s_vertexIndexBufferSize); in TextureRenderer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.hpp317 static const vk::VkDeviceSize s_vertexIndexBufferSize; member in vkt::texture::util::TextureRenderer
H A DvktTextureTestUtil.cpp565 const VkDeviceSize TextureRenderer::s_vertexIndexBufferSize = sizeof(TextureRenderer::s_vertexIndices); member in vkt::texture::util::TextureRenderer
844 s_vertexIndexBufferSize, // VkDeviceSize size; in TextureRenderer()
857 deMemcpy(m_vertexIndexBufferMemory->getHostPtr(), s_vertexIndices, s_vertexIndexBufferSize); in TextureRenderer()

Completed in 9 milliseconds