Home
last modified time | relevance | path

Searched defs:ref (Results 326 - 350 of 752) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/openssl/crypto/encode_decode/
H A Dencoder_meth.c45 int ref = 0; in OSSL_ENCODER_up_ref() local
53 int ref = 0; in OSSL_ENCODER_free() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawConcurrentTests.cpp439 const deUint32 ref = ~inp; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp441 const deUint8 ref = referenceData[bufferOffset + byteNdx]; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawConcurrentTests.cpp439 const deUint32 ref = ~inp; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBasicTests.cpp138 const deUint32 ref = *reinterpret_cast<const deUint32*>(datas[1]); in checkVertexPipelineStagesSubgroupBarriers() local
200 const deUint32 ref = *reinterpret_cast<const deUint32*>(datas[1]); in checkComputeSubgroupBarriers() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp156 float ref = reference.getAccess().getPixDepth(x, y); in fuzzyDepthCompare() local
/third_party/skia/src/gpu/
H A DGrGpuResource.h34 void ref() const { in ref() function in GrIORef
[all...]
/third_party/openssl/crypto/store/
H A Dstore_result.c69 const void *ref; member
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv_neon.c183 static uint64_t SharpYUVUpdateY_NEON(const uint16_t* ref, const uint16_t* src, in SharpYUVUpdateY_NEON() argument
213 static void SharpYUVUpdateRGB_NEON(const int16_t* ref, const int16_t* src, in SharpYUVUpdateRGB_NEON() argument
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp253 SkPDFIndirectReference ref = doc->reserveRef(); in PrepareTagTreeToEmit() local
321 SkPDFIndirectReference ref = doc->reserveRef(); in makeStructTreeRoot() local
H A DSkPDFDocumentPriv.h103 void emitStream(const SkPDFDict& dict, T writeStream, SkPDFIndirectReference ref) { in emitStream() argument
H A DSkPDFTypes.cpp258 SkPDFUnion SkPDFUnion::Ref(SkPDFIndirectReference ref) { in Ref() argument
334 void SkPDFArray::appendRef(SkPDFIndirectReference ref) { in appendRef() argument
368 void SkPDFDict::insertRef(const char key[], SkPDFIndirectReference ref) { in insertRef() argument
372 void SkPDFDict::insertRef(SkString key, SkPDFIndirectReference ref) { in insertRef() argument
424 serialize_stream(SkPDFDict* origDict, SkStreamAsset* stream, bool deflate, SkPDFDocument* doc, SkPDFIndirectReference ref) serialize_stream() argument
472 SkPDFIndirectReference ref = doc->reserveRef(); SkPDFStreamOut() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp206 const VariableReference& ref = e.as<VariableReference>(); variable
/third_party/openssl/test/
H A Dcmp_msg_test.c36 static unsigned char ref[CMP_TEST_REFVALUE_LENGTH]; variable
/third_party/skia/tools/fonts/
H A Dcreate_test_font.cpp170 unsigned ref = 10; in offset_str_len() local
/third_party/toybox/toys/net/
H A Dnetstat.c279 int flags, ref, use, metric, mss, win, irtt; in display_routes() local
/third_party/toybox/toys/pending/
H A Droute.c132 int flags, ref, use, metric, mss, win, irtt, items; in display_routes() local
/third_party/typescript/tests/baselines/reference/
H A DcorrelatedUnions.js
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_benchmark.cc469 auto ref = T(); in BM_ConstructFromSizeRef() local
562 auto ref = T(); in BM_AssignSizeRef() local
/third_party/spirv-tools/source/opt/
H A Dliveness.cpp234 void LivenessManager::MarkRefLive(const Instruction* ref, Instruction* var) { in MarkRefLive() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp1174 const GLfloat ref = rnd.getFloat(0, 1); in test() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp187 const deUint32 ref = (ref1 << 16) | ref0; in iterate() local
378 const deUint32 ref = (ref1 << 16) | ref0; in iterate() local
574 const deUint32 ref = (ref1 << 16) | ref0; in iterate() local
791 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); in iterate() local
1000 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp438 const deUint8 ref = referenceData[bufferOffset + byteNdx]; in iterate() local
/third_party/vk-gl-cts/framework/common/
H A DtcuFuzzyImageCompare.cpp273 float fuzzyCompare (const FuzzyCompareParams& params, const ConstPixelBufferAccess& ref, const ConstPixelBufferAccess& cmp, const PixelBufferAccess& errorMask) in fuzzyCompare() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.hpp103 float ref; //!< Reference value for shadow lookups. member

Completed in 27 milliseconds

1...<<11121314151617181920>>...31