Home
last modified time | relevance | path

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

123

/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/gallium/drivers/vc4/
H A Dvc4_qir.c721 int pack = reg.pack; qir_follow_movs() 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
H A Dcfield.c47 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 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...]
H A DAPIInfo.java56 private String pack = ""; // package field in APIInfo
[all...]
/third_party/mbedtls/programs/test/
H A Dudp_proxy.c159 unsigned pack; /* merge packets into single datagram for member
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp985 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 Dimage.c552 _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 Du_format.c433 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 DvktDrawImageObjectUtil.cpp44 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 DvktDrawImageObjectUtil.cpp44 void MemoryOp::pack (int pixelSize, in pack() function in vkt::Draw::MemoryOp
/third_party/ffmpeg/libavformat/
H A Dmpeg.c76 int pack = check_pack_header(p->buf + i); in mpegps_probe() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c534 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 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...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_emit.c352 midgard_vector_alu_src pack = { in mir_pack_vector_srcs() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderBitfieldOperationTests.cpp399 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 Dlossless_enc_sse2.c370 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 Dmailbox.py1199 def pack(self): member in MH
/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...]

Completed in 40 milliseconds

123