Home
last modified time | relevance | path

Searched refs:ij (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_load_barycentric_at_offset.c43 nir_ssa_def *ij = nir_load_barycentric_pixel(b, 32, .interp_mode = interp_mode); in ir3_nir_lower_load_barycentric_at_offset_instr() local
50 /* Offset our pixel center ij by the offset argument (units of pixels) in ir3_nir_lower_load_barycentric_at_offset_instr()
51 * times the derivatives of ij in screen space. in ir3_nir_lower_load_barycentric_at_offset_instr()
53 nir_ssa_def *new_ij = ij; in ir3_nir_lower_load_barycentric_at_offset_instr()
54 new_ij = nir_ffma(b, chan(off, 0), nir_fddx(b, ij), new_ij); in ir3_nir_lower_load_barycentric_at_offset_instr()
55 new_ij = nir_ffma(b, chan(off, 1), nir_fddy(b, ij), new_ij); in ir3_nir_lower_load_barycentric_at_offset_instr()
61 /* scaled ij -- ij comes in multiplied by by 1/center_w so multiply that in ir3_nir_lower_load_barycentric_at_offset_instr()
69 nir_vec3(b, nir_fmul(b, chan(ij, 0), center_w), nir_fmul(b, chan(ij, in ir3_nir_lower_load_barycentric_at_offset_instr()
[all...]
H A Dir3_context.h74 * instead the hw passes a ij coord which is used with
81 struct ir3_instruction *ij[IJ_COUNT]; member
H A Dir3_compiler_nir.c97 instr = ir3_BARY_F(block, inloc, 0, ctx->ij[IJ_PERSP_PIXEL], 0); in create_frag_input()
1773 if (!ctx->ij[bary]) { in get_barycentric()
1775 struct ir3_instruction *ij; in get_barycentric() local
1777 ij = create_sysval_input(ctx, SYSTEM_VALUE_BARYCENTRIC_PERSP_PIXEL + in get_barycentric()
1779 ir3_split_dest(ctx->in_block, xy, ij, 0, 2); in get_barycentric()
1781 ctx->ij[bary] = ir3_create_collect(ctx->in_block, xy, 2); in get_barycentric()
1784 return ctx->ij[bary]; in get_barycentric()
1852 struct ir3_instruction *ij = get_barycentric(ctx, bary); in emit_intrinsic_barycentric() local
1853 ir3_split_dest(ctx->block, dst, ij, 0, 2); in emit_intrinsic_barycentric()
2183 if (!ctx->ij[IJ_PERSP_CENTER_RH in emit_intrinsic()
[all...]
/third_party/ffmpeg/libavcodec/
H A Drv30.c181 int ij = i + j; in rv30_loop_filter() local
183 if(r->deblock_coefs[mb_pos] & (1 << ij)) in rv30_loop_filter()
185 else if(!i && r->deblock_coefs[mb_pos - 1] & (1 << (ij + 3))) in rv30_loop_filter()
187 else if( i && r->deblock_coefs[mb_pos] & (1 << (ij - 1))) in rv30_loop_filter()
201 int ij = i + (j >> 1); in rv30_loop_filter() local
203 if (cur_cbp & (1 << ij)) in rv30_loop_filter()
205 else if(!i && left_cbp & (1 << (ij + 1))) in rv30_loop_filter()
207 else if( i && cur_cbp & (1 << (ij - 1))) in rv30_loop_filter()
223 int ij = i + j; in rv30_loop_filter() local
225 if(r->deblock_coefs[mb_pos] & (1 << ij)) in rv30_loop_filter()
243 int ij = i + (j >> 1); rv30_loop_filter() local
[all...]
H A Drv40.c470 int ij = i + j; in rv40_loop_filter() local
471 int clip_cur = y_to_deblock & (MASK_CUR << ij) ? clip[POS_CUR] : 0; in rv40_loop_filter()
472 int dither = j ? ij : i*4; in rv40_loop_filter()
476 if(y_h_deblock & (MASK_BOTTOM << ij)){ in rv40_loop_filter()
479 y_to_deblock & (MASK_BOTTOM << ij) ? clip[POS_CUR] : 0, in rv40_loop_filter()
484 if(y_v_deblock & (MASK_CUR << ij) && (i || !(mb_strong[POS_CUR] | mb_strong[POS_LEFT]))){ in rv40_loop_filter()
488 clip_left = y_to_deblock & (MASK_CUR << (ij-1)) ? clip[POS_CUR] : 0; in rv40_loop_filter()
502 if(y_v_deblock & (MASK_CUR << ij) && !i && (mb_strong[POS_CUR] | mb_strong[POS_LEFT])){ in rv40_loop_filter()
515 int ij = i + j*2; in rv40_loop_filter() local
516 int clip_cur = c_to_deblock[k] & (MASK_CUR << ij) in rv40_loop_filter()
[all...]
H A Dcbs_jpeg_syntax_template.c81 int err, i, j, ij; in huffman_table() local
89 ij = 0; in huffman_table()
92 if (ij >= FF_ARRAY_ELEMS(current->V)) in huffman_table()
94 us(8, V[ij], ij, 0, 255); in huffman_table()
95 ++ij; in huffman_table()
/third_party/icu/icu4c/source/test/intltest/
H A Dtestutil.cpp282 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter()
283 int32_t j = ZIG_ZAG[ij]; in checkEditsIter()
293 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter()
294 int32_t j = ZIG_ZAG[ij]; in checkEditsIter()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1059 deUint32 ik, kj, ij; in iterate() local
1089 ij = mX * M + i + strides[2] * (mY * N + j); in iterate()
1091 ij = mX * N + j + strides[2] * (mY * M + i); in iterate()
1093 float Cij = getDataFloat(ptrs[2], dataTypes[2], ij); in iterate()
1097 float Dij = getDataFloat(ptrs[3], dataTypes[3], ij); in iterate()
1180 deUint32 ik, kj, ij; in iterate() local
1210 ij = mX * M + i + strides[2] * (mY * N + j); in iterate()
1212 ij = mX * N + j + strides[2] * (mY * M + i); in iterate()
1214 deUint32 Cij = getDataInt(ptrs[2], dataTypes[2], ij); in iterate()
1218 deUint32 Dij = getDataInt(ptrs[3], dataTypes[3], ij); in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1466 deUint32 ik, kj, ij; in iterate() local
1496 ij = mX * M + i + strides[2] * mY * N + loadStrides[2] * j; in iterate()
1498 ij = mX * N + j + strides[2] * mY * M + loadStrides[2] * i; in iterate()
1500 float Cij = getDataFloat(ptrs[2], dataTypes[2], ij); in iterate()
1504 // When loading with stride 0, ij for matrix D is different from matrix C in iterate()
1506 ij = mX * M + i + strides[2] * (mY * N + j); in iterate()
1508 ij = mX * N + j + strides[2] * (mY * M + i); in iterate()
1510 float Dij = getDataFloat(ptrs[3], dataTypes[3], ij); in iterate()
1597 deUint32 ik, kj, ij; in iterate() local
1628 ij in iterate()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dupsampling_sse2.c40 // Computes out = (k + in + 1) / 2 - ((ij & (s^t)) | (k^in)) & 1
41 #define GET_M(ij, in, out) do { \
43 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
45 const __m128i tmp3 = _mm_or_si128(tmp1, tmp2); /* ((ij) & (s^t)) | (k^in) */\
H A Dupsampling_sse41.c42 // Computes out = (k + in + 1) / 2 - ((ij & (s^t)) | (k^in)) & 1
43 #define GET_M(ij, in, out) do { \
45 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
47 const __m128i tmp3 = _mm_or_si128(tmp1, tmp2); /* ((ij) & (s^t)) | (k^in) */\
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1462 const tcu::Interval ij (coordFormat.roundOut(coordFormat.roundOut(uv, false) - tcu::Interval(0.5), false));
1464 return tcu::IVec2(deRoundToInt32(ij.lo() - coordFormat.ulp(ij.lo(), 1)), deRoundToInt32(ij.hi() + coordFormat.ulp(ij.hi(), 1)));
1471 const tcu::Interval ij (coordFormat.roundOut(uv - tcu::Interval(0.5), false));
1473 return tcu::IVec2(deFloorToInt32(ij.lo()), deFloorToInt32(ij.hi()));
1487 int ij)
1490 const tcu::Interval ab (frac((uv - 0.5) & tcu::Interval((double)ij, (doubl
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1461 const tcu::Interval ij (coordFormat.roundOut(coordFormat.roundOut(uv, false) - tcu::Interval(0.5), false));
1463 return tcu::IVec2(deRoundToInt32(ij.lo() - coordFormat.ulp(ij.lo(), 1)), deRoundToInt32(ij.hi() + coordFormat.ulp(ij.hi(), 1)));
1470 const tcu::Interval ij (coordFormat.roundOut(uv - tcu::Interval(0.5), false));
1472 return tcu::IVec2(deFloorToInt32(ij.lo()), deFloorToInt32(ij.hi()));
1486 int ij)
1489 const tcu::Interval ab (frac((uv - 0.5) & tcu::Interval((double)ij, (doubl
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp719 sfn_log << SfnLog::io << "Interpolator " << i << " is enabled with ij=" << num_baryc <<" \n"; in allocate_interpolators_or_inputs()
742 unsigned ij = barycentric_ij_index(intr); in process_stage_intrinsic_hw() local
743 vf.inject_value(intr->dest, 0, m_interpolator[ij].i); in process_stage_intrinsic_hw()
744 vf.inject_value(intr->dest, 1, m_interpolator[ij].j); in process_stage_intrinsic_hw()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ray_queries.c558 nir_ssa_def *ij = nir_fdiv(b, nir_channels(b, result, 0xc), nir_vec(b, divs, 2)); in insert_traversal_triangle_case() local
560 rq_store_var(b, index, vars->candidate.barycentrics, ij, 3); in insert_traversal_triangle_case()
H A Dradv_pipeline_rt.c1176 nir_ssa_def *ij = nir_fdiv(b, nir_channels(b, result, 0xc), nir_vec(b, divs, 2)); in insert_traversal_triangle_case() local
1181 b, ij, nir_iadd_imm(b, nir_load_var(b, vars->stack_ptr), RADV_HIT_ATTRIB_OFFSET), in insert_traversal_triangle_case()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp2259 Float4 ij = i + j;
2266 Float4 ijkl = ij + kl;
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex9386 \DeclareUnicodeCharacter{0133}{ij}

Completed in 37 milliseconds