Home
last modified time | relevance | path

Searched defs:compressed (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/zlib/contrib/tests/
Dutils_unittest.cc21 std::vector<unsigned char> compressed( in TestPayloads() local
75 std::vector<unsigned char> compressed( in TEST() local
189 std::vector<uint8_t> compressed(100, '\0'); in TEST() local
258 std::vector<uint8_t> compressed(100, '\0'); in TEST() local
387 uint8_t compressed[sizeof(checkMatchCrashData) * 2]; in TEST() local
507 std::vector<uint8_t> compressed(src.size() * 2 + 1000); in TEST() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h127 const angle::Format &getActualBufferFormat(bool compressed) const in getActualBufferFormat()
133 VkFormat getActualBufferVkFormat(bool compressed) const in getActualBufferVkFormat()
139 VertexCopyFunction getVertexLoadFunction(bool compressed) const in getVertexLoadFunction()
144 bool getVertexLoadRequiresConversion(bool compressed) const in getVertexLoadRequiresConversion()
DVertexArrayVk.cpp54 bool compressed, in WarnOnVertexFormatConversion()
375 bool compressed) in convertVertexBufferGPU()
425 bool compressed) in convertVertexBufferCPU()
597 bool compressed = false; in syncDirtyAttrib() local
791 bool compressed = false; in updateStreamedAttribs() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DDecodeTest.cs73 …private void CheckDecodeResourceWithDictionary(string expected, string compressed, string dictiona… in CheckDecodeResourceWithDictionary()
83 private void CheckDecodeResource(string expected, string compressed) in CheckDecodeResource()
DSynthTest.cs35 private void CheckSynth(byte[] compressed, bool expectSuccess, string expectedOutput) in CheckSynth()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c43 bool compressed) in tu102_choose_tiled_storage_type()
91 bool compressed) in nvc0_choose_tiled_storage_type()
188 bool compressed) in nvc0_mt_choose_storage_type()
451 bool compressed = drm->version >= 0x01000101; in nvc0_miptree_create() local
/third_party/ffmpeg/libavcodec/
Dpcx.c37 int compressed) in pcx_rle_decode()
77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
Dcri.c180 int compressed = 0; in cri_decode_frame() local
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Ddeflate_fuzzer.cc41 std::vector<uint8_t> compressed(src.size() * 2 + 1000); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DEOTWriter.java36 private final boolean compressed; field in EOTWriter
53 public EOTWriter(boolean compressed) { in EOTWriter()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDecodeTest.java60 private void checkDecodeResource(String expected, String compressed) throws IOException { in checkDecodeResource()
DSynthTest.java50 private void checkSynth(byte[] compressed, boolean expectSuccess, in checkSynth()
/third_party/python/Lib/
Dzipapp.py77 filter=None, compressed=False): argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c68 nv50_mt_choose_storage_type(struct nv50_miptree *mt, bool compressed) in nv50_mt_choose_storage_type()
337 bool compressed = drm->version >= 0x01000101; in nv50_miptree_create() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c137 bool compressed = in copy_buffer_to_image() local
286 bool compressed = in copy_image_to_buffer() local
/third_party/skia/tests/
DPDFDeflateWStreamTest.cpp132 std::unique_ptr<SkStreamAsset> compressed(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local
/third_party/mesa3d/src/intel/isl/
Disl_aux_info.c71 bool compressed; member
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); in iterate() local
564 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.h60 bool compressed = false; member
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanBarriersPerf.cpp185 bool compressed) in createTexture()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp427 …GLenum ValidateSubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffse… in ValidateSubImageParams()
471 …GLenum ValidateSubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffse… in ValidateSubImageParams()
/third_party/elfutils/libelf/
Delf_compress.c396 int compressed = (sh_flags & SHF_COMPRESSED); in elf_compress() local
/third_party/mesa3d/src/amd/common/
Dac_surface.c632 bool compressed, ADDR_COMPUTE_SURFACE_INFO_INPUT *AddrSurfInfoIn, in gfx6_compute_level()
1025 bool compressed; in gfx6_compute_surface() local
1710 bool compressed, ADDR2_COMPUTE_SURFACE_INFO_INPUT *in) in gfx9_compute_miptree()
2138 bool compressed; in gfx9_compute_surface() local
/third_party/skia/third_party/externals/zlib/contrib/bench/
Dzlib_bench.cc218 std::vector<std::string> compressed(blocks); in zlib_file() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_generator.cpp59 fs_reg *reg, bool compressed) in brw_reg_from_fs_reg()
1867 const bool compressed = in generate_code() local

123