/third_party/skia/third_party/externals/swiftshader/tests/regres/ |
D | ci-tests.json | 2 { "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi-PASS.txt" }, string 4 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ABORT.txt" }, string 5 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ASSERT.txt" }, string 6 …{ "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-COMPATIBILITY_WARNING.tx… string 7 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-CRASH.txt" }, string 8 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-FAIL.txt" }, string 9 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-PASS.txt" }, string 10 … { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-QUALITY_WARNING.txt" }, string 11 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-TIMEOUT.txt" }, string 12 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-UNIMPLEMENTED.txt" }, string [all …]
|
/third_party/skia/infra/bots/recipes/ |
D | compute_buildstats.py | 35 def RunSteps(api): argument 116 def keys_and_props(api): argument 140 def analyze_web_file(api, checkout_root, out_dir, files): argument 167 def analyze_cpp_lib(api, checkout_root, out_dir, files): argument 195 def analyze_flutter_lib(api, checkout_root, out_dir, files): argument 234 def analyze_wasm_file(api, checkout_root, out_dir, files): argument 266 def make_treemap(api, checkout_root, out_dir, files): argument 280 def GenTests(api): argument
|
D | skpbench.py | 31 def _run(api, title, *cmd, **kwargs): argument 36 def _adb(api, title, *cmd, **kwargs): argument 42 def skpbench_steps(api): argument 163 def RunSteps(api): argument 192 def GenTests(api): argument
|
D | perf_skottietrace.py | 37 def perf_steps(api): argument 143 def parse_trace(trace_json, lottie_filename, api): argument 219 def RunSteps(api): argument 233 def GenTests(api): argument
|
D | perf.py | 31 def perf_steps(api): argument 104 def RunSteps(api): argument 124 def GenTests(api): argument
|
D | infra.py | 20 def git_init(api, repo_root, env): argument 28 def RunSteps(api): argument 67 def GenTests(api): argument
|
D | test.py | 31 def test_steps(api): argument 162 def RunSteps(api): argument 182 def GenTests(api): argument
|
D | perf_skottiewasm_lottieweb.py | 84 def RunSteps(api): argument 205 def parse_trace(trace_json, lottie_filename, api, renderer): argument 348 def GenTests(api): argument
|
D | housekeeper.py | 24 def RunSteps(api): argument 38 def GenTests(api): argument
|
/third_party/gn/infra/recipes/ |
D | gn.py | 44 def _get_libcxx_include_path(api): argument 64 def _get_compilation_environment(api, target, cipd_dir): argument 106 def RunSteps(api, repository): argument 311 def GenTests(api): argument
|
/third_party/skia/infra/bots/recipe_modules/build/ |
D | default.py | 9 def build_command_buffer(api, chrome_dir, skia_dir, out): argument 19 def compile_swiftshader(api, extra_tokens, swiftshader_root, cc, cxx, out): argument 87 def compile_fn(api, checkout_root, out_dir): argument 370 def copy_build_products(api, src, dst): argument
|
/third_party/skia/infra/bots/recipe_modules/run/examples/ |
D | full.py | 18 def myfunc(api, i): argument 22 def RunSteps(api): argument 66 def GenTests(api): argument
|
/third_party/skia/infra/bots/recipe_modules/flavor/examples/ |
D | full.py | 17 def test_exceptions(api): argument 32 def RunSteps(api): argument 123 def GenTests(api): argument
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 467 inline bool IsD3D9(const GPUTestConfig::API &api) in IsD3D9() 473 inline bool IsD3D11(const GPUTestConfig::API &api) in IsD3D11() 479 inline bool IsGLDesktop(const GPUTestConfig::API &api) in IsGLDesktop() 485 inline bool IsGLES(const GPUTestConfig::API &api) in IsGLES() 491 inline bool IsVulkan(const GPUTestConfig::API &api) in IsVulkan() 496 inline bool IsSwiftShader(const GPUTestConfig::API &api) in IsSwiftShader() 502 inline bool IsMetal(const GPUTestConfig::API &api) in IsMetal() 572 GPUTestConfig::GPUTestConfig(const API &api, uint32_t preRotation) in GPUTestConfig()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | ohos_gen_framework.py | 273 def __init__ (self, api, name, number, requirementsList): argument 835 def writeHandleType (api, filename): argument 981 def writeBasicTypes (apiName, api, filename): argument 1029 def writeCompositeTypes (api, filename): argument 1135 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument 1145 def writeFunctionPtrTypes (api, filename): argument 1156 def writeFunctionPointers (api, filename, functionTypes): argument 1171 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument 1189 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument 1215 def writeFuncPtrInterfaceSCImpl (api, filename, functionTypes, className): argument [all …]
|
D | gen_framework.py | 269 def __init__ (self, api, name, number, requirementsList): argument 817 def writeHandleType (api, filename): argument 963 def writeBasicTypes (apiName, api, filename): argument 1011 def writeCompositeTypes (api, filename): argument 1117 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument 1127 def writeFunctionPtrTypes (api, filename): argument 1138 def writeFunctionPointers (api, filename, functionTypes): argument 1153 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument 1171 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument 1197 def writeFuncPtrInterfaceSCImpl (api, filename, functionTypes, className): argument [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackOverflowQueryTests.cpp | 60 …FeedbackOverflowQueryBaseTest(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryBaseTest() 156 …backOverflowQueryImplDepState(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryImplDepState() 197 …OverflowQueryContextStateBase(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryContextStateBase() 245 …backOverflowQueryDefaultState(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryDefaultState() 301 …dbackOverflowQueryStateUpdate(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryStateUpdate() 431 …eedbackOverflowQueryErrorBase(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryErrorBase() 484 TransformFeedbackOverflowQueryTests::API api, const char* name) in TransformFeedbackOverflowQueryErrorInvalidIndex() 595 TransformFeedbackOverflowQueryTests::API api, const char* name) in TransformFeedbackOverflowQueryErrorAlreadyActive() 717 TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryErrorIncompatibleTarget() 834 TransformFeedbackOverflowQueryTests::API api, const char* name) in TransformFeedbackOverflowQueryErrorNoActiveQuery() [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_system.md | 30 ### `reboot` 34 ### `set_clock` 38 ### `attach`
|
/third_party/mesa3d/src/mesa/main/ |
D | get_hash_generator.py | 59 def api_name(api): argument 73 def api_index(api): argument 76 def table_name(api): argument 79 def print_table(api, table): argument
|
/third_party/skia/infra/bots/recipe_modules/docker/examples/ |
D | full.py | 16 def RunSteps(api): argument 30 def GenTests(api): argument
|
/third_party/skia/infra/bots/recipe_modules/env/examples/ |
D | full.py | 14 def RunSteps(api): argument 26 def GenTests(api): argument
|
/third_party/skia/infra/bots/recipe_modules/doxygen/examples/ |
D | full.py | 15 def RunSteps(api): argument 20 def GenTests(api): argument
|
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/examples/ |
D | full.py | 12 def RunSteps(api): argument 93 def GenTests(api): argument
|
/third_party/gn/infra/recipe_modules/windows_sdk/examples/ |
D | full.py | 15 def RunSteps(api): argument 21 def GenTests(api): argument
|
/third_party/gn/infra/recipe_modules/macos_sdk/examples/ |
D | full.py | 15 def RunSteps(api): argument 22 def GenTests(api): argument
|