Home
last modified time | relevance | path

Searched defs:aligned (Results 26 - 50 of 56) sorted by relevance

123

/third_party/ntfs-3g/libntfs-3g/
H A Dioctl.c231 u64 aligned; in align_up() local
240 u64 aligned; in align_down() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c81 lp_build_gather_elem(struct gallivm_state *gallivm, unsigned length, unsigned src_width, unsigned dst_width, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) lp_build_gather_elem() argument
164 lp_build_gather_elem_vec(struct gallivm_state *gallivm, unsigned length, unsigned src_width, LLVMTypeRef src_type, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) lp_build_gather_elem_vec() argument
408 lp_build_gather(struct gallivm_state *gallivm, unsigned length, unsigned src_width, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, boolean vector_justify) lp_build_gather() argument
[all...]
H A Dlp_bld_format_aos.c471 lp_build_fetch_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache) lp_build_fetch_rgba_aos() argument
H A Dlp_bld_format_soa.c415 lp_build_fetch_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache, LLVMValueRef rgba_out[4]) lp_build_fetch_rgba_soa() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp89 unsigned char *aligned = nullptr; in allocateRaw() local
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
295 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
396 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
H A Des3sDrawTests.cpp292 bool aligned; in init() member
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrVertexAttrib.cpp62 SrcScalarType aligned[4]; in readOrder() local
76 SrcScalarType aligned[4]; in readUnormOrder() local
91 SrcScalarType aligned[4]; readSnormClamp() local
106 SrcScalarType aligned[4]; readSnormScale() local
117 deUint16 aligned[4]; readHalf() local
128 deInt32 aligned[4]; readFixed() local
139 double aligned[4]; readDouble() local
157 deUint32 aligned; readUint2101010Rev() local
169 deUint32 aligned; readInt2101010Rev() local
184 deUint32 aligned; readUnorm2101010RevOrder() local
200 deUint32 aligned; readSnorm2101010RevClampOrder() local
216 deUint32 aligned; readSnorm2101010RevScaleOrder() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
227 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx]) == 0); in init() local
295 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0); in init() local
H A Des2fDrawTests.cpp313 bool aligned; in init() member
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake.c417 int aligned; in filter_frame() local
H A Dvf_zscale.c647 AVFrame *aligned = NULL; in realign_frame() local
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_aux_map.c155 uint64_t aligned = align64(gpu, align); in align_and_verify_space() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c963 unsigned aligned = ALIGN_POT(emission->size + 16, 128); in bi_pack_valhall() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem_sec.c415 size_t aligned; in sh_init() local
/third_party/openssl/crypto/
H A Dmem_sec.c409 size_t aligned; in sh_init() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp84 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
292 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
393 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
H A Des3fDrawTests.cpp411 bool aligned; in init() member
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp111 bool aligned; in init() member
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp466 size_t aligned = (fpos + 7) & ~7; local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_1_2.c565 unsigned aligned = (32 - enc->bits_in_shifter) % 8; in radeon_enc_nalu_sei() local
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c660 int y, aligned; in weight_h264_W_altivec() local
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp107 size_t aligned = pad(fBuffer->size(), alignment); in allocate() local
/third_party/ffmpeg/libavcodec/
H A Dmjpegdec.c2023 const uint8_t *aligned; in mjpeg_decode_app() local
/third_party/lame/libmp3lame/
H A Dutil.h129 void *aligned; /* pointer to ie. 128 bit aligned memory */ member

Completed in 31 milliseconds

123