/external/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 …]
|
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/ |
D | encoder.py | 113 api, argument 126 def emit_custom_pre_validate(typeInfo, api, cgen): argument 143 def emit_custom_resource_preprocess(typeInfo, api, cgen): argument 152 def emit_custom_resource_postprocess(typeInfo, api, cgen): argument 217 def custom_encoder_args(api): argument 230 def __init__(self, api): argument 265 def emit_parameter_encode_preamble_write(typeInfo, api, cgen): argument 277 def emit_parameter_encode_copy_unwrap_count(typeInfo, api, cgen, customUnwrap=None): argument 354 def is_cmdbuf_dispatch(api): argument 357 def emit_parameter_encode_write_packet_info(typeInfo, api, cgen): argument [all …]
|
D | decoder.py | 235 def emit_call_log(api, cgen): argument 285 def emit_dispatch_call(api, cgen): argument 321 def emit_global_state_wrapped_call(api, cgen, logger, context): argument 335 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument 371 def emit_decode_return_writeback(api, cgen): argument 378 def emit_decode_finish(api, cgen): argument 386 def emit_destroyed_handle_cleanup(api, cgen): argument 424 def emit_seqno_incr(api, cgen): argument 427 def emit_snapshot(typeInfo, api, cgen): argument 463 def emit_decoding(typeInfo, api, cgen, globalWrapped=False, logger=False, context=False): argument [all …]
|
D | subdecode.py | 180 def emit_call_log(api, cgen): argument 196 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument 241 def emit_dispatch_call(api, cgen): argument 263 def emit_global_state_wrapped_call(api, cgen, logger=False, context=False): argument 274 def emit_default_decoding(typeInfo, api, cgen): argument 279 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument 283 def emit_global_state_wrapped_decoding_with_logger(typeInfo, api, cgen): argument 287 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument
|
D | functable.py | 90 def is_cmdbuf_dispatch(api): argument 93 def is_queue_dispatch(api): argument 135 def genEncoderOrResourceTrackerCall(cgen, api, declareResources=True): argument 355 def isDeviceDispatch(self, api): argument
|
/external/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
|
/external/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 81 def compile_fn(api, checkout_root, out_dir): argument 362 def copy_build_products(api, src, dst): argument
|
/external/angle/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 472 inline bool IsD3D9(const GPUTestConfig::API &api) in IsD3D9() 478 inline bool IsD3D11(const GPUTestConfig::API &api) in IsD3D11() 484 inline bool IsGLDesktop(const GPUTestConfig::API &api) in IsGLDesktop() 490 inline bool IsGLES(const GPUTestConfig::API &api) in IsGLES() 496 inline bool IsVulkan(const GPUTestConfig::API &api) in IsVulkan() 501 inline bool IsSwiftShader(const GPUTestConfig::API &api) in IsSwiftShader() 507 inline bool IsMetal(const GPUTestConfig::API &api) in IsMetal() 578 GPUTestConfig::GPUTestConfig(const API &api, uint32_t preRotation) in GPUTestConfig()
|
/external/perfetto/infra/luci/recipes/ |
D | perfetto.py | 90 def UploadArtifact(api, ctx, platform, out_dir, artifact): argument 138 def BuildForPlatform(api, ctx, platform): argument 164 def RunSteps(api, repository): argument 226 def GenTests(api): argument
|
/external/skia/infra/bots/recipe_modules/flavor/examples/ |
D | full.py | 17 def test_exceptions(api): argument 32 def RunSteps(api): argument 124 def GenTests(api): argument
|
/external/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
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcodes.java | 51 public final int api; field in Opcodes 58 public static Opcodes forApi(int api) { in forApi() 69 int api = VersionMap.mapDexVersionToApi(dexVersion); in forDexVersion() local 85 private Opcodes(int api, int artVersion) { in Opcodes()
|
/external/angle/scripts/ |
D | generate_entry_points.py | 1262 def is_aliasing_excepted(api, cmd_name): argument 1266 def entry_point_export(api): argument 1272 def entry_point_prefix(api): argument 1280 def get_api_entry_def(api): argument 1289 def get_stubs_header_template(api): argument 1298 def format_entry_point_decl(api, cmd_name, proto, params): argument 1461 def strip_suffix(api, name): argument 1485 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): argument 1498 def get_def_template(api, cmd_name, return_type, has_errcode_ret): argument 1524 def format_entry_point_def(api, command_node, cmd_name, proto, params, cmd_packed_enums, argument [all …]
|
/external/deqp/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 …]
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 839 def writeHandleType (api, filename): argument 998 def writeBasicTypes (api, filename): argument 1051 def writeCompositeTypes (api, filename): argument 1070 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument 1081 def writeFunctionPtrTypes (api, filename): argument 1088 def writeFunctionPointers (api, filename, functionTypes): argument 1100 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument 1116 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument 1142 def writeStrUtilProto (api, filename): argument 1161 def writeStrUtilImpl (api, filename): argument [all …]
|
/external/mesa3d/src/mesa/main/ |
D | get_hash_generator.py | 61 def api_name(api): argument 75 def api_index(api): argument 78 def table_name(api): argument 81 def print_table(api, table): argument
|
/external/libwebsockets/READMEs/ |
D | README.lws_system.md | 30 ### `reboot` 34 ### `set_clock` 38 ### `attach`
|
/external/libepoxy/src/ |
D | dispatch_common.c | 220 struct api { struct 225 pthread_mutex_t mutex; 232 void *glx_handle; 241 void *gl_handle; 267 static struct api api = { argument
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_apitemp.py | 174 def printInitDispatch(self, api): argument 209 def printAliasedTable(self, api): argument 275 def printBody(self, api): argument
|