Home
last modified time | relevance | path

Searched defs:pack (Results 76 - 99 of 99) sorted by relevance

1234

/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c225 vir_set_pack(struct qinst *inst, enum v3d_qpu_output_pack pack) in vir_set_pack() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1525 struct gl_pixelstore_attrib pack, unpack; in blit_copy_pixels() local
1684 struct gl_pixelstore_attrib pack = ctx->DefaultPacking; st_CopyPixels() local
[all...]
H A Dst_cb_texture.c589 struct gl_pixelstore_attrib pack = {0}; in st_UnmapTextureImage() local
1702 try_pbo_download(struct st_context *st, struct gl_texture_image *texImage, enum pipe_format src_format, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, const struct gl_pixelstore_attrib *pack, void *pixels) try_pbo_download() argument
/third_party/python/Lib/
H A Dpickle.py33 from struct import pack, unpack namespace
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp331 RearrangeEXTTextureNorm16Pixels(const gl::Context *context, const gl::Rectangle &area, GLenum originalReadFormat, GLenum format, GLenum type, GLuint skipBytes, GLuint rowBytes, GLuint pixelBytes, const gl::PixelPackState &pack, GLubyte *clientPixels, GLubyte *tmpPixels) RearrangeEXTTextureNorm16Pixels() argument
646 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
1480 readPixelsRowByRow(const gl::Context *context, const gl::Rectangle &area, GLenum originalReadFormat, GLenum format, GLenum type, const gl::PixelPackState &pack, GLubyte *pixels) const readPixelsRowByRow() argument
1534 readPixelsAllAtOnce(const gl::Context *context, const gl::Rectangle &area, GLenum originalReadFormat, GLenum format, GLenum type, const gl::PixelPackState &pack, GLubyte *pixels, bool readLastRowSeparately) const readPixelsAllAtOnce() argument
[all...]
H A DStateManagerGL.cpp607 setPixelPackState(const gl::Context *context, const gl::PixelPackState &pack) setPixelPackState() argument
H A DBlitGL.cpp805 gl::PixelPackState pack; in copySubTextureCPUReadback() local
/third_party/skia/src/core/
H A DSkVM.cpp1118 I32 Builder::pack(I32 x, I32 y, int bits) { in pack() function in skvm::Builder
H A DSkVM.h919 I32 pack(I32 x, int y, int bits) { return pack(x, splat(y), bits); } in abs() function in skvm::Builder
920 I32 pack(int x, I32 y, int bits) { return pack(splat(x), y, bits); } in abs() function in skvm::Builder
1302 SI I32 pack(I32 x, I32 y, int bits) { return x->pack (x,y,bits); } in pack() function
1303 SI I32 pack(I32 x, int y, int bits) { return x->pack (x,y,bits); } in pack() function
1304 SI I32 pack(in in pack() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.h740 PackedRegisterRef pack(RegisterRef RR) { in pack() function
743 PackedRegisterRef pack(RegisterRef RR) const { in pack() function
/third_party/python/Modules/
H A D_struct.c51 int (*pack)(_structmodulestate *, char *, PyObject *, member
2203 pack(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pack() function
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp1673 readPixels(const Context *context, const Rectangle &area, GLenum format, GLenum type, const PixelPackState &pack, Buffer *packBuffer, void *pixels) readPixels() argument
H A DvalidationES.cpp6982 const auto &pack = context->getState().getPackState(); in ValidatePixelPack() local
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1247 struct FillpPackStastics pack; /* Indicates the packet statistics. */ member
/third_party/f2fs-tools/fsck/
H A Dmount.c1482 pgoff_t current_nat_addr(struct f2fs_sb_info *sbi, nid_t start, int *pack) in current_nat_addr() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h94 int pack; member
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c883 static void pack(char **strs, size_t len, char **packed, size_t *length) { in pack() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp720 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
/third_party/python/Lib/test/
H A Dtest_os.py3734 def pack(value): function
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c4765 LLVMValueRef offset[3], pack; in visit_tex() local
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp931 static simdutf_really_inline simd8<uint8_t> pack(const simd16<uint16_t>& v0, const simd16<uint16_t>& v1) { in pack() function
2202 static simdutf_really_inline simd8<uint8_t> pack(const simd16<uint16_t>& v0, const simd16<uint16_t>& v1) { in pack() function
3166 static simdutf_really_inline simd8<uint8_t> pack(const simd16<uint16_t>& v0, const simd16<uint16_t>& v1) { in pack() function
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c2036 void *pack; member
2209 void *pack = malloc(size); in SwigPyPacked_New() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp3402 readFromAttachment(const gl::Context *context, const gl::FramebufferAttachment &srcAttachment, const gl::Rectangle &sourceArea, GLenum format, GLenum type, GLuint outputPitch, const gl::PixelPackState &pack, uint8_t *pixelsOut) readFromAttachment() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12998 class pack class
13013 class pack<tcu::Matrix<glw::GLdouble, Rows, Cols> > class

Completed in 133 milliseconds

1234