| /third_party/mesa3d/src/c11/impl/ |
| H A D | threads_win32.c | 89 struct impl_thrd_param pack; in impl_thrd_routine() local 313 struct impl_thrd_param *pack; in thrd_create() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.c | 721 int pack = reg.pack; qir_follow_movs() local [all...] |
| /third_party/mesa3d/src/panfrost/util/ |
| H A D | pan_lower_framebuffer.c | 122 pan_unpack_pure_32(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_32() argument 142 pan_unpack_pure_16(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_16() argument 202 pan_unpack_pure_8(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_8() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | Framebuffer11.cpp | 249 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Framebuffer9.cpp | 79 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
|
| /third_party/skia/src/opts/ |
| H A D | SkRasterPipeline_opts.h | 135 SI U16 pack(U32 v) { return (U16)v; } in pack() function 136 SI U8 pack(U16 v) { return (U8)v; } in pack() function [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | stgdict.c | 360 int pack; in PyCStructUnionType_update_stgdict() local
|
| H A D | cfield.c | 47 PyCField_FromDesc(PyObject *desc, Py_ssize_t index, Py_ssize_t *pfield_size, int bitsize, int *pbitofs, Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign, int pack, int big_endian) PyCField_FromDesc() argument
|
| /third_party/f2fs-tools/fsck/ |
| H A D | dump.c | 44 int fd, ret, pack; in nat_dump() local
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | CheckAPI.java | 106 private String pack; // package field in CheckAPI.Info [all...] |
| H A D | APIInfo.java | 56 private String pack = ""; // package field in APIInfo [all...] |
| /third_party/mbedtls/programs/test/ |
| H A D | udp_proxy.c | 159 unsigned pack; /* merge packets into single datagram for member [all...] |
| /third_party/mesa3d/src/compiler/nir/tests/ |
| H A D | load_store_vectorizer_tests.cpp | 985 nir_alu_instr *pack = nir_instr_as_alu(val->parent_instr); in TEST_F() local 1045 nir_alu_instr *pack = nir_instr_as_alu(val->parent_instr); in TEST_F() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | image.c | 552 _mesa_clip_readpixels(const struct gl_context *ctx, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *pack) _mesa_clip_readpixels() argument
|
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format.c | 433 const struct util_format_pack_description *pack = in util_format_write_4() local 474 const struct util_format_pack_description *pack = in util_format_write_4ub() local 651 const struct util_format_pack_description *pack = in util_format_translate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawImageObjectUtil.cpp | 44 void MemoryOp::pack (int pixelSize, in pack() function in vkt::Draw::MemoryOp
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawImageObjectUtil.cpp | 44 void MemoryOp::pack (int pixelSize, in pack() function in vkt::Draw::MemoryOp
|
| /third_party/ffmpeg/libavformat/ |
| H A D | mpeg.c | 76 int pack = check_pack_header(p->buf + i); in mpegps_probe() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_pbo_compute.c | 534 nir_ssa_def *pack[2]; in convert_swap_write() local 763 can_copy_direct(const struct gl_pixelstore_attrib *pack) in can_copy_direct() argument 773 download_texture_compute(struct st_context *st, const struct gl_pixelstore_attrib *pack, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, unsigned level, unsigned layer, GLenum format, GLenum type, enum pipe_format src_format, enum pipe_texture_target view_target, struct pipe_resource *src, enum pipe_format dst_format, enum swizzle_clamp swizzle_clamp) download_texture_compute() argument 1004 copy_converted_buffer(struct gl_context * ctx, struct gl_pixelstore_attrib *pack, enum pipe_texture_target view_target, struct pipe_resource *dst, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void *pixels) copy_converted_buffer() argument [all...] |
| H A D | st_cb_drawpixels.c | 1525 struct gl_pixelstore_attrib pack, unpack; in blit_copy_pixels() local 1684 struct gl_pixelstore_attrib pack = ctx->DefaultPacking; st_CopyPixels() local [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_emit.c | 352 midgard_vector_alu_src pack = { in mir_pack_vector_srcs() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cShaderBitfieldOperationTests.cpp | 399 static GLuint pack(float x, float y, float z, float w, float range) in pack() function
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | lossless_enc_sse2.c | 370 const __m128i pack = _mm_and_si128(tmp, ff); // ab00 in BundleColorMap_SSE2() local 388 const __m128i pack = _mm_or_si128(shift, tmp); // 00000000abcd0000 in BundleColorMap_SSE2() local
|
| /third_party/python/Lib/ |
| H A D | mailbox.py | 1199 def pack(self): member in MH
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | vir.c | 225 vir_set_pack(struct qinst *inst, enum v3d_qpu_output_pack pack) in vir_set_pack() argument [all...] |