| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.in | 15 --device=ID Override PCI ID of the reported device 17 -p, --platform=NAME Override PCI ID using a platform name 23 -f, --frame=ID Only dump objects for frame ID
|
| H A D | intel_stub_gpu.in | 12 -p, --platform=NAME Override PCI ID using a platform name
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.in | 15 --device=ID Override PCI ID of the reported device 17 -p, --platform=NAME Override PCI ID using a platform name
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | jit_pch.hpp | 161 typedef llvm::Intrinsic::ID IntrinsicID;
|
| /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/ |
| H A D | README.md | 13 | ID | Chip Name | Sample Marketing Name | Comment |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| H A D | lower_x86.cpp | 67 Intrinsic::ID intrin[NUM_WIDTHS]; 73 static std::map<std::string, Intrinsic::ID> intrinsicMap = { 101 Intrinsic::ID intrin); 103 static Intrinsic::ID DOUBLE = (Intrinsic::ID)-1; 190 LowerX86(Builder* b = nullptr) : FunctionPass(ID), B(b) 313 Intrinsic::ID id = intrinsic.intrin[vecWidth]; 318 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; 377 Intrinsic::ID x86Intrinsic = intrinsicMap[pFunc->getName()]; 436 static char ID; ///< Neede member in struct:SwrJit::LowerX86 439 char LowerX86::ID = 0; // LLVM uses address of ID as the actual ID. member in class:SwrJit::LowerX86 [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.1.3.rst | 96 - radeonsi: disable the patch ID workaround on SI when the patch ID
|
| H A D | 7.8.1.rst | 45 - Pass GLX drawable ID to dri2InvalidateBuffers. Fixes bug #27190.
|
| H A D | 20.1.9.rst | 38 - \[RADV\] Problems reading primitive ID in fragment shader after tessellation 127 - radv,aco: fix reading primitive ID in FS after TES
|
| H A D | 10.2.3.rst | 58 - glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_query_renderer.spec | 116 GLX_RENDERER_VENDOR_ID_MESA 1 PCI ID of the device vendor 117 GLX_RENDERER_DEVICE_ID_MESA 1 PCI ID of the device 165 0xFFFFFFFF if the device does not have a PCI ID (because it is not a PCI 166 device) or if the PCI ID is not available. In this case the application 341 PCI ID either does not exist or is not available. Implementations
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_query_renderer.spec | 116 GLX_RENDERER_VENDOR_ID_MESA 1 PCI ID of the device vendor 117 GLX_RENDERER_DEVICE_ID_MESA 1 PCI ID of the device 165 0xFFFFFFFF if the device does not have a PCI ID (because it is not a PCI 166 device) or if the PCI ID is not available. In this case the application 341 PCI ID either does not exist or is not available. Implementations
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| H A D | lower_x86.cpp | 111 Intrinsic::ID intrin); 113 static Intrinsic::ID DOUBLE = (Intrinsic::ID)-1; 187 LowerX86(Builder* b = nullptr) : FunctionPass(ID), B(b) 351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; 411 Intrinsic::ID x86Intrinsic = getIntrinsicMap()[pFunc->getName().str()]; 485 static char ID; ///< Needed by LLVM to generate ID for FunctionPass. member in struct:SwrJit::LowerX86 488 char LowerX86::ID = 0; // LLVM uses address of ID a member in class:SwrJit::LowerX86 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | st_api.h | 297 uint32_t ID; member in struct:st_framebuffer_iface
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 76 enum rc_reg_class ID; member in struct:rc_class 439 return classes[class_index].ID; 702 s->class_ids[class->ID] = ra_alloc_reg_class(s->regs); 710 s->class_ids[class->ID], reg_id); 716 * the rc_reg_class ID (RC_REG_CLASS_*) which might be 717 * different than the ID assigned to that class by ra.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | api.h | 307 uint32_t ID; member in struct:st_framebuffer_iface
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 76 enum rc_reg_class ID; member in struct:rc_class 439 return classes[class_index].ID; 702 s->classes[class->ID] = ra_alloc_reg_class(s->regs); 709 ra_class_add_reg(s->classes[class->ID], reg_id); 715 * the rc_reg_class ID (RC_REG_CLASS_*) which might be 716 * different than the ID assigned to that class by ra.
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | debug_output.c | 50 GLuint ID; member in struct:gl_debug_element 180 * Handles generating a GL_ARB_debug_output message ID generated by the GL or 183 * The GL API has this "ID" mechanism, where the intention is to allow a 184 * client to filter in/out messages based on source, type, and ID. Of course, 187 * static storage where the ID should get stored. This ID will be shared 290 copy->ID = elem->ID; 313 if (tmp->ID == id) { 333 elem->ID [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | debug_output.c | 50 GLuint ID; member in struct:gl_debug_element 180 * Handles generating a GL_ARB_debug_output message ID generated by the GL or 183 * The GL API has this "ID" mechanism, where the intention is to allow a 184 * client to filter in/out messages based on source, type, and ID. Of course, 187 * static storage where the ID should get stored. This ID will be shared 282 copy->ID = elem->ID; 303 if (tmp->ID == id) { 323 elem->ID [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 262 // Helper: ImPool<>. Basic keyed storage for contiguous instances, slow/amortized insertion, O(1) indexable, O(Log N) queries by ID over a dense/hot buffer, 269 ImGuiStorage Map; // ID->Index 563 ImGuiID ID; // widget id owning the text state member in struct:ImGuiInputTextState 593 ImGuiID ID; member in struct:ImGuiWindowSettings 598 ImGuiWindowSettings() { Name = NULL; ID = 0; Pos = Size = ImVec2(0,0); Collapsed = false; } 637 ImGuiID ID; member in struct:ImGuiColumnsSet 652 ID = 0; 693 ImGuiID ID; // Best candidate member in struct:ImGuiNavMoveResult 694 ImGuiID SelectScopeId;// Best candidate window current selectable group ID 702 void Clear() { ID 1131 ImGuiID ID; // == ImHash(Name) member in struct:ImGuiWindow 1261 ImGuiID ID; member in struct:ImGuiTabItem 1277 ImGuiID ID; // Zero for tab-bars used by docking member in struct:ImGuiTabBar [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 262 // Helper: ImPool<>. Basic keyed storage for contiguous instances, slow/amortized insertion, O(1) indexable, O(Log N) queries by ID over a dense/hot buffer, 269 ImGuiStorage Map; // ID->Index 563 ImGuiID ID; // widget id owning the text state member in struct:ImGuiInputTextState 593 ImGuiID ID; member in struct:ImGuiWindowSettings 598 ImGuiWindowSettings() { Name = NULL; ID = 0; Pos = Size = ImVec2(0,0); Collapsed = false; } 637 ImGuiID ID; member in struct:ImGuiColumnsSet 652 ID = 0; 693 ImGuiID ID; // Best candidate member in struct:ImGuiNavMoveResult 694 ImGuiID SelectScopeId;// Best candidate window current selectable group ID 702 void Clear() { ID 1131 ImGuiID ID; // == ImHash(Name) member in struct:ImGuiWindow 1261 ImGuiID ID; member in struct:ImGuiTabItem 1277 ImGuiID ID; // Zero for tab-bars used by docking member in struct:ImGuiTabBar [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_st.c | 236 stwfb->base.ID = p_atomic_inc_return(&stwfb_ID);
|
| /xsrc/external/mit/libXpm/dist/include/ |
| H A D | Makefile.in | 388 ID: $(am__tagged_files) target 438 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
| /xsrc/external/mit/libxkbui/dist/src/ |
| H A D | Makefile.in | 316 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) target 362 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
| /xsrc/external/mit/libXv/dist/include/X11/extensions/ |
| H A D | Makefile.in | 385 ID: $(am__tagged_files) target 435 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|