/third_party/node/test/parallel/ |
D | test-vm-measure-memory.js | 15 vm.measureMemory({ execution: 'eager' }) property 19 vm.measureMemory({ mode: 'detailed', execution: 'eager' }) property 23 vm.measureMemory({ mode: 'summary', execution: 'eager' }) property 35 assert.throws(() => vm.measureMemory({ execution: 'random' }), { property
|
D | test-vm-measure-memory-multi-context.js | 21 vm.measureMemory({ mode: 'detailed', execution: 'eager' }) property
|
/third_party/node/deps/v8/src/heap/ |
D | memory-measurement.cc | 176 v8::MeasureMemoryExecution execution, in EnqueueRequest() 244 bool MemoryMeasurement::IsGCTaskPending(v8::MeasureMemoryExecution execution) { in IsGCTaskPending() 252 void MemoryMeasurement::SetGCTaskPending(v8::MeasureMemoryExecution execution) { in SetGCTaskPending() 262 void MemoryMeasurement::SetGCTaskDone(v8::MeasureMemoryExecution execution) { in SetGCTaskDone() 272 void MemoryMeasurement::ScheduleGCTask(v8::MeasureMemoryExecution execution) { in ScheduleGCTask()
|
D | heap.cc | 4367 v8::MeasureMemoryExecution execution) { in MeasureMemory()
|
/third_party/python/Doc/reference/ |
D | executionmodel.rst | 195 .. _dynamic-features:
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
D | spirv_instruction_builder_autogen.cpp | 2392 void WriteControlBarrier(Blob *blob, IdScope execution, IdScope memory, IdMemorySemantics semantics) in WriteControlBarrier() 2787 IdScope execution, in WriteGroupAll() 2801 IdScope execution, in WriteGroupAny() 2815 IdScope execution, in WriteGroupBroadcast() 2831 IdScope execution, in WriteGroupIAdd() 2847 IdScope execution, in WriteGroupFAdd() 2863 IdScope execution, in WriteGroupFMin() 2879 IdScope execution, in WriteGroupUMin() 2895 IdScope execution, in WriteGroupSMin() 2911 IdScope execution, in WriteGroupFMax() [all …]
|
D | spirv_instruction_parser_autogen.cpp | 2883 IdScope *execution, in ParseControlBarrier() 3322 IdScope *execution, in ParseGroupAll() 3338 IdScope *execution, in ParseGroupAny() 3354 IdScope *execution, in ParseGroupBroadcast() 3372 IdScope *execution, in ParseGroupIAdd() 3390 IdScope *execution, in ParseGroupFAdd() 3408 IdScope *execution, in ParseGroupFMin() 3426 IdScope *execution, in ParseGroupUMin() 3444 IdScope *execution, in ParseGroupSMin() 3462 IdScope *execution, in ParseGroupFMax() [all …]
|
/third_party/node/deps/v8/src/extensions/ |
D | gc-extension.cc | 27 ExecutionType execution; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cpp.cpp | 490 auto &execution = get_entry_point(); in emit_header() local
|
D | spirv_hlsl.cpp | 563 auto &execution = get_entry_point(); in emit_builtin_outputs_in_struct() local 859 auto &execution = get_entry_point(); in emit_interface_block_member_in_struct() local 878 auto &execution = get_entry_point(); in emit_interface_block_in_struct() local 1293 auto &execution = get_entry_point(); in emit_resources() local 2313 auto &execution = get_entry_point(); in emit_function_prototype() local 2421 auto &execution = get_entry_point(); in emit_hlsl_entry_point() local
|
D | spirv_cross.cpp | 2070 auto &execution = get_entry_point(); in set_execution_mode() local 2096 auto &execution = get_entry_point(); in unset_execution_mode() local 2103 auto &execution = get_entry_point(); in get_work_group_size_specialization_constants() local 2136 auto &execution = get_entry_point(); in get_execution_mode_argument() local 2165 auto &execution = get_entry_point(); in get_execution_model() local 2361 auto &execution = get_entry_point(); in interface_variable_exists_in_entry_point() local
|
D | spirv_parser.cpp | 321 auto &execution = ir.entry_points[ops[0]]; in parse() local
|
D | spirv_glsl.cpp | 421 auto &execution = get_entry_point(); in find_static_extensions() local 715 auto &execution = get_entry_point(); in build_workgroup_size() local 765 auto &execution = get_entry_point(); in emit_header() local 2335 auto &execution = get_entry_point(); in to_storage_qualifiers_glsl() local 2866 auto &execution = get_entry_point(); in emit_pls() local 3261 auto &execution = get_entry_point(); in emit_resources() local 6163 auto &execution = get_entry_point(); in legacy_tex_op() local 12940 auto &execution = get_entry_point(); in flags_to_qualifiers_glsl() local
|
D | spirv_msl.cpp | 10572 auto &execution = get_entry_point(); in member_attribute_qualifier() local 11018 auto &execution = get_entry_point(); in func_type_decl() local 12272 auto &execution = this->get_entry_point(); in fix_up_shader_inputs_outputs() local 12364 auto &execution = get_entry_point(); in get_metal_resource_index() local 14135 auto &execution = get_entry_point(); in builtin_qualifier() local 14355 const SPIREntryPoint &execution = get_entry_point(); in builtin_type_decl() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDispatchTests.cpp | 400 bool execution; in init() member
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_atomics_test.cpp | 34 const std::string& execution) { in GenerateShaderCodeImpl() 100 const std::string execution = R"( in GenerateShaderCode() local 126 const std::string execution = R"( in GenerateShaderComputeCode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_atomics_test.cpp | 34 const std::string& execution) { in GenerateShaderCodeImpl() 100 const std::string execution = R"( in GenerateShaderCode() local 126 const std::string execution = R"( in GenerateShaderComputeCode() local
|
/third_party/spirv-tools/test/val/ |
D | val_atomics_test.cpp | 34 const std::string& execution) { in GenerateShaderCodeImpl() 100 const std::string execution = R"( in GenerateShaderCode() local 126 const std::string execution = R"( in GenerateShaderComputeCode() local
|
/third_party/node/deps/v8/tools/ |
D | parse-processor.mjs | 863 execution: 'First Execution', property
|
/third_party/node/src/ |
D | node_contextify.cc | 1353 int32_t execution = args[1].As<v8::Int32>()->Value(); in MeasureMemory() local
|
/third_party/node/doc/api/ |
D | n-api.md | 6055 ### `napi_run_script`
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.cc | 3130 uint32_t execution = 0; in GenerateControlBarrierIntrinsic() local
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 1728 void Builder::createControlBarrier(Scope execution, Scope memory, MemorySemanticsMask semantics) in createControlBarrier()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.cc | 5082 uint32_t execution = operands[0]; in EmitControlBarrier() local
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 9011 MeasureMemoryExecution execution) { in MeasureMemory()
|