Searched refs:ID (Results 1 - 25 of 743) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_dump_gpu.in15 --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 Dintel_stub_gpu.in12 -p, --platform=NAME Override PCI ID using a platform name
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Dintel_dump_gpu.in15 --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 Djit_pch.hpp161 typedef llvm::Intrinsic::ID IntrinsicID;
/xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
H A DREADME.md13 | ID | Chip Name | Sample Marketing Name | Comment |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp67 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 D17.1.3.rst96 - radeonsi: disable the patch ID workaround on SI when the patch ID
H A D7.8.1.rst45 - Pass GLX drawable ID to dri2InvalidateBuffers. Fixes bug #27190.
H A D20.1.9.rst38 - \[RADV\] Problems reading primitive ID in fragment shader after tessellation
127 - radv,aco: fix reading primitive ID in FS after TES
H A D10.2.3.rst58 - glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_query_renderer.spec116 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 DMESA_query_renderer.spec116 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 Dlower_x86.cpp111 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 Dst_api.h297 uint32_t ID; member in struct:st_framebuffer_iface
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c76 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 Dapi.h307 uint32_t ID; member in struct:st_framebuffer_iface
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c76 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 Ddebug_output.c50 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 Ddebug_output.c50 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 Dimgui_internal.h262 // 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 Dimgui_internal.h262 // 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 Dstw_st.c236 stwfb->base.ID = p_atomic_inc_return(&stwfb_ID);
/xsrc/external/mit/libXpm/dist/include/
H A DMakefile.in388 ID: $(am__tagged_files) target
438 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
/xsrc/external/mit/libxkbui/dist/src/
H A DMakefile.in316 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 DMakefile.in385 ID: $(am__tagged_files) target
435 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

Completed in 43 milliseconds

1234567891011>>