/third_party/vk-gl-cts/framework/platform/nullws/ |
D | tcuNullWSPlatform.cpp | 38 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 127 static const Capability CAPABILITIES[] = variable 1268 for (deUint32 capIdx = 0; capIdx < DE_LENGTH_OF_ARRAY(CAPABILITIES); ++capIdx) in addCompute16bitStorageUniform16To32Group() 1273 …string testName = string(CAPABILITIES[capIdx].name) + "_" + cTypes[capIdx][tyIdx].name + "_fl… in addCompute16bitStorageUniform16To32Group() 1275 specs["capability"] = CAPABILITIES[capIdx].cap; in addCompute16bitStorageUniform16To32Group() 1276 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group() 1345 …spec.inputs.push_back(Resource(BufferSp(new Float16Buffer(float16Data)), CAPABILITIES[capIdx].dtyp… in addCompute16bitStorageUniform16To32Group() 1348 spec.requestedVulkanFeatures = get16BitStorageFeatures(CAPABILITIES[capIdx].name); in addCompute16bitStorageUniform16To32Group() 1418 for (deUint32 capIdx = 0; capIdx < DE_LENGTH_OF_ARRAY(CAPABILITIES); ++capIdx) in addCompute16bitStorageUniform16To32Group() 1423 string testName = string(CAPABILITIES[capIdx].name) + "_" + cTypes[capIdx][tyIdx].name; in addCompute16bitStorageUniform16To32Group() 1463 specs["capability"] = CAPABILITIES[capIdx].cap; in addCompute16bitStorageUniform16To32Group() [all …]
|
D | vktSpvAsm8bitStorageTests.cpp | 114 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 …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 127 static const Capability CAPABILITIES[] = variable 1268 for (deUint32 capIdx = 0; capIdx < DE_LENGTH_OF_ARRAY(CAPABILITIES); ++capIdx) in addCompute16bitStorageUniform16To32Group() 1273 …string testName = string(CAPABILITIES[capIdx].name) + "_" + cTypes[capIdx][tyIdx].name + "_fl… in addCompute16bitStorageUniform16To32Group() 1275 specs["capability"] = CAPABILITIES[capIdx].cap; in addCompute16bitStorageUniform16To32Group() 1276 specs["storage"] = CAPABILITIES[capIdx].decor; in addCompute16bitStorageUniform16To32Group() 1345 …spec.inputs.push_back(Resource(BufferSp(new Float16Buffer(float16Data)), CAPABILITIES[capIdx].dtyp… in addCompute16bitStorageUniform16To32Group() 1348 spec.requestedVulkanFeatures = get16BitStorageFeatures(CAPABILITIES[capIdx].name); in addCompute16bitStorageUniform16To32Group() 1418 for (deUint32 capIdx = 0; capIdx < DE_LENGTH_OF_ARRAY(CAPABILITIES); ++capIdx) in addCompute16bitStorageUniform16To32Group() 1423 string testName = string(CAPABILITIES[capIdx].name) + "_" + cTypes[capIdx][tyIdx].name; in addCompute16bitStorageUniform16To32Group() 1463 specs["capability"] = CAPABILITIES[capIdx].cap; in addCompute16bitStorageUniform16To32Group() [all …]
|
D | vktSpvAsm8bitStorageTests.cpp | 114 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 …]
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 106 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()
|
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 61 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/tools/ |
D | process_grammar.rb | 22 CAPABILITIES = %w( constant 41 if CAPABILITIES.include?(cap) 77 if CAPABILITIES.include?(cap)
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/tools/ |
D | process_grammar.rb | 22 CAPABILITIES = %w( constant 41 if CAPABILITIES.include?(cap) 77 if CAPABILITIES.include?(cap)
|
/third_party/spirv-tools/tools/sva/tools/ |
D | process_grammar.rb | 22 CAPABILITIES = %w( constant 41 if CAPABILITIES.include?(cap) 77 if CAPABILITIES.include?(cap)
|
/third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/ |
D | tcuOhosNativePixmap.hpp | 50 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY | enumerator
|
/third_party/vk-gl-cts/framework/platform/ohos/display/window/ |
D | tcuOhosWindowFactory.cpp | 46 : NativeWindowFactory ("window", "Rosen Window", OhosWindow::CAPABILITIES) in OhosWindowFactory()
|
D | tcuOhosNativeWindow.hpp | 50 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY | member in tcu::OHOS_ROSEN::egl::OhosWindow
|
D | tcuOhosNativeWindow.cpp | 45 : NativeWindow (CAPABILITIES) in OhosWindow()
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
D | tcuOhosEglDisplayFactory.cpp | 45 : eglu::NativeDisplayFactory("ROSEN", "Rosen Display", OhosDisplay::CAPABILITIES) in OhosDisplayFactory()
|
D | tcuOhosNativeDisplay.hpp | 58 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY); member in tcu::OHOS_ROSEN::egl::OhosDisplay
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
D | SimpleScan.java | 97 CapElement capabilities = out.createCapElement(IcuInfo.CAPABILITIES); in runMain()
|
D | CapScan.java | 100 Element capabilities = out.createElement(IcuInfo.CAPABILITIES); in runMain()
|
/third_party/flutter/flutter/dev/devicelab/ |
D | README.md | 226 required_agent_capabilities: {CAPABILITIES} 237 - `{CAPABILITIES}` is an array that lists the capabilities required of
|
/third_party/openssl/doc/man7/ |
D | provider-base.pod | 403 L</CAPABILITIES> section below. It should return 1 on success or 0 on error. 519 =head1 CAPABILITIES chapter
|
/third_party/python/Doc/library/ |
D | nntplib.rst | 233 of values. On legacy servers which don't understand the ``CAPABILITIES``
|
/third_party/python/Misc/ |
D | HISTORY | 8757 - 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.
|