Searched refs:dataPointer (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 128 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() function 144 …dataPointer(m_vertexInputBindings), // const VkVertexInputBindingDescription* pVertexB… in build() 146 …dataPointer(m_vertexInputAttributes), // const VkVertexInputAttributeDescription* pVertex… in build()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.cpp | 554 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() function 571 …dataPointer(m_vertexInputBindings), // const VkVertexInputBindingDescription* pVertexB… in build() 573 …dataPointer(m_vertexInputAttributes), // const VkVertexInputAttributeDescription* pVertex… in build()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.hpp | 108 inline const T* dataPointer(const std::vector<T>& vec) in dataPointer() function
|
D | vktPipelineMultisampleInterpolationTests.cpp | 430 …dataPointer(vertexDataDesc.vertexAttribDescVec), // const VkVertexInputAttributeDescription* … in iterate() 803 …deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vert… in uploadVertexData() 1045 …deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vert… in uploadVertexData() 1629 …deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vert… in uploadVertexData()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUtil.cpp | 580 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() function 596 …dataPointer(m_vertexInputBindings), // const VkVertexInputBindingDescription* pVertexB… in build() 598 …dataPointer(m_vertexInputAttributes), // const VkVertexInputAttributeDescription* pVertex… in build()
|