/third_party/mesa3d/src/mesa/main/ |
H A D | format_pack.h | 48 const struct util_format_pack_description *pack = util_format_pack_description(format); in _mesa_pack_ubyte_rgba_row() local
|
H A D | pixel.c | 143 validate_pbo_access(struct gl_context *ctx, struct gl_pixelstore_attrib *pack, GLsizei mapsize, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) validate_pbo_access() argument
|
H A D | pbo.c | 66 _mesa_validate_pbo_access(GLuint dimensions, const struct gl_pixelstore_attrib *pack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) _mesa_validate_pbo_access() argument 300 _mesa_map_pbo_dest(struct gl_context *ctx, const struct gl_pixelstore_attrib *pack, GLvoid *dest) _mesa_map_pbo_dest() argument 378 _mesa_unmap_pbo_dest(struct gl_context *ctx, const struct gl_pixelstore_attrib *pack) _mesa_unmap_pbo_dest() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkApiVersion.cpp | 40 deUint32 pack (const ApiVersion& version) in pack() function
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Any.php | 291 public function pack($msg) function
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | mkbootimg | 22 from struct import pack namespace [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
H A D | ext_aead.c | 177 static hi_s32 ext_ccm_gcm_mem_open(ext_ccm_gcm_mem *mem, symc_multi_pack *pack, compat_addr aad, hi_u32 aad_len) in ext_ccm_gcm_mem_open() argument 233 hi_s32 ext_mbedtls_aead_ccm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) in ext_mbedtls_aead_ccm_crypto() argument 289 ext_mbedtls_aead_gcm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) ext_mbedtls_aead_gcm_crypto() argument [all...] |
H A D | ext_symc.c | 251 hi_s32 ext_mbedtls_symc_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) in ext_mbedtls_symc_crypto() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | utvideo.h | 79 int pack; member
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_integer_sequence.cpp | 525 uint8_t pack; in encode_ise() local 572 uint8_t pack = (input_data[i] & mask) | encode_ise() local 596 uint8_t pack; encode_ise() local 631 uint8_t pack = (input_data[i] & mask) | encode_ise() local [all...] |
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | psa_storage.py | 124 def pack( member in Key
|
/third_party/python/Lib/idlelib/ |
H A D | textview.py | 24 def pack(self, **kwargs): member in AutoHideScrollbar
|
/third_party/skia/src/core/ |
H A D | SkBitmapProcState_matrixProcs.cpp | 158 static uint32_t pack(SkFixed f, unsigned max, SkFixed one) { in pack() function
|
/third_party/libsnd/src/ |
H A D | voc.c | 275 { unsigned char pack, stereo, compression ; in voc_read_header() local
|
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_posix.c | 65 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); in impl_thrd_routine() local 257 struct impl_thrd_param *pack; in thrd_create() local [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu_disasm.c | 265 vc4_qpu_disasm_pack_mul(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_mul() argument 271 vc4_qpu_disasm_pack_a(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_a() argument 303 uint32_t pack = QPU_GET_FIELD(inst, QPU_PACK); in print_alu_dst() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 96 try_pbo_readpixels(struct st_context *st, struct gl_renderbuffer *rb, bool invert_y, GLint x, GLint y, GLsizei width, GLsizei height, GLenum gl_format, enum pipe_format src_format, enum pipe_format dst_format, const struct gl_pixelstore_attrib *pack, void *pixels) try_pbo_readpixels() argument 412 st_ReadPixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, void *pixels) st_ReadPixels() argument [all...] |
/third_party/mesa3d/src/util/tests/format/ |
H A D | u_format_test.c | 281 const struct util_format_pack_description *pack = in test_format_pack_rgba_float() local 404 const struct util_format_pack_description *pack = in test_format_pack_rgba_8unorm() local 500 const struct util_format_pack_description *pack = in test_format_pack_z_float() local 578 const struct util_format_pack_description *pack = in test_format_pack_z_32unorm() local 657 const struct util_format_pack_description *pack = in test_format_pack_s_8uint() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_audioop.py | 8 def pack(width, data): function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.cpp | 200 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/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | FramebufferNULL.cpp | 85 readPixels(const gl::Context *context, const gl::Rectangle &origArea, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *ptrOrOffset) readPixels() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkFormat.cpp | 2561 static constexpr uint8_t pack(VkFormat format) in pack() function [all...] |
H A D | VkImageView.cpp | 100 void Identifier::pack(const State &state) in pack() function in vk::Identifier
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.cc | 40 explicit ArgContext(absl::Span<const FormatArgImpl> pack) : pack_(pack) {} in ArgContext() argument 105 ConverterConsumer(Converter converter, absl::Span<const FormatArgImpl> pack) in ConverterConsumer() argument 28 BindFromPosition(int position, int* value, absl::Span<const FormatArgImpl> pack) BindFromPosition() argument 174 BindWithPack(const UnboundConversion* props, absl::Span<const FormatArgImpl> pack, BoundConversion* bound) BindWithPack() argument [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluRenderContext.hpp | 116 inline deUint32 ApiType::pack (int major, int minor, Profile profile) in pack() function in glu::ApiType 182 inline deUint32 ContextType::pack (deUint32 apiBits, ContextFlags flags) in pack() function in glu::ContextType
|