Home
last modified time | relevance | path

Searched defs:pack (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/mesa3d/src/mesa/main/
H A Dformat_pack.h48 const struct util_format_pack_description *pack = util_format_pack_description(format); in _mesa_pack_ubyte_rgba_row() local
H A Dpixel.c143 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 Dpbo.c66 _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 DvkApiVersion.cpp40 deUint32 pack (const ApiVersion& version) in pack() function
/third_party/protobuf/php/src/Google/Protobuf/
H A DAny.php291 public function pack($msg) function
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkbootimg22 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 Dext_aead.c177 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 Dext_symc.c251 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 Dutvideo.h79 int pack; member
/third_party/astc-encoder/Source/
H A Dastcenc_integer_sequence.cpp525 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 Dpsa_storage.py124 def pack( member in Key
/third_party/python/Lib/idlelib/
H A Dtextview.py24 def pack(self, **kwargs): member in AutoHideScrollbar
/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp158 static uint32_t pack(SkFixed f, unsigned max, SkFixed one) { in pack() function
/third_party/libsnd/src/
H A Dvoc.c275 { unsigned char pack, stereo, compression ; in voc_read_header() local
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c65 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 Dvc4_qpu_disasm.c265 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 Dst_cb_readpixels.c96 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 Du_format_test.c281 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 Dtest_audioop.py8 def pack(width, data): function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp200 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 DFramebufferNULL.cpp85 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 DVkFormat.cpp2561 static constexpr uint8_t pack(VkFormat format) in pack() function
[all...]
H A DVkImageView.cpp100 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 Dbind.cc40 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 DgluRenderContext.hpp116 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

Completed in 16 milliseconds

1234