Lines Matching refs:std

178 	std::vector<vk::VkDrmFormatModifierProperties2EXT> modifiers(drmList.drmFormatModifierCount);
247 void copyMemoryToImage (const std::vector<deUint8> testData, vk::VkImage image, deUint32 texelSize, const vk::VkImageSubresourceLayers subresourceLayers, deInt32 xOffset, deInt32 yOffset, deUint32 width, deUint32 height);
284 void HostImageCopyTestInstance::copyMemoryToImage (const std::vector<deUint8> testData, vk::VkImage image, deUint32 texelSize, const vk::VkImageSubresourceLayers subresourceLayers, deInt32 xOffset, deInt32 yOffset, deUint32 width, deUint32 height)
288 std::vector<deUint8> data (texelSize * width * height);
295 std::vector<vk::VkMemoryToImageCopyEXT> regions;
348 std::stringstream commandsLog;
387 std::vector<deUint8> testData (sampledBufferSize);
550 const std::vector<vk::VkViewport> viewports { makeViewport(renderArea.extent) };
551 const std::vector<vk::VkRect2D> scissors { makeRect2D(renderArea.extent) };
786 std::vector<deUint8> data((size_t)subresourceHostMemcpySize.size);
923 std::vector<deUint8> paddedData (paddedBufferSize);
924 std::vector<deUint8> data (outputBufferSize);
926 std::vector<vk::VkImageToMemoryCopyEXT> regions(m_parameters.regionsCount);
994 std::vector<deUint8> resultData(sampledBufferSize);
1083 std::vector<vk::VkImageLayout> srcLayouts(hostImageCopyProperties.copySrcLayoutCount);
1084 std::vector<vk::VkImageLayout> dstLayouts(hostImageCopyProperties.copyDstLayoutCount);
1161 std::ostringstream vert;
1175 std::string output;
1181 std::ostringstream frag;
1196 std::string image;
1197 std::string output;
1209 std::ostringstream comp;
1577 std::vector<vk::VkImageLayout> srcLayouts(hostImageCopyProperties.copySrcLayoutCount);
1578 std::vector<vk::VkImageLayout> dstLayouts(hostImageCopyProperties.copyDstLayoutCount);
1666 std::vector<vk::VkImageLayout> srcLayouts(hostImageCopyProperties.copySrcLayoutCount);
1667 std::vector<vk::VkImageLayout> dstLayouts(hostImageCopyProperties.copyDstLayoutCount);
1991 std::string formatName = formatAndCommand.command == DRAW ? "draw" : "dispatch";