Home
last modified time | relevance | path

Searched defs:pack (Results 26 - 50 of 89) sorted by relevance

1234

/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
H A Dvc4_qir.c721 int pack = reg.pack; qir_follow_movs() local
[all...]
/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
/foundation/multimedia/audio_framework/test/fuzztest/audioeffectchain_fuzzer/
H A Daudio_effect_chain_fuzzer.cpp109 SessionInfoPack pack = {2, "3", EFFECTDEFAULT, "true"}; in EffectChainManagerAddSessionInfoFuzzTest() local
120 SessionInfoPack pack = {2, "3", SESSIONIDDEFAULT, "true"}; in EffectChainManagerDeleteSessionInfoFuzzTest() local
133 SessionInfoPack pack = {2, "3", SESSIONIDDEFAULT, "true"}; in EffectChainManagerReturnEffectChannelInfoFuzzTest() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c365 struct FillpPktPack pack; in FillpSendAdhocpack() local
764 FillpBuildAndSendPack(struct FillpPcb *pcb, struct FtSocket *ftSock, struct FillpPktPack *pack, FILLP_UINT16 dataLen) FillpBuildAndSendPack() argument
[all...]
H A Dfillp_input.c509 FillpPackInputSendMsgTrace(FILLP_CONST struct FillpPcb *pcb, FILLP_CONST struct FillpPktHead *pktHdr, FILLP_CONST struct FillpPktPack *pack) FillpPackInputSendMsgTrace() argument
560 FillpCheckPackNumber(struct FillpPcb *pcb, struct FillpPktPack *pack, FILLP_UINT32 ackSeqNum, FILLP_UINT32 lostSeqNum) FillpCheckPackNumber() argument
593 FillpHandleAdhocpackFlag(struct FillpPcb *pcb, struct FillpPktPack *pack) FillpHandleAdhocpackFlag() argument
630 FillpTryAckSendPcbByPackInfo(struct FillpPcb *pcb, FILLP_CONST struct FillpPktPack *pack, FILLP_UINT32 ackSeqNum, FILLP_UINT32 lostSeqNum) FillpTryAckSendPcbByPackInfo() argument
646 FillpHdlAdhocpack(struct FillpPcb *pcb, struct FillpPktPack *pack) FillpHdlAdhocpack() argument
653 FillpChangePackInterval(struct FillpPcb *pcb, FILLP_CONST struct FtSocket *sock, FILLP_CONST struct FillpPktPack *pack) FillpChangePackInterval() argument
664 FillpHandlePackFlag(struct FillpPcb *pcb, struct FillpPktPack *pack) FillpHandlePackFlag() argument
743 struct FillpPktPack *pack = FILLP_NULL_PTR; FillpPackInput() local
[all...]
/third_party/alsa-utils/aplay/
H A Dformats.h35 uint8_t pack; member
40 uint8_t pack; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.cpp829 wait_imm::pack(enum amd_gfx_level gfx_level) const in pack() function in aco::wait_imm
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_instr.c312 v3d_qpu_pack_name(enum v3d_qpu_output_pack pack) in v3d_qpu_pack_name() argument
/third_party/mesa3d/src/c11/impl/
H A Dthreads_win32.c89 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/panfrost/util/
H A Dpan_lower_framebuffer.c122 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 DFramebuffer11.cpp249 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 DFramebuffer9.cpp79 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 DSkRasterPipeline_opts.h135 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 Dstgdict.c360 int pack; in PyCStructUnionType_update_stgdict() local
/third_party/f2fs-tools/fsck/
H A Ddump.c44 int fd, ret, pack; in nat_dump() local
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java106 private String pack; // package field in CheckAPI.Info
[all...]

Completed in 25 milliseconds

1234