/third_party/vk-gl-cts/framework/platform/nullws/ |
H A 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/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 127 static const Capability CAPABILITIES[] = member 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 + "_float"; 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].dtype)); 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[capId in addCompute16bitStorageUniform16To32Group() [all...] |
H A D | vktSpvAsm8bitStorageTests.cpp | 114 static const Capability CAPABILITIES[] = member 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].dtype)); in addCompute8bitStorage32To8Group() 1092 spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[STORAGE_BUFFER_TEST].name); in addCompute8bitStorage32To8Group() 1225 string testName = string(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].name) + "_" + cTypes[tyIdx].name; 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_STORAGEBUFFER_TES in addCompute8bitUniform8To32Group() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 127 static const Capability CAPABILITIES[] = member 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 + "_float"; 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].dtype)); 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[capId in addCompute16bitStorageUniform16To32Group() [all...] |
H A D | vktSpvAsm8bitStorageTests.cpp | 114 static const Capability CAPABILITIES[] = member 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].dtype)); in addCompute8bitStorage32To8Group() 1092 spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[STORAGE_BUFFER_TEST].name); in addCompute8bitStorage32To8Group() 1225 string testName = string(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].name) + "_" + cTypes[tyIdx].name; 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_STORAGEBUFFER_TES in addCompute8bitUniform8To32Group() [all...] |
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A 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/ |
H A 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/vk-gl-cts/framework/platform/ohos/display/pixmap/ |
H A D | tcuOhosNativePixmap.hpp | 50 CAPABILITIES = (CAPABILITY_CREATE_SURFACE_LEGACY | enumerator
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
H A D | tcuOhosEglDisplayFactory.cpp | 45 : eglu::NativeDisplayFactory("ROSEN", "Rosen Display", OhosDisplay::CAPABILITIES) in OhosDisplayFactory()
|
H A D | tcuOhosNativeDisplay.hpp | 119 static const Capability CAPABILITIES = Capability(CAPABILITY_GET_DISPLAY_LEGACY); member in tcu::OHOS_ROSEN::egl::OhosDisplay
|
H A D | tcuOhosNativeDisplay.cpp | 46 : NativeDisplay(CAPABILITIES) in OhosDisplay()
|
/third_party/vk-gl-cts/framework/platform/ohos/display/window/ |
H A D | tcuOhosNativeWindow.hpp | 50 static const Capability CAPABILITIES = Capability(CAPABILITY_CREATE_SURFACE_LEGACY | member in tcu::OHOS_ROSEN::egl::OhosWindow
|
H A D | tcuOhosWindowFactory.cpp | 46 : NativeWindowFactory ("window", "Rosen Window", OhosWindow::CAPABILITIES) in OhosWindowFactory()
|
H A D | tcuOhosNativeWindow.cpp | 47 : NativeWindow (CAPABILITIES) in OhosWindow()
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
H A D | CapScan.java | 100 Element capabilities = out.createElement(IcuInfo.CAPABILITIES); in runMain()
|
H A D | SimpleScan.java | 97 CapElement capabilities = out.createCapElement(IcuInfo.CAPABILITIES); in runMain()
|