Searched refs:s_vertexIndices (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 318 static const deUint16 s_vertexIndices[6]; member in vkt::texture::util::TextureRenderer
|
H A D | vktTextureTestUtil.cpp | 531 const deUint16 TextureRenderer::s_vertexIndices[6] = { 0, 1, 2, 2, 1, 3 }; member in vkt::texture::util::TextureRenderer 532 const VkDeviceSize TextureRenderer::s_vertexIndexBufferSize = sizeof(TextureRenderer::s_vertexIndices); 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 D | vktTextureTestUtil.hpp | 318 static const deUint16 s_vertexIndices[6]; member in vkt::texture::util::TextureRenderer
|
H A D | vktTextureTestUtil.cpp | 564 const deUint16 TextureRenderer::s_vertexIndices[6] = { 0, 1, 2, 2, 1, 3 }; member in vkt::texture::util::TextureRenderer 565 const VkDeviceSize TextureRenderer::s_vertexIndexBufferSize = sizeof(TextureRenderer::s_vertexIndices); 857 deMemcpy(m_vertexIndexBufferMemory->getHostPtr(), s_vertexIndices, s_vertexIndexBufferSize); in TextureRenderer()
|
Completed in 9 milliseconds