Searched refs:dataPointer (Results 1 - 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp284 dataPointer(preserveAttachments) // const deUint32* pPreserveAttachments;
309 dataPointer(attachments), // const VkAttachmentDescription* pAttachments;
311 dataPointer(subpasses), // const VkSubpassDescription* pSubpasses;
313 dataPointer(subpassDependencies) // const VkSubpassDependency* pDependencies;
345 dataPointer(imageViews), // const VkImageView* pAttachments;
394 dataPointer(vertexDataDesc.vertexAttribDescVec), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
611 deMemcpy(vertexAllocPerSampleFetchPass.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(bufferPerSampleFetchPassSize));
785 static_cast<deUint32>(imageOutputAttachmentBarriers.size()), dataPointer(imageOutputAttachmentBarriers));
812 dataPointer(clearValues), // const VkClearValue* pClearValues;
919 static_cast<deUint32>(imagesPerSampleTransferBarriers.size()), dataPointer(imagesPerSampleTransferBarrier
[all...]
H A DvktPipelineMultisampleTestsUtil.hpp108 inline const T* dataPointer(const std::vector<T>& vec) function in namespace:vkt::pipeline::multisample
H A DvktPipelineMultisampleInterpolationTests.cpp149 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize));
345 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize));
831 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize));
H A DvktPipelineMultisampleBaseResolve.cpp227 dataPointer(vertexDataDesc.vertexAttribDescVec), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
H A DvktPipelineMultisampleShaderBuiltInTests.cpp79 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize));
131 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize));
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp128 inline const T* dataPointer (const std::vector<T>& vec) function in namespace:vkt::geometry
144 dataPointer(m_vertexInputBindings), // const VkVertexInputBindingDescription* pVertexBindingDescriptions;
146 dataPointer(m_vertexInputAttributes), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp525 inline const T* dataPointer (const std::vector<T>& vec) function in namespace:vkt::synchronization
542 dataPointer(m_vertexInputBindings), // const VkVertexInputBindingDescription* pVertexBindingDescriptions;
544 dataPointer(m_vertexInputAttributes), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp562 inline const T* dataPointer (const std::vector<T>& vec) function in namespace:vkt::tessellation
578 dataPointer(m_vertexInputBindings), // const VkVertexInputBindingDescription* pVertexBindingDescriptions;
580 dataPointer(m_vertexInputAttributes), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;

Completed in 209 milliseconds