/third_party/mesa3d/src/intel/tools/tests/gen6/ |
H A D | math.asm | 3 math pow(8) g16<1>F g15<8,8,1>F g14<8,8,1>F { align1 1Q }; 7 math sqrt(8) g16<1>F g15<8,8,1>F null<8,8,1>F { align1 1Q };
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie.c | 193 g16(unsigned char *b, int d) in g16() function 403 bp += g16(&buf[bp], 0); in finalize_per_input() 404 bp += g16(&buf[bp], 0); in finalize_per_input() 572 bp += g16(&linetable[bp], 0); in lws_fts_fill() 573 bp += g16(&linetable[bp], 0); in lws_fts_fill() 1065 g16(linetable, (uint16_t)(t->c - (jg2_file_offset)lbh)); in lws_fts_fill() 1066 g16(linetable + 2, (uint16_t)(t->line_number - sline)); in lws_fts_fill()
|
/third_party/mesa3d/src/intel/tools/tests/gen7.5/ |
H A D | math.asm | 18 math sin(8) g21<1>.xF g16<4>.xF null<4>F { align16 1Q }; 19 math exp(8) g16<1>.xF g15<4>.xF null<4>F { align16 1Q };
|
/third_party/mesa3d/src/intel/tools/tests/gen7/ |
H A D | math.asm | 14 math sin(8) g21<1>.xF g16<4>.xF null<4>F { align16 1Q }; 15 math exp(8) g16<1>.xF g15<4>.xF null<4>F { align16 1Q };
|
/third_party/skia/tests/ |
H A D | MathTest.cpp | 525 static const PairRec<uint16_t> g16[] = { in DEF_TEST() local 545 for (size_t i = 0; i < SK_ARRAY_COUNT(g16); ++i) { in DEF_TEST() 546 REPORTER_ASSERT(reporter, g16[i].fYang == SkEndianSwap16(g16[i].fYin)); in DEF_TEST()
|
/third_party/mesa3d/src/intel/tools/tests/gen9/ |
H A D | math.asm | 9 math pow(16) g18<1>F g16<8,8,1>F 0x42fc6666F /* 126.2F */ { align1 1H };
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 398 bool g16 : 1; /* GFX10+: derivatives are 16-bit; GFX<=9: must be equal to a16 */ member
|
H A D | ac_llvm_build.c | 2124 assert(a->g16 == a->a16 || ctx->gfx_level >= GFX10); in ac_build_image_opcode() 2133 ((!a->g16 || ac_get_elem_bits(ctx, LLVMTypeOf(a->derivs[0])) == 16) && in ac_build_image_opcode() 2134 (a->g16 || ac_get_elem_bits(ctx, LLVMTypeOf(a->derivs[0])) == 32))); in ac_build_image_opcode() 2207 overload[num_overloads++] = a->g16 ? ".f16" : ".f32"; in ac_build_image_opcode()
|
H A D | ac_nir_to_llvm.c | 4705 args.g16 = instr->src[i].src.ssa->bit_size == 16; in visit_tex() 4837 LLVMValueRef zero = args.g16 ? ctx->ac.f16_0 : ctx->ac.f32_0; in visit_tex()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 2189 const deInt16 g16 = finishUnquantize(interpolate(endpointStartG, endpointEndG, colorIndex, colorIndexBC), hasSign); in decompressBc6H() local 2204 dstPixel[1] = g16; in decompressBc6H()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 9441 bool a16 = false, g16 = false; 9449 g16 = instr->src[ddx_idx].src.ssa->bit_size == 16; 9493 assert(instr->src[i].src.ssa->bit_size == (g16 ? 16 : 32)); 9494 ddx = get_ssa_temp_tex(ctx, instr->src[i].src.ssa, g16); 9498 assert(instr->src[i].src.ssa->bit_size == (g16 ? 16 : 32)); 9499 ddy = get_ssa_temp_tex(ctx, instr->src[i].src.ssa, g16); 9627 RegClass rc = g16 ? v2b : v1; 9628 assert(a16 == g16 || ctx->options->gfx_level >= GFX10); 9897 bool separate_g16 = ctx->options->gfx_level >= GFX10 && g16;
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 3769 uint32_t g16 = ((uint32_t)(0xFFFF & (argb_nonpremul >> 16))); in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul() local 3770 g16 = (g16 * a16) / 0xFFFF; in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul() 3774 return ((a16 >> 8) << 24) | ((r16 >> 8) << 16) | ((g16 >> 8) << 8) | in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul() 3786 uint64_t g16 = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local 3788 return 0xFFFF000000000000u | (r16 << 32) | (g16 << 16) | (b16 << 0); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() 3797 uint64_t g16 = (g * (0x101 * 0xFFFF)) / a16; in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local 3801 return (a16 << 48) | (r16 << 32) | (g16 << 16) | (b16 << 0); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() 3808 uint64_t g16 = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32__as__color_u64() local 3810 return (a16 << 48) | (r16 << 32) | (g16 << 1 in wuffs_base__color_u32__as__color_u64() [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 3554 uint32_t g16 = ((uint32_t)(0xFFFF & (argb_nonpremul >> 16))); in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul() local 3555 g16 = (g16 * a16) / 0xFFFF; in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul() 3559 return ((a16 >> 8) << 24) | ((r16 >> 8) << 16) | ((g16 >> 8) << 8) | in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul() 3571 uint64_t g16 = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local 3573 return 0xFFFF000000000000u | (r16 << 32) | (g16 << 16) | (b16 << 0); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() 3582 uint64_t g16 = (g * (0x101 * 0xFFFF)) / a16; in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local 3586 return (a16 << 48) | (r16 << 32) | (g16 << 16) | (b16 << 0); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() 3593 uint64_t g16 = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32__as__color_u64() local 3595 return (a16 << 48) | (r16 << 32) | (g16 << 1 in wuffs_base__color_u32__as__color_u64() [all...] |