Home
last modified time | relevance | path

Searched refs:STRIDE (Results 1 – 25 of 71) sorted by relevance

123

/external/llvm-project/openmp/runtime/test/tasking/
Dkmp_taskloop.c9 #define STRIDE 3 macro
124 task->ub = N*GRAIN*STRIDE-2; in main()
125 task->st = STRIDE; in main()
134 STRIDE, // loop increment in main()
143 if( j != N*GRAIN*STRIDE-STRIDE ) { in main()
144 printf("Error in lastprivate, %d != %d\n",j,N*GRAIN*STRIDE-STRIDE); in main()
/external/igt-gpu-tools/tests/i915/
Dgem_render_copy_redux.c55 #define STRIDE (WIDTH*4) macro
57 #define SIZE (HEIGHT*STRIDE)
139 scratch_buf_init(data, &src, WIDTH, HEIGHT, STRIDE, SRC_COLOR); in copy()
140 scratch_buf_init(data, &dst, WIDTH, HEIGHT, STRIDE, DST_COLOR); in copy()
166 scratch_buf_init(data, &src, WIDTH, HEIGHT, STRIDE, 0); in copy_flink()
167 scratch_buf_init(data, &dst, WIDTH, HEIGHT, STRIDE, DST_COLOR); in copy_flink()
173 scratch_buf_init(&local, &local_src, WIDTH, HEIGHT, STRIDE, 0); in copy_flink()
174 scratch_buf_init(&local, &local_dst, WIDTH, HEIGHT, STRIDE, SRC_COLOR); in copy_flink()
Dgem_render_linear_blits.c54 #define STRIDE (WIDTH*4) macro
56 #define SIZE (HEIGHT*STRIDE)
111 src.stride = STRIDE; in run_test()
117 dst.stride = STRIDE; in run_test()
136 src.stride = STRIDE; in run_test()
142 dst.stride = STRIDE; in run_test()
163 src.stride = STRIDE; in run_test()
169 dst.stride = STRIDE; in run_test()
Dgem_gpgpu_fill.c50 #define STRIDE (WIDTH) macro
51 #define SIZE (HEIGHT*STRIDE)
121 scratch_buf_init(&data, &dst, WIDTH, HEIGHT, STRIDE, COLOR_C4);
Dgem_media_fill.c52 #define STRIDE (WIDTH) macro
54 #define SIZE (HEIGHT*STRIDE)
125 scratch_buf_init(&data, &dst, WIDTH, HEIGHT, STRIDE, COLOR_C4);
Dgem_render_tiled_blits.c52 #define STRIDE (WIDTH*4) macro
54 #define SIZE (HEIGHT*STRIDE)
69 tmp.stride = STRIDE; in check_bo()
129 unsigned long pitch = STRIDE; in run_test()
Dgem_ppgtt.c43 #define STRIDE (WIDTH*4) macro
45 #define SIZE (HEIGHT*STRIDE)
76 buf->stride = STRIDE; in scratch_buf_init()
143 buf.stride = STRIDE; in fork_rcs_copy()
Dgem_media_vme.c41 #define STRIDE (WIDTH) macro
74 buf->stride = STRIDE; in scratch_buf_init_src()
/external/llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics/
Dstrided-load-float.ll8 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
12 ; CHECK-NEXT: [[VEC_START1:%.*]] = mul i64 1, [[STRIDE]]
16 ; CHECK-NEXT: [[VEC_START5:%.*]] = mul i64 2, [[STRIDE]]
35 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
51 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
55 ; CHECK-NEXT: [[VEC_START1:%.*]] = mul i64 1, [[STRIDE]]
Dstrided-load-i32.ll8 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
12 ; CHECK-NEXT: [[VEC_START1:%.*]] = mul i64 1, [[STRIDE]]
16 ; CHECK-NEXT: [[VEC_START5:%.*]] = mul i64 2, [[STRIDE]]
35 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
51 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
55 ; CHECK-NEXT: [[VEC_START1:%.*]] = mul i64 1, [[STRIDE]]
Dload-align-volatile.ll7 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
11 ; CHECK-NEXT: [[VEC_START1:%.*]] = mul i64 1, [[STRIDE]]
15 ; CHECK-NEXT: [[VEC_START5:%.*]] = mul i64 2, [[STRIDE]]
49 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
53 ; CHECK-NEXT: [[VEC_START1:%.*]] = mul i64 1, [[STRIDE]]
57 ; CHECK-NEXT: [[VEC_START5:%.*]] = mul i64 2, [[STRIDE]]
71 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
75 ; CHECK-NEXT: [[VEC_START1:%.*]] = mul i64 1, [[STRIDE]]
79 ; CHECK-NEXT: [[VEC_START5:%.*]] = mul i64 2, [[STRIDE]]
Dstrided-load-double.ll8 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
12 ; CHECK-NEXT: [[VEC_START1:%.*]] = mul i64 1, [[STRIDE]]
16 ; CHECK-NEXT: [[VEC_START5:%.*]] = mul i64 2, [[STRIDE]]
35 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
52 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
56 ; CHECK-NEXT: [[VEC_START1:%.*]] = mul i64 1, [[STRIDE]]
Dstore-align-volatile.ll43 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
47 ; CHECK-NEXT: [[VEC_START2:%.*]] = mul i64 1, [[STRIDE]]
61 ; CHECK-NEXT: [[VEC_START:%.*]] = mul i64 0, [[STRIDE:%.*]]
65 ; CHECK-NEXT: [[VEC_START2:%.*]] = mul i64 1, [[STRIDE]]
/external/toolchain-utils/bestflags/
Dgeneration_test.py25 STRIDE = 7 variable
54 permutation = [(t * STRIDE) % NUM_TASKS for t in range(NUM_TASKS)]
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
Dvariable_stride.ll9 define void @test([10000 x i32]* %P, i32 %STRIDE) {
14 %Idx = mul i32 %INDVAR, %STRIDE ; <i32> [#uses=1]
/external/llvm/test/Transforms/LoopStrengthReduce/
Dvariable_stride.ll9 define void @test([10000 x i32]* %P, i32 %STRIDE) {
14 %Idx = mul i32 %INDVAR, %STRIDE ; <i32> [#uses=1]
/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c89 #define STRIDE(stride) (stride != 0 ? 1 << ((stride) - 1) : 0) macro
740 unsigned dst_stride = STRIDE(brw_inst_dst_hstride(devinfo, inst)); in general_restrictions_based_on_operand_types()
987 vstride = STRIDE(brw_inst_src ## n ## _vstride(devinfo, inst)); \ in general_restrictions_on_region_parameters()
989 hstride = STRIDE(brw_inst_src ## n ## _hstride(devinfo, inst)); \ in general_restrictions_on_region_parameters()
1102 unsigned dst_stride = STRIDE(brw_inst_dst_hstride(devinfo, inst)); in special_restrictions_for_mixed_float_mode()
1210 ERROR_IF(STRIDE(brw_inst_src0_hstride(devinfo, inst)) <= 1, in special_restrictions_for_mixed_float_mode()
1215 ERROR_IF(STRIDE(brw_inst_src1_hstride(devinfo, inst)) <= 1, in special_restrictions_for_mixed_float_mode()
1402 vstride = STRIDE(brw_inst_src ## n ## _vstride(devinfo, inst)); \ in region_alignment_rules()
1404 hstride = STRIDE(brw_inst_src ## n ## _hstride(devinfo, inst)); \ in region_alignment_rules()
1432 unsigned stride = STRIDE(brw_inst_dst_hstride(devinfo, inst)); in region_alignment_rules()
[all …]
/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h57 enum { BASE, LOWER_BOUND, LENGTH, STRIDE, END_EXPR }; enumerator
74 SubExprs[STRIDE] = Stride; in OMPArraySectionExpr()
108 Expr *getStride() { return cast_or_null<Expr>(SubExprs[STRIDE]); } in getStride()
109 const Expr *getStride() const { return cast_or_null<Expr>(SubExprs[STRIDE]); } in getStride()
111 void setStride(Expr *E) { SubExprs[STRIDE] = E; } in setStride()
/external/mesa3d/src/mesa/x86/
Dsse_normal.S44 #define STRIDE REGOFF(12, ESI) macro
67 MOV_L ( STRIDE, EAX ) /* stride */
129 MOV_L ( STRIDE, EAX ) /* stride */
222 MOV_L ( STRIDE, EAX ) /* stride */
/external/deqp-deps/amber/tests/cases/
Ddraw_triangle_list_stride.amber86 VERTEX_DATA vert_color LOCATION 1 STRIDE 8
95 VERTEX_DATA vert_color LOCATION 1 OFFSET 4 STRIDE 16
/external/rust/crates/ring/crypto/fipsmodule/bn/asm/
Dx86_64-mont5.pl148 $STRIDE=2**5*8; # 5 is "window size"
149 $N=$STRIDE/4; # should match cache line size
169 for($k=0;$k<$STRIDE/16-4;$k+=4) {
213 for($k=0;$k<$STRIDE/16-4;$k+=4) {
233 lea $STRIDE($bp),$bp
306 for($k=0;$k<$STRIDE/16;$k+=4) {
326 lea $STRIDE($bp),$bp
577 $STRIDE=2**5*8; # 5 is "window size"
578 $N=$STRIDE/4; # should match cache line size
600 for($i=0;$i<$STRIDE/16-4;$i+=4) {
[all …]
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Dx86_64-mont5.pl148 $STRIDE=2**5*8; # 5 is "window size"
149 $N=$STRIDE/4; # should match cache line size
169 for($k=0;$k<$STRIDE/16-4;$k+=4) {
213 for($k=0;$k<$STRIDE/16-4;$k+=4) {
233 lea $STRIDE($bp),$bp
306 for($k=0;$k<$STRIDE/16;$k+=4) {
326 lea $STRIDE($bp),$bp
577 $STRIDE=2**5*8; # 5 is "window size"
578 $N=$STRIDE/4; # should match cache line size
600 for($i=0;$i<$STRIDE/16-4;$i+=4) {
[all …]
/external/llvm-project/clang/test/CodeGenObjC/
Dmatrix-type-builtins.m56 …// CHECK: [[STRIDE:%.*]] = call i32 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i32 (i8…
57 // CHECK-NEXT: [[STRIDE_EXT:%.*]] = sext i32 [[STRIDE]] to i64
/external/llvm/test/CodeGen/ARM/
D2010-12-15-elf-lcomm.ll10 @STRIDE = internal global i32 8
/external/llvm-project/llvm/test/CodeGen/ARM/
D2010-12-15-elf-lcomm.ll10 @STRIDE = internal global i32 8

123