/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 129 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() 306 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) in inputTypeToGLString() 331 std::string outputTypeToGLString (const VkPrimitiveTopology& outputType) in outputTypeToGLString() 414 bool compareWithFileImage (Context& context, const tcu::ConstPixelBufferAccess& resultImage, std::string testName) in compareWithFileImage() 417 std::string fileName="vulkan/data/geometry/"+testName+".png"; in compareWithFileImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageExtendedUsageBitTests.cpp | 51 std::map<VkFormat, VkFormat> map = in isCompatibleCompressedFormat() 191 std::ostringstream error; in testExtendedUsageBitCompatiblity() 200 std::ostringstream error; in testExtendedUsageBitCompatiblity() 300 std::ostringstream name; in createImageExtendedUsageBitTests() 301 std::string usageName = usages[usageNdx].name; in createImageExtendedUsageBitTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageAlignedMipSize.cpp | 60 const std::string& name, 76 const std::string& name, in ImageAlignedMipSizeCase() 206 const std::vector<VkSparseImageMemoryRequirements> sparseMemoryRequirements = getImageSparseMemoryRequirements(deviceInterface, getDevice(), *imageSparse); in iterate() 264 const std::vector<TestImageParameters> imageParameters in createImageAlignedMipSizeTests() 282 const std::string name = getImageFormatID(format); in createImageAlignedMipSizeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringAnisotropyTests.cpp | 39 using std::string; 40 using std::vector; 41 using std::max; 42 using std::min; 179 std::vector<util::Program> programs; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 129 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() 306 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) in inputTypeToGLString() 331 std::string outputTypeToGLString (const VkPrimitiveTopology& outputType) in outputTypeToGLString() 414 bool compareWithFileImage (Context& context, const tcu::ConstPixelBufferAccess& resultImage, std::string testName) in compareWithFileImage() 417 std::string fileName="vulkan/data/geometry/"+testName+".png"; in compareWithFileImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageExtendedUsageBitTests.cpp | 51 std::map<VkFormat, VkFormat> map = in isCompatibleCompressedFormat() 191 std::ostringstream error; in testExtendedUsageBitCompatiblity() 200 std::ostringstream error; in testExtendedUsageBitCompatiblity() 300 std::ostringstream name; in createImageExtendedUsageBitTests() 301 std::string usageName = usages[usageNdx].name; in createImageExtendedUsageBitTests()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateLimitations.cpp | 43 ValidateConstIndexExpr(const std::vector<int> &loopSymbols) in ValidateConstIndexExpr() 56 bool isLoopSymbol = std::find(mLoopSymbolIds.begin(), mLoopSymbolIds.end(), 64 const std::vector<int> mLoopSymbolIds; 101 std::vector<int> mLoopSymbolIds; 173 return std::find(mLoopSymbolIds.begin(), mLoopSymbolIds.end(), symbol->uniqueId().get()) != in isLoopIndex()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Query11.cpp | 62 mActiveQuery = std::unique_ptr<QueryState>(new QueryState()); in Query11() 87 mPendingQueries.push_back(std::unique_ptr<QueryState>(new QueryState())); in queryCounter() 145 mPendingQueries.push_back(std::move(mActiveQuery)); in pause() 146 mActiveQuery = std::unique_ptr<QueryState>(new QueryState()); in pause() 300 mResult = std::numeric_limits<GLuint64>::max() / timeStats.Frequency; in testQuery()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | CircularBuffer.h | 20 template <class T, size_t N, class Storage = std::array<T, N>> 76 std::fill(begin(), end(), value); in CircularBuffer() 96 std::copy(other.begin(), other.end(), begin()); in operator =() 164 std::swap(mData, other.mData); 165 std::swap(mFrontIndex, other.mFrontIndex);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLDeviceCL.cpp | 25 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, std::vector<T> &vector) in GetDeviceInfo() 69 std::vector<char> valString; in createInfo() 109 std::string extensionStr(valString.data()); in createInfo() 131 info.initializeExtensions(std::move(extensionStr)); in createInfo() 224 std::vector<cl_device_id> nativeSubDevices(numDevices, nullptr); in createSubDevices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFX86_64.h | 37 ImageBase = std::numeric_limits<uint64_t>::max(); in getImageBase() 45 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase() 143 std::tuple<uint64_t, uint64_t, uint64_t> 186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub() 232 std::tie(Offset, RelType, Addend) = generateRelocationStub(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AttributeImpl.h | 150 std::string Kind; 151 std::string Val; 215 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const; 216 std::string getAsString(bool InAttrGrp) const; 234 using IndexAttrPair = std::pair<unsigned, AttributeSet>;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsBallotTests.cpp | 33 using namespace std; 41 static bool checkVertexPipelineStages(std::vector<const void*> datas, in checkVertexPipelineStages() 47 static bool checkComputeStage(std::vector<const void*> datas, in checkComputeStage() 61 std::ostringstream subgroupSizeStr; in initFrameBufferPrograms() 189 std::ostringstream src; in initPrograms()
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsProtocol.cpp | 26 using std::string; 27 using std::vector; 67 void getString (std::string& dst) in getString() 94 MessageWriter (MessageType msgType, std::vector<deUint8>& buf) 128 std::vector<deUint8>& m_buf;
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLDeviceTest.cpp | 48 std::cout << "Unable to LoadLibrary D3D11" << std::endl; 56 std::cout << "Could not retrieve D3D11CreateDevice from d3d11.dll" << std::endl; 321 std::string fakeD3DDevice = "This is a string, not a D3D device"; in TEST_P()
|
/third_party/skia/src/gpu/ |
H A D | GrOpFlushState.cpp | 28 , fDrawIndirectPool(gpu, std::move(cpuBufferCache)) in GrOpFlushState() 118 std::unique_ptr<char[]> tmpPixels; in doUpload() 145 return fInlineUploads.append(&fArena, std::move(upload), fTokenTracker->nextDrawToken()) in addInlineUpload() 150 fASAPUploads.append(&fArena, std::move(upload)); in addASAPUpload() 213 return fOpArgs->appliedClip() ? std::move(*fOpArgs->appliedClip()) : GrAppliedClip::Disabled(); in detachAppliedClip()
|
H A D | GrSurfaceProxy.h | 85 : fSurface(std::move(surf)), fKeyMode(mode), fReleaseCallback(releaseCallback) {} in LazyCallbackResult() 87 : LazyCallbackResult(sk_sp<GrSurface>(std::move(tex))) {} in LazyCallbackResult() 102 std::function<LazyCallbackResult(GrResourceProvider*, const LazySurfaceDesc&)>; 348 void setDebugName(SkString name) { fDebugName = std::move(name); } in setDebugName() 472 mutable std::atomic<size_t> fGpuMemorySize{kInvalidGpuMemorySize};
|
H A D | GrResourceProvider.h | 50 typename std::enable_if<std::is_base_of<GrGpuResource, T>::value, sk_sp<T>>::type 320 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true); 322 std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&, 367 using TempLevelDatas = SkAutoSTArray<14, std::unique_ptr<char[]>>;
|
/third_party/skia/src/gpu/v1/ |
H A D | Device_v1.h | 167 fClip.clipShader(std::move(shader)); 185 std::unique_ptr<SurfaceDrawContext> fSurfaceDrawContext; 189 static sk_sp<BaseDevice> Make(std::unique_ptr<SurfaceDrawContext>, 193 Device(std::unique_ptr<SurfaceDrawContext>, DeviceFlags); 216 std::unique_ptr<SkLatticeIter>,
|
/third_party/skia/src/codec/ |
H A D | SkBmpStandardCodec.cpp | 18 SkBmpStandardCodec::SkBmpStandardCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream, in SkBmpStandardCodec() 23 : INHERITED(std::move(info), std::move(stream), bitsPerPixel, rowOrder) in SkBmpStandardCodec() 74 fNumColors == 0 ? maxColors : std::min(fNumColors, maxColors); in createColorTable() 78 std::unique_ptr<uint8_t[]> cBuffer(new uint8_t[colorBytes]); in createColorTable()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | WangsFormula.h | 156 return std::max(vv[0] + vv[1], vv[2] + vv[3]) * length_term_pow2<3>(precision); in cubic_pow4() 221 const float max_len = sqrtf(std::max(dot(p0, p0), std::max(dot(p1, p1), dot(p2, p2)))); in conic_pow2() 229 const float rp_minus_1 = std::max(0.f, max_len * precision - 1); in conic_pow2() 231 const float denom = 4 * std::min(w, 1.f); in conic_pow2()
|
H A D | PathWedgeTessellator.cpp | 185 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches() 205 numFixedSegments_pow4 = std::max(n2*n2, numFixedSegments_pow4); in writePatches() 225 numFixedSegments_pow4 = std::max(n4, numFixedSegments_pow4); in writePatches() 257 PathCurveTessellator::WriteFixedVertexBuffer(std::move(vertexWriter), in WriteFixedVertexBuffer() 268 PathCurveTessellator::WriteFixedIndexBufferBaseIndex(std::move(vertexWriter), in WriteFixedIndexBuffer()
|
/third_party/skia/src/core/ |
H A D | SkBitmapCache.cpp | 66 std::unique_ptr<SkDiscardableMemory> dm, void* block) in Rec() 68 , fDM(std::move(dm)) in Rec() 161 std::unique_ptr<SkDiscardableMemory> fDM; 188 std::unique_ptr<SkDiscardableMemory> dm; in Alloc() 201 return RecPtr(new Rec(desc, info, rb, std::move(dm), block)); in Alloc()
|
H A D | SkYUVAPixmaps.cpp | 51 std::tuple<int, SkYUVAPixmapInfo::DataType> SkYUVAPixmapInfo::NumChannelsAndDataType( in NumChannelsAndDataType() 142 std::fill_n(planeSizes, kMaxPlanes, 0); in computeTotalBytes() 206 return SkYUVAPixmaps(yuvaPixmapInfo, std::move(data)); in FromData() 257 : fData(std::move(data)) in SkYUVAPixmaps() 270 std::copy_n(pixmaps, yuvaInfo.numPlanes(), fPlanes.data()); in SkYUVAPixmaps()
|
H A D | SkYUVAInfo.cpp | 27 std::tuple<int, int> SkYUVAInfo::SubsamplingFactors(Subsampling subsampling) { in SubsamplingFactors() 40 std::tuple<int, int> SkYUVAInfo::PlaneSubsamplingFactors(PlaneConfig planeConfig, in PlaneSubsamplingFactors() 72 return isSubsampledPlane ? SubsamplingFactors(subsampling) : std::make_tuple(1, 1); in PlaneSubsamplingFactors() 80 std::fill_n(planeDimensions, SkYUVAInfo::kMaxPlanes, SkISize{0, 0}); in PlaneDimensions() 88 using std::swap; in PlaneDimensions()
|