/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 85 void uploadVertexDataNdc (const Allocation& vertexBufferAllocation, const MultisampleInstanceBase::VertexDataDesc& vertexDataDescripton) in uploadVertexDataNdc() argument 94 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexDataNdc() 137 void uploadVertexDataNdcScreen (const Allocation& vertexBufferAllocation, const MultisampleInstanceBase::VertexDataDesc& vertexDataDescripton, const tcu::Vec2& screenSize) in uploadVertexDataNdcScreen() argument 146 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexDataNdcScreen() 224 void uploadVertexData (const Allocation& vertexBufferAllocation, 245 template<> void MSInstance<MSInstanceSampleID>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 247 uploadVertexDataNdc(vertexBufferAllocation, vertexDataDescripton); in uploadVertexData() 342 template<> void MSInstance<MSInstanceSamplePosDistribution>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 344 uploadVertexDataNdc(vertexBufferAllocation, vertexDataDescripton); in uploadVertexData() 500 template<> void MSInstance<MSInstanceSamplePosCorrectness>::uploadVertexData (const Allocation& vertexBufferAllocation, cons argument 713 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument 800 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument 896 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument 985 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument [all...] |
H A D | vktPipelineMultisampleInterpolationTests.cpp | 131 void uploadVertexData (const Allocation& vertexBufferAllocation, 161 template<> void MSInstance<MSInstanceDistinctValues>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 169 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexData() 354 template<> void MSInstance<MSInstanceInterpolateScreenPosition>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 367 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexData() 938 template<> void MSInstance<MSInstanceInterpolateBarycentricCoordinates>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 947 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexData()
|
H A D | vktPipelineMultisampleBaseResolve.cpp | 242 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation(); in iterate() local 244 uploadVertexData(vertexBufferAllocation, vertexDataDesc); in iterate() 246 flushAlloc(deviceInterface, device, vertexBufferAllocation); in iterate()
|
H A D | vktPipelineMultisampleBase.hpp | 157 virtual void uploadVertexData (const vk::Allocation& vertexBufferAllocation,
|
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 412 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation(); in iterate() local 414 uploadVertexData(vertexBufferAllocation, vertexDataDesc); in iterate() 416 flushAlloc(deviceInterface, device, vertexBufferAllocation); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 82 void uploadVertexDataNdc (const Allocation& vertexBufferAllocation, const MultisampleInstanceBase::VertexDataDesc& vertexDataDescripton) in uploadVertexDataNdc() argument 91 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexDataNdc() 134 void uploadVertexDataNdcScreen (const Allocation& vertexBufferAllocation, const MultisampleInstanceBase::VertexDataDesc& vertexDataDescripton, const tcu::Vec2& screenSize) in uploadVertexDataNdcScreen() argument 143 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexDataNdcScreen() 221 void uploadVertexData (const Allocation& vertexBufferAllocation, 242 template<> void MSInstance<MSInstanceSampleID>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 244 uploadVertexDataNdc(vertexBufferAllocation, vertexDataDescripton); in uploadVertexData() 339 template<> void MSInstance<MSInstanceSamplePosDistribution>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 341 uploadVertexDataNdc(vertexBufferAllocation, vertexDataDescripton); in uploadVertexData() 497 template<> void MSInstance<MSInstanceSamplePosCorrectness>::uploadVertexData (const Allocation& vertexBufferAllocation, cons argument 710 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument 797 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument 892 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument 981 uploadVertexData(const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const uploadVertexData() argument [all...] |
H A D | vktPipelineMultisampleInterpolationTests.cpp | 129 void uploadVertexData (const Allocation& vertexBufferAllocation, 159 template<> void MSInstance<MSInstanceDistinctValues>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 167 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexData() 352 template<> void MSInstance<MSInstanceInterpolateScreenPosition>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 365 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexData() 936 template<> void MSInstance<MSInstanceInterpolateBarycentricCoordinates>::uploadVertexData (const Allocation& vertexBufferAllocation, const VertexDataDesc& vertexDataDescripton) const in uploadVertexData() argument 945 deMemcpy(vertexBufferAllocation.getHostPtr(), dataPointer(vertices), static_cast<std::size_t>(vertexDataDescripton.dataSize)); in uploadVertexData()
|
H A D | vktPipelineMultisampleBaseResolve.cpp | 239 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation(); in iterate() local 241 uploadVertexData(vertexBufferAllocation, vertexDataDesc); in iterate() 243 flushAlloc(deviceInterface, device, vertexBufferAllocation); in iterate()
|
H A D | vktPipelineMultisampleBase.hpp | 141 virtual void uploadVertexData (const vk::Allocation& vertexBufferAllocation,
|
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 398 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation(); in iterate() local 400 uploadVertexData(vertexBufferAllocation, vertexDataDesc); in iterate() 402 flushAlloc(deviceInterface, device, vertexBufferAllocation); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 623 MovePtr<Allocation> vertexBufferAllocation; member 760 testContext.vertexBufferAllocation = buffer.allocation; in generateWork()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 624 MovePtr<Allocation> vertexBufferAllocation; member 761 testContext.vertexBufferAllocation = buffer.allocation; in generateWork()
|