| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | ioctl.c | 231 u64 aligned; in align_up() local 240 u64 aligned; in align_down() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_gather.c | 81 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 D | lp_bld_format_aos.c | 471 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 D | lp_bld_format_soa.c | 415 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 D | ExecutableMemory.cpp | 89 unsigned char *aligned = nullptr; in allocateRaw() local
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| H A D | es3sVertexArrayTests.cpp | 87 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 D | es3sDrawTests.cpp | 292 bool aligned; in init() member
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrVertexAttrib.cpp | 62 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 D | es2fVertexArrayTest.cpp | 87 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 D | es2fDrawTests.cpp | 313 bool aligned; in init() member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_deshake.c | 417 int aligned; in filter_frame() local
|
| H A D | vf_zscale.c | 647 AVFrame *aligned = NULL; in realign_frame() local [all...] |
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_aux_map.c | 155 uint64_t aligned = align64(gpu, align); in align_and_verify_space() local
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | va_pack.c | 963 unsigned aligned = ALIGN_POT(emission->size + 16, 128); in bi_pack_valhall() local
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | mem_sec.c | 415 size_t aligned; in sh_init() local
|
| /third_party/openssl/crypto/ |
| H A D | mem_sec.c | 409 size_t aligned; in sh_init() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fVertexArrayTest.cpp | 84 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 D | es3fDrawTests.cpp | 411 bool aligned; in init() member
|
| /third_party/vk-gl-cts/modules/gles2/stress/ |
| H A D | es2sDrawTests.cpp | 111 bool aligned; in init() member
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
| H A D | main.cpp | 466 size_t aligned = (fpos + 7) & ~7; local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_vcn_enc_1_2.c | 565 unsigned aligned = (32 - enc->bits_in_shifter) % 8; in radeon_enc_nalu_sei() local
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | h264dsp.c | 660 int y, aligned; in weight_h264_W_altivec() local
|
| /third_party/skia/src/core/ |
| H A D | SkRemoteGlyphCache.cpp | 107 size_t aligned = pad(fBuffer->size(), alignment); in allocate() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegdec.c | 2023 const uint8_t *aligned; in mjpeg_decode_app() local
|
| /third_party/lame/libmp3lame/ |
| H A D | util.h | 129 void *aligned; /* pointer to ie. 128 bit aligned memory */ member
|