Home
last modified time | relevance | path

Searched defs:depths (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/ui/src/tracks/chrome_slices/
Dcommon.ts32 depths: Uint16Array; property
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp194 const Vec2& depths, in isLinearCompareValid()
259 const Vec4& depths, in isBilinearAnyCompareValid()
289 const Vec4& depths, in isBilinearPCFCompareValid()
362 const Vec4& depths, in isBilinearCompareValid()
614 const Vec4 depths (lookupDepth(level, sampler, x0, y0, coordZ), in isLinearCompareResultValid() local
1049 Vec4 depths; in isSeamlessLinearCompareResultValid() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarReport.java130 List<Integer> depths = new ArrayList<Integer>(); in getReportData() local
/external/brotli/c/enc/
Dbrotli_bit_stream.c257 static void StoreSimpleHuffmanTree(const uint8_t* depths, in StoreSimpleHuffmanTree()
298 void BrotliStoreHuffmanTree(const uint8_t* depths, size_t num, in BrotliStoreHuffmanTree()
707 uint8_t depths[BROTLI_MAX_CONTEXT_MAP_SYMBOLS]; in EncodeContextMap() local
816 uint8_t depths[BROTLI_MAX_CONTEXT_MAP_SYMBOLS]; in StoreTrivialContextMap() local
Dcompress_fragment.c373 const uint8_t* data, size_t len, const uint8_t* depths) { in ShouldMergeBlock()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp3102 GLuint depths[FUNCTIONAL_TEST_N_LEVELS]; in prepareDstPxls() local
3162 GLuint depths[FUNCTIONAL_TEST_N_LEVELS]; in prepareSrcPxls() local
3412 GLuint depths[FUNCTIONAL_TEST_N_LEVELS]; in prepareTexture() local
/external/perfetto/src/trace_processor/
Dtrace_storage.h322 const std::deque<uint8_t>& depths() const { return depths_; } in depths() function