Home
last modified time | relevance | path

Searched refs:CAPABILITIES (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp38 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY; member in tcu::nullws::Window
41 : NativeWindow(CAPABILITIES) in Window()
55 : NativeWindowFactory("nullws", "NullWS Window", Window::CAPABILITIES) in WindowFactory()
68 static const Capability CAPABILITIES = CAPABILITY_CREATE_SURFACE_LEGACY; member in tcu::nullws::Pixmap
71 : NativePixmap(CAPABILITIES) in Pixmap()
85 : NativePixmapFactory("nullws", "NullWS Pixmap", Pixmap::CAPABILITIES) in PixmapFactory()
98 static const Capability CAPABILITIES = CAPABILITY_GET_DISPLAY_LEGACY; member in tcu::nullws::Display
101 : eglu::NativeDisplay(CAPABILITIES) in Display()
124 : eglu::NativeDisplayFactory ("nullws", "NullWS Display", Display::CAPABILITIES) in DisplayFactory()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp126 static const Capability CAPABILITIES[] = variable
1267 for (deUint32 capIdx = 0; capIdx < DE_LENGTH_OF_ARRAY(CAPABILITIES); ++capIdx) in addCompute16bitStorageUniform16To32Group()
1272 …string testName = string(CAPABILITIES[capIdx].name) + "_" + cTypes[capIdx][tyIdx].name + "_fl… in addCompute16bitStorageUniform16To32Group()
1274 specs["capability"] = CAPABILITIES[capIdx].cap; in addCompute16bitStorageUniform16To32Group()
1275 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group()
1344 …spec.inputs.push_back(Resource(BufferSp(new Float16Buffer(float16Data)), CAPABILITIES[capIdx].dtyp… in addCompute16bitStorageUniform16To32Group()
1347 spec.requestedVulkanFeatures = get16BitStorageFeatures(CAPABILITIES[capIdx].name); in addCompute16bitStorageUniform16To32Group()
1417 for (deUint32 capIdx = 0; capIdx < DE_LENGTH_OF_ARRAY(CAPABILITIES); ++capIdx) in addCompute16bitStorageUniform16To32Group()
1422 string testName = string(CAPABILITIES[capIdx].name) + "_" + cTypes[capIdx][tyIdx].name; in addCompute16bitStorageUniform16To32Group()
1462 specs["capability"] = CAPABILITIES[capIdx].cap; in addCompute16bitStorageUniform16To32Group()
[all …]
DvktSpvAsm8bitStorageTests.cpp114 static const Capability CAPABILITIES[] = variable
1075 string testName = string(CAPABILITIES[STORAGE_BUFFER_TEST].name) + "_" + cTypes[tyIdx].name; in addCompute8bitStorage32To8Group()
1077 specs["capability"] = CAPABILITIES[STORAGE_BUFFER_TEST].cap; in addCompute8bitStorage32To8Group()
1078 specs["storage"] = CAPABILITIES[STORAGE_BUFFER_TEST].decor; in addCompute8bitStorage32To8Group()
1088 …spec.inputs.push_back(Resource(BufferSp(new Int32Buffer(inputs)), CAPABILITIES[STORAGE_BUFFER_TEST… in addCompute8bitStorage32To8Group()
1092 spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[STORAGE_BUFFER_TEST].name); in addCompute8bitStorage32To8Group()
1225 …string testName = string(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].name) + "_" + cTypes[tyI… in addCompute8bitUniform8To32Group()
1229 specs["capability"] = CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].cap; in addCompute8bitUniform8To32Group()
1230 specs["storage"] = CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].decor; in addCompute8bitUniform8To32Group()
1240 …spec.inputs.push_back(Resource(BufferSp(new Int8Buffer(inputs)), CAPABILITIES[UNIFORM_AND_STORAGEB… in addCompute8bitUniform8To32Group()
[all …]
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp106 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY | member in tcu::lnx::x11::egl::Display
110 : NativeDisplay (CAPABILITIES, in Display()
131 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY | member in tcu::lnx::x11::egl::Window
155 : NativeWindow (CAPABILITIES) in Window()
189 : NativeWindowFactory ("window", "X11 Window", Window::CAPABILITIES) in WindowFactory()
225 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY |
231 : NativePixmap (CAPABILITIES)
245 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
277 Display::CAPABILITIES, in DisplayFactory()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp61 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY| member in tcu::lnx::wayland::egl::Display
65 : NativeDisplay (CAPABILITIES, in Display()
86 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY | member in tcu::lnx::wayland::egl::Window
104 : NativeWindow (CAPABILITIES) in Window()
137 : NativeWindowFactory ("window", "Wayland Window", Window::CAPABILITIES) in WindowFactory()
177 Display::CAPABILITIES, in DisplayFactory()
/external/iputils/
Darping.c26 #ifdef CAPABILITIES
98 #ifndef CAPABILITIES
151 #ifdef CAPABILITIES
158 #ifdef CAPABILITIES in limit_capabilities()
207 #ifdef CAPABILITIES in modify_capability_raw()
248 #ifdef CAPABILITIES in drop_capabilities()
Dping_common.h21 #ifdef CAPABILITIES
263 #ifdef CAPABILITIES
Dping_common.c69 #ifdef CAPABILITIES
76 #ifdef CAPABILITIES in limit_capabilities()
130 #ifndef CAPABILITIES in limit_capabilities()
138 #ifdef CAPABILITIES
186 #ifdef CAPABILITIES in drop_capabilities()
Dtraceroute6.c252 #ifdef CAPABILITIES
353 #ifdef CAPABILITIES in main()
Dclockdiff.c23 #ifdef CAPABILITIES
536 #ifdef CAPABILITIES in drop_rights()
/external/conscrypt/
DREADME.md8 documentation](CAPABILITIES.md) for detailed information on what is provided.
/external/python/cpython3/Doc/library/
Dnntplib.rst210 of values. On legacy servers which don't understand the ``CAPABILITIES``
/external/python/cpython3/Misc/
DHISTORY8757 - Issue #10287: nntplib now queries the server's CAPABILITIES first before
8772 - Issue #10287: nntplib now queries the server's CAPABILITIES again after
28412 choose to mix the case in their CAPABILITIES response.
/external/python/cpython2/Misc/
DHISTORY11033 choose to mix the case in their CAPABILITIES response.