Searched refs:int8 (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8; typedef in typeref:typename:int8_t
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8; typedef in typeref:typename:int8_t
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvm_basic_types.h69 typedef char int8; typedef in typeref:typename:char
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_info.h50 bool int8; member in struct:spirv_supported_capabilities
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv2nir.c172 spirv_opts.caps.int8 = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_256_avx2.inl99 SIMD_IWRAPPER_2(add_epi8); // return a + b (int8)
152 SIMD_IWRAPPER_2(cmpeq_epi8); // return a == b (int8)
156 SIMD_IWRAPPER_2(cmpgt_epi8); // return a > b (int8)
211 i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
H A Dsimdlib_256_avx512_core.inl86 SIMD_IWRAPPER_2_8(add_epi8); // return a + b (int8)
90 SIMD_IWRAPPER_2_8(packs_epi16); // int16 --> int8 See documentation for _mm256_packs_epi16 and
H A Dsimdlib_512_avx512_core.inl118 SIMD_IWRAPPER_2(add_epi8); // return a + b (int8)
144 SIMD_IWRAPPER_2_CMP(cmpeq_epi8, cmp_epi8<CompareTypeInt::EQ>); // return a == b (int8)
146 SIMD_IWRAPPER_2_CMP(cmpgt_epi8, cmp_epi8<CompareTypeInt::GT>); // return a > b (int8)
H A Dsimdlib_128_avx.inl128 SIMD_IWRAPPER_2(add_epi8); // return a + b (int8)
323 SIMD_IWRAPPER_2(cmpeq_epi8); // return a == b (int8)
327 SIMD_IWRAPPER_2(cmpgt_epi8); // return a > b (int8)
420 i32gather_ps(float const* p, Integer idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
H A Dsimdlib_128_avx2.inl53 i32gather_ps(float const* p, Integer idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
H A Dsimdlib_128_avx512_core.inl136 SIMD_IWRAPPER_2_8(add_epi8); // return a + b (int8)
140 SIMD_IWRAPPER_2_8(packs_epi16); // int16 --> int8 See documentation for _mm256_packs_epi16 and
H A Dsimdlib_256_avx.inl205 SIMD_EMU_IWRAPPER_2(add_epi8); // return a + b (int8)
449 SIMD_EMU_IWRAPPER_2(cmpeq_epi8); // return a == b (int8)
453 SIMD_EMU_IWRAPPER_2(cmpgt_epi8); // return a > b (int8)
579 i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
596 sw_i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
H A Dsimdlib_512_emu.inl175 SIMD_IWRAPPER_2(add_epi8); // return a + b (int8)
413 SIMD_IWRAPPER_2(cmpeq_epi8); // return a == b (int8)
417 SIMD_IWRAPPER_2(cmpgt_epi8); // return a > b (int8)
636 i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
646 sw_i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_256_avx2.inl100 SIMD_IWRAPPER_2(add_epi8); // return a + b (int8)
160 SIMD_IWRAPPER_2(cmpeq_epi8); // return a == b (int8)
164 SIMD_IWRAPPER_2(cmpgt_epi8); // return a > b (int8)
219 i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
H A Dsimdlib_256_avx512_core.inl86 SIMD_IWRAPPER_2_8(add_epi8); // return a + b (int8)
90 SIMD_IWRAPPER_2_8(packs_epi16); // int16 --> int8 See documentation for _mm256_packs_epi16 and
H A Dsimdlib_512_avx512_core.inl118 SIMD_IWRAPPER_2(add_epi8); // return a + b (int8)
144 SIMD_IWRAPPER_2_CMP(cmpeq_epi8, cmp_epi8<CompareTypeInt::EQ>); // return a == b (int8)
146 SIMD_IWRAPPER_2_CMP(cmpgt_epi8, cmp_epi8<CompareTypeInt::GT>); // return a > b (int8)
H A Dsimdlib_128_avx.inl128 SIMD_IWRAPPER_2(add_epi8); // return a + b (int8)
323 SIMD_IWRAPPER_2(cmpeq_epi8); // return a == b (int8)
327 SIMD_IWRAPPER_2(cmpgt_epi8); // return a > b (int8)
420 i32gather_ps(float const* p, Integer idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
H A Dsimdlib_128_avx2.inl53 i32gather_ps(float const* p, Integer idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
H A Dsimdlib_128_avx512_core.inl136 SIMD_IWRAPPER_2_8(add_epi8); // return a + b (int8)
140 SIMD_IWRAPPER_2_8(packs_epi16); // int16 --> int8 See documentation for _mm256_packs_epi16 and
H A Dsimdlib_256_avx.inl205 SIMD_EMU_IWRAPPER_2(add_epi8); // return a + b (int8)
449 SIMD_EMU_IWRAPPER_2(cmpeq_epi8); // return a == b (int8)
453 SIMD_EMU_IWRAPPER_2(cmpgt_epi8); // return a > b (int8)
579 i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
596 sw_i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
H A Dsimdlib_512_emu.inl175 SIMD_IWRAPPER_2(add_epi8); // return a + b (int8)
413 SIMD_IWRAPPER_2(cmpeq_epi8); // return a == b (int8)
417 SIMD_IWRAPPER_2(cmpgt_epi8); // return a > b (int8)
636 i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
646 sw_i32gather_ps(float const* p, Integer const& idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h65 bool int8; member in struct:spirv_supported_capabilities
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc.c139 .int8 = true,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h641 int8_t int8 = 0; local in function:MemoryEditor::DisplayPreviewData
642 EndianessCopy(&int8, buf, size);
643 if (data_format == DataFormat_Dec) { snprintf(out_buf, out_buf_size, "%hhd", int8); return; }
644 if (data_format == DataFormat_Hex) { snprintf(out_buf, out_buf_size, "0x%02x", int8 & 0xFF); return; }
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h646 int8_t int8 = 0; local in function:MemoryEditor::DisplayPreviewData
647 EndianessCopy(&int8, buf, size);
648 if (data_format == DataFormat_Dec) { ImSnprintf(out_buf, out_buf_size, "%hhd", int8); return; }
649 if (data_format == DataFormat_Hex) { ImSnprintf(out_buf, out_buf_size, "0x%02x", int8 & 0xFF); return; }

Completed in 20 milliseconds

12