HomeSort by: relevance | last modified time | path
    Searched refs:int8 (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga_types.h 41 typedef int8_t int8; typedef
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga_types.h 41 typedef int8_t int8; typedef
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_info.h 50 bool int8; member in struct:spirv_supported_capabilities
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vm_basic_types.h 69 typedef char int8; typedef
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv2nir.c 172 spirv_opts.caps.int8 = true;
spirv_to_nir.c 4438 spv_check_supported(int8, cap);
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_info.h 65 bool int8; member in struct:spirv_supported_capabilities
  /xsrc/external/mit/MesaLib/dist/src/compiler/clc/
clc.c 139 .int8 = true,
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_memory_editor.h 538 const char* descs[] = { "Int8", "Uint8", "Int16", "Uint16", "Int32", "Uint32", "Int64", "Uint64", "Float", "Double" };
646 int8_t int8 = 0;
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; }
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_memory_editor.h 536 const char* descs[] = { "Int8", "Uint8", "Int16", "Uint16", "Int32", "Uint32", "Int64", "Uint64", "Float", "Double" };
641 int8_t int8 = 0;
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/util/tests/fast_idiv_by_const/
fast_idiv_by_const_test.cpp 345 TEST(fast_idiv_by_const, int8)
  /xsrc/external/mit/MesaLib.old/dist/src/util/tests/fast_idiv_by_const/
fast_idiv_by_const_test.cpp 348 TEST(fast_idiv_by_const, int8)
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_priv.h 11 typedef char int8; typedef
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
invocation.cpp 356 spirv_options.caps.int8 = true;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_overlay.c 58 typedef int8_t int8; typedef
vmwgfx_driver.c 86 typedef int8_t int8; typedef
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader.c 239 .int8 = true,
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_pipeline.c 509 .int8 = true,
  /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
clc_compiler.c 817 .int8 = true,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_pipeline.c 152 .int8 = pdevice->info.gen >= 8,
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_shader.c 486 .int8 = true,
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_pipeline.c 133 .int8 = pdevice->info.ver >= 8,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c 3599 spv_check_supported(int8, cap);

Completed in 51 milliseconds