| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_types.h | 33 typedef uint64_t uint64; typedef in typeref:typename:uint64_t 49 typedef uint64 PA; 51 typedef uint64 PPN64;
|
| H A D | svga3d_types.h | 451 typedef uint64 SVGA3dSurfaceAllFlags; 453 #define SVGA3D_SURFACE_FLAGS1_MASK ((uint64)MAX_UINT32) 1616 uint64 timestamp; 1624 uint64 realFrequency; 1633 uint64 inputAssemblyVertices; 1634 uint64 inputAssemblyPrimitives; 1635 uint64 vertexShaderInvocations; 1636 uint64 geometryShaderInvocations; 1637 uint64 geometryShaderPrimitives; 1638 uint64 clipperInvocation [all...] |
| H A D | svga_reg.h | 430 uint64 id;
|
| H A D | svga3d_dx.h | 1491 uint64 value;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_types.h | 33 typedef uint64_t uint64; typedef in typeref:typename:uint64_t 49 typedef uint64 PA; 51 typedef uint64 PPN64;
|
| H A D | svga3d_types.h | 452 typedef uint64 SVGA3dSurfaceAllFlags; 454 #define SVGA3D_SURFACE_FLAGS1_MASK ((uint64)MAX_UINT32) 1655 uint64 timestamp; 1663 uint64 realFrequency; 1672 uint64 inputAssemblyVertices; 1673 uint64 inputAssemblyPrimitives; 1674 uint64 vertexShaderInvocations; 1675 uint64 geometryShaderInvocations; 1676 uint64 geometryShaderPrimitives; 1677 uint64 clipperInvocation [all...] |
| H A D | svga_reg.h | 430 uint64 id;
|
| H A D | svga3d_dx.h | 1648 uint64 value;
|
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vm_basic_types.h | 37 typedef unsigned __int64 uint64; typedef in typeref:typename:unsigned __int64 53 typedef unsigned long long uint64; typedef in typeref:typename:unsigned long long 57 /* int64/uint64 aren't actually used in the vmware driver. */ 59 #error - Need compiler define for int64/uint64
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 39 uint64_t uint64; member in union:pointer_hack 47 ph.uint64 = 0; 49 ph.uint64 = (ph.uint64 + 15) & ~15;
|
| /xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/ |
| H A D | GLView.h | 124 uint64 _reserved[8]; 188 uint64 _reserved[7];
|
| /xsrc/external/mit/MesaLib/dist/include/HaikuGL/ |
| H A D | GLView.h | 125 uint64 _reserved[8]; 189 uint64 _reserved[7];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 39 uint64_t uint64; member in union:pointer_hack 47 ph.uint64 = 0; 49 ph.uint64 = (ph.uint64 + 15) & ~15;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_perf.c | 446 results[c].uint64 = accumulated_results->accumulator[accu_offset]; 454 results[c].uint64 = 478 results[c].uint64 *= 1000;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_winsys.h | 98 uint64 startTime; 99 uint64 adjustedStartTime;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_winsys.h | 99 uint64 startTime; 100 uint64 adjustedStartTime;
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_memory_editor.h | 697 uint64_t uint64 = 0; local in function:MemoryEditor::DisplayPreviewData 698 EndianessCopy(&uint64, buf, size); 699 if (data_format == DataFormat_Dec) { snprintf(out_buf, out_buf_size, "%llu", (long long)uint64); return; } 700 if (data_format == DataFormat_Hex) { snprintf(out_buf, out_buf_size, "0x%016llx", (long long)uint64); return; }
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_memory_editor.h | 702 uint64_t uint64 = 0; local in function:MemoryEditor::DisplayPreviewData 703 EndianessCopy(&uint64, buf, size); 704 if (data_format == DataFormat_Dec) { ImSnprintf(out_buf, out_buf_size, "%llu", (long long)uint64); return; } 705 if (data_format == DataFormat_Hex) { ImSnprintf(out_buf, out_buf_size, "0x%016llx", (long long)uint64); return; }
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | lower_int64_test.cpp | 407 TEST_F(compact_destination, uint64)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | lower_int64_test.cpp | 403 TEST_F(compact_destination, uint64)
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_overlay.c | 50 typedef uint64_t uint64; typedef in typeref:typename:uint64_t
|
| H A D | vmwgfx_driver.c | 78 typedef uint64_t uint64; typedef in typeref:typename:uint64_t
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | dlist.c | 742 GLuint64 uint64; member in union:uint64_pair 770 tmp.uint64 = value; \ 9196 p.uint64 = timeout; 12230 CALL_Uniform1ui64ARB(ctx->Exec, (n[1].i, x.uint64)); 12242 CALL_Uniform2ui64ARB(ctx->Exec, (n[1].i, x.uint64, y.uint64)); 12258 CALL_Uniform3ui64ARB(ctx->Exec, (n[1].i, x.uint64, y.uint64, 12259 z.uint64)); 12277 CALL_Uniform4ui64ARB(ctx->Exec, (n[1].i, x.uint64, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | dlist.c | 659 GLuint64 uint64; member in union:uint64_pair 9046 p.uint64 = timeout; 10688 (get_pointer(&n[4]), n[1].bf, p.uint64));
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 1586 - gallivm: convert packing to uint64 not double 3365 - ac,radeonsi: track memory usage in KB to reduce types from uint64 to uint32
|