Home
last modified time | relevance | path

Searched defs:unpack (Results 1 – 25 of 65) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
Dpbo.c147 const struct gl_pixelstore_attrib *unpack, in _mesa_map_pbo_source()
179 const struct gl_pixelstore_attrib *unpack, in _mesa_validate_pbo_source()
222 const struct gl_pixelstore_attrib *unpack, in _mesa_validate_pbo_source_compressed()
260 const struct gl_pixelstore_attrib *unpack, in _mesa_map_validate_pbo_source()
282 const struct gl_pixelstore_attrib *unpack) in _mesa_unmap_pbo_source()
338 const struct gl_pixelstore_attrib *unpack, in _mesa_map_validate_pbo_dest()
398 const struct gl_pixelstore_attrib *unpack, in _mesa_validate_pbo_teximage()
477 const struct gl_pixelstore_attrib *unpack) in _mesa_unmap_teximage_pbo()
Dimage.c400 const struct gl_pixelstore_attrib *unpack, in _mesa_expand_bitmap()
484 struct gl_pixelstore_attrib *unpack) in _mesa_clip_drawpixels()
Dpack.c259 const struct gl_pixelstore_attrib *unpack ) in extract_uint_indexes()
1205 const struct gl_pixelstore_attrib *unpack ) in _mesa_unpack_image()
1640 const struct util_format_unpack_description *unpack = in _mesa_unpack_ubyte_rgba_row() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_emit.c166 struct qinst *inst, uint64_t *unpack) in fixup_raddr_conflict()
209 ASSERTED uint32_t unpack = QPU_GET_FIELD(*last_inst(block), QPU_UNPACK); in set_last_dst_pack() local
296 uint64_t unpack = 0; in vc4_generate_code_block() local
Dvc4_qpu_disasm.c277 vc4_qpu_disasm_unpack(FILE *out, uint32_t unpack) in vc4_qpu_disasm_unpack()
327 uint32_t unpack = QPU_GET_FIELD(inst, QPU_UNPACK); in print_alu_src() local
Dvc4_opt_copy_propagation.c101 uint8_t unpack; in try_copy_prop() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp123 const gl::PixelUnpackState &unpack, in setBufferToTextureCopyParams()
152 const gl::PixelUnpackState &unpack, in copyBufferToTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.cpp27 const gl::PixelUnpackState &unpack, in setImage()
41 const gl::PixelUnpackState &unpack, in setSubImage()
52 const gl::PixelUnpackState &unpack, in setCompressedImage()
63 const gl::PixelUnpackState &unpack, in setCompressedSubImage()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c105 const struct gl_pixelstore_attrib *unpack, in unpack_bitmap()
121 const struct gl_pixelstore_attrib *unpack, in make_bitmap_texture()
474 const struct gl_pixelstore_attrib *unpack, in accum_bitmap()
602 const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap) in st_Bitmap()
Dst_cb_drawpixels.c487 const struct gl_pixelstore_attrib *unpack, in search_drawpixels_cache()
570 const struct gl_pixelstore_attrib *unpack, in cache_drawpixels_image()
610 const struct gl_pixelstore_attrib *unpack, in make_texture()
960 const struct gl_pixelstore_attrib *unpack, in draw_stencil_pixels()
1193 struct gl_pixelstore_attrib *unpack) in clamp_size()
1275 const struct gl_pixelstore_attrib *unpack, const void *pixels) in st_DrawPixels()
1525 struct gl_pixelstore_attrib pack, unpack; in blit_copy_pixels() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp37 const gl::PixelUnpackState &unpack, in GetUnpackPointer()
231 const gl::PixelUnpackState &unpack, in setImageImpl()
277 const gl::PixelUnpackState &unpack, in subImage()
306 const gl::PixelUnpackState &unpack, in setCompressedImageImpl()
340 const gl::PixelUnpackState &unpack, in subImageCompressed()
362 const gl::PixelUnpackState &unpack, in isFastUnpackable()
371 const gl::PixelUnpackState &unpack, in fastUnpackPixels()
947 const gl::PixelUnpackState &unpack, in setImage()
999 const gl::PixelUnpackState &unpack, in setSubImage()
1030 const gl::PixelUnpackState &unpack, in setCompressedImage()
[all …]
/third_party/protobuf/php/src/Google/Protobuf/
DAny.php259 public function unpack() function in Google\\Protobuf\\Any
/third_party/mesa3d/src/broadcom/compiler/
Dvir_opt_copy_propagate.c192 enum v3d_qpu_input_unpack unpack = mov->qpu.alu.mul.a_unpack; in try_copy_prop() local
Dvir_dump.c261 enum v3d_qpu_input_unpack unpack[2]; in vir_dump_alu() local
/third_party/node/tools/configure.d/
Dnodedownload.py71 def unpack(packedfile, parent_path): function
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c468 const struct util_format_unpack_description *unpack = in test_format_unpack_z_float() local
539 const struct util_format_unpack_description *unpack = in test_format_unpack_z_32unorm() local
618 const struct util_format_unpack_description *unpack = in test_format_unpack_s_8uint() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp166 const gl::PixelUnpackState &unpack, in setImage()
314 const gl::PixelUnpackState &unpack, in setSubImage()
393 const gl::PixelUnpackState &unpack, in setSubImageRowByRowWorkaround()
476 const gl::PixelUnpackState &unpack, in setSubImagePaddingWorkaround()
566 const gl::PixelUnpackState &unpack, in setCompressedImage()
613 const gl::PixelUnpackState &unpack, in setCompressedSubImage()
699 gl::PixelUnpackState unpack; in copyImage() local
DBlitGL.cpp283 gl::PixelUnpackState unpack; in copyImageToLUMAWorkaroundTexture() local
787 gl::PixelUnpackState unpack; in copySubTextureCPUReadback() local
1190 gl::PixelUnpackState unpack; in orphanScratchTextures() local
/third_party/mesa3d/src/util/format/
Du_format.c370 const struct util_format_unpack_description *unpack = in util_format_unpack_rgba_rect() local
391 const struct util_format_unpack_description *unpack = in util_format_unpack_rgba_8unorm_rect() local
653 const struct util_format_unpack_description *unpack = in util_format_translate() local
1188 … const struct util_format_unpack_description *unpack = util_format_unpack_description_neon(format); in util_format_unpack_table_init() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl288 GLM_FUNC_QUALIFIER static tvec1<float, P> unpack(tvec1<uint16, P> const & v) function
307 GLM_FUNC_QUALIFIER static tvec2<float, P> unpack(tvec2<uint16, P> const & v) function
326 GLM_FUNC_QUALIFIER static tvec3<float, P> unpack(tvec3<uint16, P> const & v) function
345 GLM_FUNC_QUALIFIER static tvec4<float, P> unpack(tvec4<uint16, P> const & v) function
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.cpp2612 static constexpr VkFormat unpack(uint8_t format) in unpack() function
/third_party/python/Lib/test/
Dtest_audioop.py11 def unpack(width, data): function
/third_party/python/Modules/clinic/
D_struct.c.h235 unpack(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in unpack() function
/third_party/ffmpeg/libavcodec/
Deatgv.c74 static int unpack(const uint8_t *src, const uint8_t *src_end, in unpack() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp319 const gl::PixelUnpackState &unpack, in setImage()
333 const gl::PixelUnpackState &unpack, in setSubImage()
351 const gl::PixelUnpackState &unpack, in setCompressedImage()
368 const gl::PixelUnpackState &unpack, in setCompressedSubImage()
390 const gl::PixelUnpackState &unpack, in setImageImpl()
470 const gl::PixelUnpackState &unpack, in setSubImageImpl()

123