| /external/libabigail/tests/data/test-read-dwarf/ |
| D | test13-pr18894.so.abi | 243 …-size='64' path='dbus-address.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 301 … is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 303 …-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 306 …-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 309 …-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 312 …BusAddressEntry' type-id='type-id-14' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 313 … is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 315 …-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 318 …-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 321 …e-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… [all …]
|
| D | PR25042-libgdbm-clang-dwarf5.so.6.0.0.abi | 93 …<abi-instr address-size='64' path='base64.c' comp-dir-path='/tmp/ben/spack-stage/spack-stage-dQKT1… 97 …encode' mangled-name='_gdbm_base64_encode' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/spack… 98 …<parameter type-id='type-id-3' name='input' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/spac… 99 …<parameter type-id='type-id-6' name='input_len' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/… 100 …<parameter type-id='type-id-5' name='output' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/spa… 101 …<parameter type-id='type-id-7' name='output_size' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1… 102 …<parameter type-id='type-id-7' name='nbytes' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/spa… 105 …decode' mangled-name='_gdbm_base64_decode' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/spack… 106 …<parameter type-id='type-id-3' name='input' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/spac… 107 …<parameter type-id='type-id-6' name='input_len' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/… [all …]
|
| D | test17-pr19027.so.abi | 268 …ress-size='64' path='hb-blob.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfb… 282 …'hb_atomic_int_t' type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfb… 283 …<enum-decl name='hb_memory_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz… 290 …name='hb_blob_t' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfb… 291 … name='hb_bool_t' type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfb… 292 … is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfb… 294 …e-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfb… 297 …user_data_key_t' type-id='type-id-18' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfb… 298 …_destroy_func_t' type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfb… 299 …hb_mutex_impl_t' type-id='type-id-22' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfb… [all …]
|
| /external/libaom/av1/common/ |
| D | av1_inv_txfm1d.c | 22 int32_t stage = 0; in av1_idct4() local 26 // stage 0; in av1_idct4() 28 // stage 1; in av1_idct4() 29 stage++; in av1_idct4() 35 av1_range_check_buf(stage, input, bf1, size, stage_range[stage]); in av1_idct4() 37 // stage 2 in av1_idct4() 38 stage++; in av1_idct4() 45 av1_range_check_buf(stage, input, bf1, size, stage_range[stage]); in av1_idct4() 47 // stage 3 in av1_idct4() 48 stage++; in av1_idct4() [all …]
|
| /external/angle/third_party/vulkan-deps/glslang/src/Test/ |
| D | hlsl.intrinsics.negative.comp | 5 …// AllMemoryBarrier(); // invalid in fragment stage TODO: parser currently crashes o… 6 …// AllMemoryBarrierWithGroupSync(); // invalid in fragment stage TODO: parser currently crashes o… 9 // clip(inF0); // expected error: only valid in pixel stage 13 // ddx(inF0); // expected error: only valid in pixel stage 14 // ddx_coarse(inF0); // expected error: only valid in pixel stage 15 // ddx_fine(inF0); // expected error: only valid in pixel stage 16 // ddy(inF0); // expected error: only valid in pixel stage 17 // ddy_coarse(inF0); // expected error: only valid in pixel stage 18 // ddy_fine(inF0); // expected error: only valid in pixel stage 27 // fwidth(inF0); // expected error: only valid in pixel stage [all …]
|
| D | hlsl.intrinsics.negative.vert | 18 // AllMemoryBarrier(); // expected error: only valid in compute stage 19 // AllMemoryBarrierWithGroupSync(); // expected error: only valid in compute stage 23 // clip(inF0); // expected error: only valid in pixel stage 28 // DeviceMemoryBarrierWithGroupSync(); // expected error: only valid in compute stage 29 // ddx(inF0); // expected error: only valid in pixel stage 30 // ddx_coarse(inF0); // expected error: only valid in pixel stage 31 // ddx_fine(inF0); // expected error: only valid in pixel stage 32 // ddy(inF0); // expected error: only valid in pixel stage 33 // ddy_coarse(inF0); // expected error: only valid in pixel stage 34 // ddy_fine(inF0); // expected error: only valid in pixel stage [all …]
|
| D | spv.RayCallable_Errors.rcall | 3 …NV vec4 hitattr; // ERROR, hitattributeNV unsupported in this stage 4 …dNV vec4 payload; // ERROR, rayPayloadNV unsupported in this stage 5 …nNV vec4 payloadIn; // ERROR, rayPayloadInNV unsupported in this stage 9 int e0 = gl_PrimitiveID; // ERROR, unsupported builtin in stage 10 int e1 = gl_InstanceID; // ERROR, unsupported builtin in stage 11 int e3 = gl_InstanceCustomIndexNV; // ERROR, unsupported builtin in stage 12 vec3 e4 = gl_WorldRayOriginNV; // ERROR, unsupported builtin in stage 13 vec3 e5 = gl_WorldRayDirectionNV; // ERROR, unsupported builtin in stage 14 vec3 e6 = gl_ObjectRayOriginNV; // ERROR, unsupported builtin in stage 15 vec3 e7 = gl_ObjectRayDirectionNV; // ERROR, unsupported builtin in stage [all …]
|
| /external/deqp-deps/glslang/Test/ |
| D | hlsl.intrinsics.negative.comp | 5 …// AllMemoryBarrier(); // invalid in fragment stage TODO: parser currently crashes o… 6 …// AllMemoryBarrierWithGroupSync(); // invalid in fragment stage TODO: parser currently crashes o… 9 // clip(inF0); // expected error: only valid in pixel stage 13 // ddx(inF0); // expected error: only valid in pixel stage 14 // ddx_coarse(inF0); // expected error: only valid in pixel stage 15 // ddx_fine(inF0); // expected error: only valid in pixel stage 16 // ddy(inF0); // expected error: only valid in pixel stage 17 // ddy_coarse(inF0); // expected error: only valid in pixel stage 18 // ddy_fine(inF0); // expected error: only valid in pixel stage 27 // fwidth(inF0); // expected error: only valid in pixel stage [all …]
|
| D | hlsl.intrinsics.negative.vert | 18 // AllMemoryBarrier(); // expected error: only valid in compute stage 19 // AllMemoryBarrierWithGroupSync(); // expected error: only valid in compute stage 23 // clip(inF0); // expected error: only valid in pixel stage 28 // DeviceMemoryBarrierWithGroupSync(); // expected error: only valid in compute stage 29 // ddx(inF0); // expected error: only valid in pixel stage 30 // ddx_coarse(inF0); // expected error: only valid in pixel stage 31 // ddx_fine(inF0); // expected error: only valid in pixel stage 32 // ddy(inF0); // expected error: only valid in pixel stage 33 // ddy_coarse(inF0); // expected error: only valid in pixel stage 34 // ddy_fine(inF0); // expected error: only valid in pixel stage [all …]
|
| D | spv.RayCallable_Errors.rcall | 3 …NV vec4 hitattr; // ERROR, hitattributeNV unsupported in this stage 4 …dNV vec4 payload; // ERROR, rayPayloadNV unsupported in this stage 5 …nNV vec4 payloadIn; // ERROR, rayPayloadInNV unsupported in this stage 9 int e0 = gl_PrimitiveID; // ERROR, unsupported builtin in stage 10 int e1 = gl_InstanceID; // ERROR, unsupported builtin in stage 11 int e3 = gl_InstanceCustomIndexNV; // ERROR, unsupported builtin in stage 12 vec3 e4 = gl_WorldRayOriginNV; // ERROR, unsupported builtin in stage 13 vec3 e5 = gl_WorldRayDirectionNV; // ERROR, unsupported builtin in stage 14 vec3 e6 = gl_ObjectRayOriginNV; // ERROR, unsupported builtin in stage 15 vec3 e7 = gl_ObjectRayDirectionNV; // ERROR, unsupported builtin in stage [all …]
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_pipe_unfilled.c | 29 * \brief Drawing stage for handling glPolygonMode(line/point). 44 struct draw_stage stage; member 56 static inline struct unfilled_stage *unfilled_stage( struct draw_stage *stage ) in unfilled_stage() argument 58 return (struct unfilled_stage *)stage; in unfilled_stage() 62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info() argument 65 struct unfilled_stage *unfilled = unfilled_stage(stage); in inject_front_face_info() 67 (stage->draw->rasterizer->front_ccw && header->det < 0.0f) || in inject_front_face_info() 68 (!stage->draw->rasterizer->front_ccw && header->det > 0.0f)); in inject_front_face_info() 88 static void point(struct draw_stage *stage, in point() argument 96 stage->next->point(stage->next, &tmp); in point() [all …]
|
| D | draw_pipe_flatshade.c | 43 struct draw_stage stage; member 51 flat_stage(struct draw_stage *stage) in flat_stage() argument 53 return (struct flat_stage *) stage; in flat_stage() 58 static inline void copy_flats( struct draw_stage *stage, in copy_flats() argument 62 const struct flat_stage *flat = flat_stage(stage); in copy_flats() 73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2() argument 78 const struct flat_stage *flat = flat_stage(stage); in copy_flats2() 93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0() argument 102 tmp.v[1] = dup_vert(stage, header->v[1], 0); in flatshade_tri_0() 103 tmp.v[2] = dup_vert(stage, header->v[2], 1); in flatshade_tri_0() [all …]
|
| D | draw_pipe_user_cull.c | 29 * \brief Drawing stage for user culling 38 struct draw_stage stage; member 41 static inline struct user_cull_stage *user_cull_stage( struct draw_stage *stage ) in user_cull_stage() argument 43 return (struct user_cull_stage *)stage; in user_cull_stage() 58 static void user_cull_point( struct draw_stage *stage, in user_cull_point() argument 62 draw_current_shader_num_written_culldistances(stage->draw); in user_cull_point() 64 draw_current_shader_num_written_clipdistances(stage->draw); in user_cull_point() 72 draw_current_shader_ccdistance_output(stage->draw, cull_idx); in user_cull_point() 79 stage->next->point( stage->next, header ); in user_cull_point() 88 static void user_cull_line( struct draw_stage *stage, in user_cull_line() argument [all …]
|
| D | draw_pipe_cull.c | 29 * \brief Drawing stage for polygon culling 43 struct draw_stage stage; member 49 static inline struct cull_stage *cull_stage( struct draw_stage *stage ) in cull_stage() argument 51 return (struct cull_stage *)stage; in cull_stage() 57 static void cull_tri( struct draw_stage *stage, in cull_tri() argument 62 const unsigned pos = draw_current_shader_position_output(stage->draw); in cull_tri() 83 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ? in cull_tri() 87 if ((face & cull_stage(stage)->cull_face) == 0) { in cull_tri() 88 /* triangle is not culled, pass to next stage */ in cull_tri() 89 stage->next->tri( stage->next, header ); in cull_tri() [all …]
|
| D | draw_pipe_stipple.c | 49 struct draw_stage stage; member 58 stipple_stage(struct draw_stage *stage) in stipple_stage() argument 60 return (struct stipple_stage *) stage; in stipple_stage() 91 emit_segment(struct draw_stage *stage, struct prim_header *header, in emit_segment() argument 94 struct vertex_header *v0new = dup_vert(stage, header->v[0], 0); in emit_segment() 95 struct vertex_header *v1new = dup_vert(stage, header->v[1], 1); in emit_segment() 99 screen_interp(stage->draw, v0new, t0, header->v[0], header->v[1]); in emit_segment() 104 screen_interp(stage->draw, v1new, t1, header->v[0], header->v[1]); in emit_segment() 108 stage->next->line(stage->next, &newprim); in emit_segment() 121 stipple_line(struct draw_stage *stage, struct prim_header *header) in stipple_line() argument [all …]
|
| D | draw_pipe_offset.c | 43 struct draw_stage stage; member 52 static inline struct offset_stage *offset_stage( struct draw_stage *stage ) in offset_stage() argument 54 return (struct offset_stage *) stage; in offset_stage() 65 static void do_offset_tri( struct draw_stage *stage, in do_offset_tri() argument 68 const unsigned pos = draw_current_shader_position_output(stage->draw); in do_offset_tri() 69 struct offset_stage *offset = offset_stage(stage); in do_offset_tri() 97 if (stage->draw->floating_point_depth) { in do_offset_tri() 127 stage->next->tri( stage->next, header ); in do_offset_tri() 131 static void offset_tri( struct draw_stage *stage, in offset_tri() argument 139 tmp.v[0] = dup_vert(stage, header->v[0], 0); in offset_tri() [all …]
|
| D | draw_pipe_twoside.c | 39 struct draw_stage stage; member 46 static inline struct twoside_stage *twoside_stage( struct draw_stage *stage ) in twoside_stage() argument 48 return (struct twoside_stage *)stage; in twoside_stage() 59 struct vertex_header *tmp = dup_vert( &twoside->stage, v, idx ); in copy_bfc() 76 static void twoside_tri( struct draw_stage *stage, in twoside_tri() argument 79 struct twoside_stage *twoside = twoside_stage(stage); in twoside_tri() 93 stage->next->tri( stage->next, &tmp ); in twoside_tri() 96 stage->next->tri( stage->next, header ); in twoside_tri() 102 static void twoside_first_tri( struct draw_stage *stage, in twoside_first_tri() argument 105 struct twoside_stage *twoside = twoside_stage(stage); in twoside_first_tri() [all …]
|
| D | draw_pipe_wide_line.c | 41 struct draw_stage stage; member 48 static void wideline_line( struct draw_stage *stage, in wideline_line() argument 51 const unsigned pos = draw_current_shader_position_output(stage->draw); in wideline_line() 52 const float half_width = 0.5f * stage->draw->rasterizer->line_width; in wideline_line() 56 struct vertex_header *v0 = dup_vert(stage, header->v[0], 0); in wideline_line() 57 struct vertex_header *v1 = dup_vert(stage, header->v[0], 1); in wideline_line() 58 struct vertex_header *v2 = dup_vert(stage, header->v[1], 2); in wideline_line() 59 struct vertex_header *v3 = dup_vert(stage, header->v[1], 3); in wideline_line() 70 stage->draw->rasterizer->half_pixel_center; in wideline_line() 132 stage->next->tri( stage->next, &tri ); in wideline_line() [all …]
|
| D | draw_pipe_clip.c | 29 * \brief Clipping stage 55 struct draw_stage stage; /**< base class */ member 76 static inline struct clip_stage *clip_stage(struct draw_stage *stage) in clip_stage() argument 78 return (struct clip_stage *)stage; in clip_stage() 117 static void copy_flat(struct draw_stage *stage, in copy_flat() argument 121 const struct clip_stage *clipper = clip_stage(stage); in copy_flat() 164 clip->stage.draw->viewports[viewport_index].scale; in interp() 166 clip->stage.draw->viewports[viewport_index].translate; in interp() 213 * Emit a post-clip polygon to the next pipeline stage. The polygon 216 static void emit_poly(struct draw_stage *stage, in emit_poly() argument [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
| D | vktSubgroupUniformControlFlowTests.cpp | 50 stage(s) in Case() 58 vk::VkShaderStageFlagBits stage; member 65 …all_workgroups, bool use_subgroup_size_control, vk::VkShaderStageFlagBits stage, vk::VkSubgroupFea… in add() 67 …cases.push_back(Case(basename, description, small_workgroups, use_subgroup_size_control, stage, op… in add() 84 vk::VkShaderStageFlagBits stage, in SubgroupUniformControlFlowTestCase() argument 89 m_stage(stage), in SubgroupUniformControlFlowTestCase() 131 // Check that the stage supports the required subgroup operations. in checkSupport() 134 TCU_THROW(NotSupportedError, "Device does not support subgroup operations in this stage"); in checkSupport() 199 cases[i].stage, in addTestsForAmberFiles() 245 vk::VkShaderStageFlagBits stage = vk::VK_SHADER_STAGE_COMPUTE_BIT; in createSubgroupUniformControlFlowTests() local [all …]
|
| /external/libabigail/tests/data/test-annotate/ |
| D | test13-pr18894.so.abi | 477 …-size='64' path='dbus-address.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 561 … is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 564 …-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 568 …-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 572 …-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 576 …BusAddressEntry' type-id='type-id-14' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 578 … is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 581 …-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 585 …-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… 589 …e-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-… [all …]
|
| /external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
| D | topk_accuracy_eval_stage_test.cc | 58 // Create stage. in TEST() 60 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local 62 EXPECT_EQ(stage.Init(), kTfLiteError); in TEST() 66 // Create stage. in TEST() 71 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local 79 stage.SetTaskInfo(ground_truth_labels, model_output_type, model_output_shape); in TEST() 80 EXPECT_EQ(stage.Init(), kTfLiteError); in TEST() 85 // Create stage. in TEST() 87 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local 95 stage.SetTaskInfo(ground_truth_labels, model_output_type, model_output_shape); in TEST() [all …]
|
| /external/python/cpython3/.azure-pipelines/ |
| D | windows-release.yml | 25 - stage: Build 29 - template: windows-release/stage-build.yml 31 - stage: Sign 36 - template: windows-release/stage-sign.yml 38 - stage: Layout 43 - template: windows-release/stage-layout-full.yml 44 - template: windows-release/stage-layout-embed.yml 45 - template: windows-release/stage-layout-nuget.yml 47 - stage: Pack 51 - template: windows-release/stage-pack-nuget.yml [all …]
|
| /external/pdfium/core/fpdfapi/edit/ |
| D | cpdf_creator.cpp | 227 CPDF_Creator::Stage CPDF_Creator::WriteDoc_Stage1() { in WriteDoc_Stage1() 228 DCHECK(m_iStage > Stage::kInvalid || m_iStage < Stage::kInitWriteObjs20); in WriteDoc_Stage1() 229 if (m_iStage == Stage::kInit0) { in WriteDoc_Stage1() 233 m_iStage = Stage::kWriteHeader10; in WriteDoc_Stage1() 235 if (m_iStage == Stage::kWriteHeader10) { in WriteDoc_Stage1() 238 return Stage::kInvalid; in WriteDoc_Stage1() 248 return Stage::kInvalid; in WriteDoc_Stage1() 250 m_iStage = Stage::kInitWriteObjs20; in WriteDoc_Stage1() 253 m_iStage = Stage::kWriteIncremental15; in WriteDoc_Stage1() 256 if (m_iStage == Stage::kWriteIncremental15) { in WriteDoc_Stage1() [all …]
|
| /external/toolchain-utils/bestflags/ |
| D | pipeline_worker.py | 4 """The pipeline_worker functions of the build and test stage of the framework. 21 def Helper(stage, done_dict, helper_queue, completed_queue, result_queue): argument 30 stage: The current stage of the pipeline, for example, build stage or test 31 stage. 43 the duplicate tasks will be sent to the next stage via this queue. 59 assert not task.Done(stage) 62 identifier = task.GetIdentifier(stage) 71 task.SetResult(stage, done_dict[identifier]) 78 stage, completed_queue, done_dict, waiting_list, result_queue 84 stage, completed_queue, done_dict, waiting_list, result_queue [all …]
|