HomeSort by: relevance | last modified time | path
    Searched refs:int16 (Results 1 - 25 of 29) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-vmware/dist/src/
svga_struct.h 36 int16 x;
37 int16 y;
vm_basic_types.h 68 typedef short int16; typedef
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga_types.h 38 typedef int16_t int16; typedef
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga_types.h 38 typedef int16_t int16; typedef
  /xsrc/external/mit/xf86-video-s3/dist/src/
newmmio.h 14 #define int16 CARD16 macro
19 typedef struct { int16 vendor_ID; int16 device_ID; } pci_id;
20 typedef struct { int16 cmd; int16 devsel; } cmd_devsel;
34 typedef struct { int16 filler; int16 adv_f_cntl; } adv_f_cntl;
101 typedef struct { char crt_index; char crt_data; int16 filler; } v3d4;
102 typedef struct { int16 filler1; char feature_cntl; char filler2;} v3d8;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_info.h 51 bool int16; member in struct:spirv_supported_capabilities
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv2nir.c 173 spirv_opts.caps.int16 = true;
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
newmmio.h 56 #define int16 CARD16 macro
62 typedef struct { int16 vendor_ID; int16 device_ID; } pci_id;
63 typedef struct { int16 cmd; int16 devsel; } cmd_devsel;
71 int16 dummy_0e;
79 int16 latency_grant;
180 typedef struct { char crt_index; char crt_data; int16 filler; } v3d4;
181 typedef struct { int16 filler1; char feature_cntl; char filler2;} v3d8;
  /xsrc/external/mit/MesaLib/dist/include/HaikuGL/
GLView.h 124 int16* fErrorBuffer[2];
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_info.h 66 bool int16; member in struct:spirv_supported_capabilities
  /xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/
GLView.h 123 int16* fErrorBuffer[2];
  /xsrc/external/mit/MesaLib/dist/src/compiler/clc/
clc.c 140 .int16 = 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" };
662 int16_t int16 = 0;
663 EndianessCopy(&int16, buf, size);
664 if (data_format == DataFormat_Dec) { ImSnprintf(out_buf, out_buf_size, "%hd", int16); return; }
665 if (data_format == DataFormat_Hex) { ImSnprintf(out_buf, out_buf_size, "0x%04x", int16 & 0xFFFF); 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" };
657 int16_t int16 = 0;
658 EndianessCopy(&int16, buf, size);
659 if (data_format == DataFormat_Dec) { snprintf(out_buf, out_buf_size, "%hd", int16); return; }
660 if (data_format == DataFormat_Hex) { snprintf(out_buf, out_buf_size, "0x%04x", int16 & 0xFFFF); return; }
  /xsrc/external/mit/MesaLib/dist/src/util/tests/fast_idiv_by_const/
fast_idiv_by_const_test.cpp 380 TEST(fast_idiv_by_const, int16)
  /xsrc/external/mit/MesaLib.old/dist/src/util/tests/fast_idiv_by_const/
fast_idiv_by_const_test.cpp 383 TEST(fast_idiv_by_const, int16)
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_priv.h 10 typedef short int16; typedef
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
invocation.cpp 357 spirv_options.caps.int16 = true;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_overlay.c 55 typedef int16_t int16; typedef
vmwgfx_driver.c 83 typedef int16_t int16; typedef
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_shader.c 76 .int16 = true,
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader.c 240 .int16 = true,
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_pipeline.c 483 .int16 = true,
  /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
clc_compiler.c 818 .int16 = true,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_pipeline.c 153 .int16 = pdevice->info.gen >= 8,

Completed in 36 milliseconds

1 2