Searched refs:maxs (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/brotli/research/ |
H A D | draw_histogram.cc | 137 int maxs = 0; in ConvertToPixels() local 140 if (maxs < histo[i][j]) maxs = histo[i][j]; in ConvertToPixels() 145 double max_histo = static_cast<double>(maxs); in ConvertToPixels()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_avx2_8.h | 874 __m128 maxs = _mm_max_ps(vhigh, shuf); in hmax() local 875 shuf = _mm_movehl_ps(shuf,maxs); in hmax() 876 maxs = _mm_max_ss(maxs, shuf); in hmax() 881 __m256 r = _mm256_insertf128_ps(_mm256_castps128_ps256(maxs), maxs, 1); in hmax()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 743 int mins, mint, maxs, maxt; in lp_linear_init_sampler() local 820 maxs = MAX2(s0, s1); in lp_linear_init_sampler() 835 maxs = MAX4(s0, s1, s2, s3); in lp_linear_init_sampler() 842 maxs >= (texture->width << FIXED16_SHIFT) || in lp_linear_init_sampler() 847 maxs + FIXED16_ONE >= (texture->width << FIXED16_SHIFT) || in lp_linear_init_sampler() 857 debug_printf("maxs = %f\n", maxs*1.0f/FIXED16_ONE); in lp_linear_init_sampler()
|
/third_party/backends/lib/ |
H A D | alloca.c | 302 long maxs; /* Maximum number of stack segments so far. */ member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_fragprog.c | 630 struct nvfx_src maxs = nvfx_src(nvfx_fp_imm(fpc, 0, FLT_MIN, 0, 0)); in nvfx_fragprog_parse_instruction() local 633 nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg, NVFX_FP_MASK_X | NVFX_FP_MASK_Y, maxs, none, none)); in nvfx_fragprog_parse_instruction() 634 maxs = tmp; in nvfx_fragprog_parse_instruction() 636 nvfx_fp_emit(fpc, arith(0, MAX, tmp.reg, NVFX_FP_MASK_Y | NVFX_FP_MASK_W, swz(src[0], X, X, X, Y), swz(maxs, X, X, Y, Y), none)); in nvfx_fragprog_parse_instruction()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTextureUtil.cpp | 1352 int maxs = deFloorFloatToInt32(maxc / e + 0.5f); 1354 if (maxs == (1<<mBits))
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 8516 const char *maxs = ""; in format_list_item() local 8532 maxs = s; in format_list_item() 8539 maxs = s; in format_list_item() 8543 strcpy(buff, maxs); in format_list_item()
|
Completed in 19 milliseconds