Home
last modified time | relevance | path

Searched full:stage (Results 1 – 25 of 9371) sorted by relevance

12345678910>>...375

/aosp_15_r20/external/libaom/av1/common/
H A Dav1_inv_txfm1d.c22 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 …]
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c121 …line_get_shader_key(const struct radv_device *device, const VkPipelineShaderStageCreateInfo *stage, in radv_pipeline_get_shader_key() argument
126 gl_shader_stage s = vk_to_mesa_shader_stage(stage->stage); in radv_pipeline_get_shader_key()
141 if (stage->stage & RADV_GRAPHICS_STAGE_BITS) { in radv_pipeline_get_shader_key()
143 } else if (stage->stage & RADV_RT_STAGE_BITS) { in radv_pipeline_get_shader_key()
146 assert(stage->stage == VK_SHADER_STAGE_COMPUTE_BIT); in radv_pipeline_get_shader_key()
150 vk_pipeline_robustness_state_fill(&device->vk, &rs, pNext, stage->pNext); in radv_pipeline_get_shader_key()
155 vk_find_struct_const(stage->pNext, PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO); in radv_pipeline_get_shader_key()
166 if (stage->flags & VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT) { in radv_pipeline_get_shader_key()
188 out_stage->stage = vk_to_mesa_shader_stage(sinfo->stage); in radv_pipeline_stage_init()
209 radv_shader_layout_init(pipeline_layout, out_stage->stage, &out_stage->layout); in radv_pipeline_stage_init()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dsynthesis-8-generated.c53 /* 1 - stage 0 */ pcm_b = 0; in SynthWindow80_generated()
54 /* 1 - stage 0 */ pcm_b += (MUL_16S_16S(8235, buffer[12])) >> 3; in SynthWindow80_generated()
55 /* 1 - stage 0 */ pcm_b += (MUL_16S_16S(-23167, buffer[20])) >> 3; in SynthWindow80_generated()
56 /* 1 - stage 0 */ pcm_b += (MUL_16S_16S(26479, buffer[28])) >> 2; in SynthWindow80_generated()
57 /* 1 - stage 0 */ pcm_b += (MUL_16S_16S(-17397, buffer[36])) << 1; in SynthWindow80_generated()
58 /* 1 - stage 0 */ pcm_b += (MUL_16S_16S(9399, buffer[44])) << 3; in SynthWindow80_generated()
59 /* 1 - stage 0 */ pcm_b += (MUL_16S_16S(17397, buffer[52])) << 1; in SynthWindow80_generated()
60 /* 1 - stage 0 */ pcm_b += (MUL_16S_16S(26479, buffer[60])) >> 2; in SynthWindow80_generated()
61 /* 1 - stage 0 */ pcm_b += (MUL_16S_16S(23167, buffer[68])) >> 3; in SynthWindow80_generated()
62 /* 1 - stage 0 */ pcm_b += (MUL_16S_16S(8235, buffer[76])) >> 3; in SynthWindow80_generated()
[all …]
/aosp_15_r20/external/deqp-deps/glslang/Test/
Dhlsl.intrinsics.negative.comp5 …// 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 …]
Dhlsl.intrinsics.negative.vert18 // 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 …]
/aosp_15_r20/external/angle/third_party/glslang/src/Test/
H A Dhlsl.intrinsics.negative.comp5 …// 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 …]
H A Dhlsl.intrinsics.negative.vert18 // 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 …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c142 gl_shader_stage stage = vk_to_mesa_shader_stage(stage_info->stage); in anv_shader_stage_to_nir() local
144 compiler->nir_options[stage]; in anv_shader_stage_to_nir()
170 if (INTEL_DEBUG(intel_debug_flag_for_shader_stage(stage))) { in anv_shader_stage_to_nir()
172 gl_shader_stage_name(stage)); in anv_shader_stage_to_nir()
311 gl_shader_stage stage; member
328 gl_shader_stage stage; member
367 struct anv_pipeline_stage *stage, in anv_stage_allocate_bind_map_tables() argument
371 brw_shader_stage_requires_bindless_resources(stage->stage) ? NULL : in anv_stage_allocate_bind_map_tables()
374 brw_shader_stage_requires_bindless_resources(stage->stage) ? NULL : in anv_stage_allocate_bind_map_tables()
381 stage->bind_map = (struct anv_pipeline_bind_map) { in anv_stage_allocate_bind_map_tables()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java44 * A stage of a possibly asynchronous computation, that performs an
46 * A stage completes upon termination of its computation, but this may
53 * <li>The computation performed by a stage may be expressed as a
59 * stage.thenApply(x -> square(x))
66 * <p>Any argument to a stage's computation is the outcome of a
67 * triggering stage's computation.
69 * <li>One stage's execution may be triggered by completion of a
70 * single stage, or both of two stages, or either of two stages.
71 * Dependencies on a single stage are arranged using methods with
76 * results or effects are used for the dependent stage's computation.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java44 * A stage of a possibly asynchronous computation, that performs an
46 * A stage completes upon termination of its computation, but this may
53 * <li>The computation performed by a stage may be expressed as a
59 * stage.thenApply(x -> square(x))
66 * <p>Any argument to a stage's computation is the outcome of a
67 * triggering stage's computation.
69 * <li>One stage's execution may be triggered by completion of a
70 * single stage, or both of two stages, or either of two stages.
71 * Dependencies on a single stage are arranged using methods with
76 * results or effects are used for the dependent stage's computation.
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletionStage.java44 * A stage of a possibly asynchronous computation, that performs an
46 * A stage completes upon termination of its computation, but this may
53 * <li>The computation performed by a stage may be expressed as a
59 * stage.thenApply(x -> square(x))
66 * <p>Any argument to a stage's computation is the outcome of a
67 * triggering stage's computation.
69 * <li>One stage's execution may be triggered by completion of a
70 * single stage, or both of two stages, or either of two stages.
71 * Dependencies on a single stage are arranged using methods with
76 * results or effects are used for the dependent stage's computation.
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp49 , stage(s) in Case()
56 vk::VkShaderStageFlagBits stage; member
66 vk::VkShaderStageFlagBits stage, in add()
69 … cases.push_back(Case(basename, small_workgroups, use_subgroup_size_control, stage, operation)); in add()
82 … vk::VkShaderStageFlagBits stage, vk::VkSubgroupFeatureFlagBits operation) in SubgroupUniformControlFlowTestCase() argument
86 , m_stage(stage) in SubgroupUniformControlFlowTestCase()
129 // Check that the stage supports the required subgroup operations. in checkSupport()
132 TCU_THROW(NotSupportedError, "Device does not support subgroup operations in this stage"); in checkSupport()
193 cases[i].stage, cases[i].operation); in addTestsForAmberFiles()
239 vk::VkShaderStageFlagBits stage = vk::VK_SHADER_STAGE_COMPUTE_BIT; in createSubgroupUniformControlFlowTests() local
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Diomapper.cpp48 // High-level algorithm for one stage:
74 EShLanguage stage; member
192 ent.stage = intermediate.getStage(); in visitSymbol()
264 EShLanguage stage; member
267 : stage(s) in TNotifyUniformAdaptor()
274 resolver.notifyBinding(stage, entKey.second); in operator ()()
283 EShLanguage stage; member
286 : stage(s) in TNotifyInOutAdaptor()
293 resolver.notifyInOut(entKey.second.stage, entKey.second); in operator ()()
302 : stage(s) in TResolverUniformAdaptor()
[all …]
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp47 // High-level algorithm for one stage:
89 ent.stage = intermediate.getStage(); in visitSymbol()
158 EShLanguage stage; member
161 : stage(s) in TNotifyUniformAdaptor()
168 resolver.notifyBinding(stage, entKey.second); in operator ()()
177 EShLanguage stage; member
180 : stage(s) in TNotifyInOutAdaptor()
187 resolver.notifyInOut(entKey.second.stage, entKey.second); in operator ()()
196 : stage(s) in TResolverUniformAdaptor()
207 const bool isValid = resolver.validateBinding(stage, ent); in operator ()()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c29 * \brief Drawing stage for handling glPolygonMode(line/point).
44 struct draw_stage stage; member
57 unfilled_stage *unfilled_stage(struct draw_stage *stage) in unfilled_stage() argument
59 return (struct unfilled_stage *) stage; in unfilled_stage()
64 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info() argument
67 struct unfilled_stage *unfilled = unfilled_stage(stage); in inject_front_face_info()
69 (stage->draw->rasterizer->front_ccw && header->det < 0.0f) || in inject_front_face_info()
70 (!stage->draw->rasterizer->front_ccw && header->det > 0.0f)); in inject_front_face_info()
90 point(struct draw_stage *stage, in point() argument
98 stage->next->point(stage->next, &tmp); in point()
[all …]
H A Ddraw_pipe_flatshade.c43 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()
59 copy_flats(struct draw_stage *stage, in copy_flats() argument
63 const struct flat_stage *flat = flat_stage(stage); in copy_flats()
73 copy_flats2(struct draw_stage *stage, in copy_flats2() argument
78 const struct flat_stage *flat = flat_stage(stage); in copy_flats2()
93 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 …]
H A Ddraw_pipe_clip.c29 * \brief Clipping stage
54 struct draw_stage stage; /**< base class */ member
76 clip_stage(struct draw_stage *stage) in clip_stage() argument
78 return (struct clip_stage *) stage; in clip_stage()
120 copy_flat(struct draw_stage *stage, in copy_flat() argument
124 const struct clip_stage *clipper = clip_stage(stage); in copy_flat()
166 clip->stage.draw->viewports[viewport_index].scale; in interp()
168 clip->stage.draw->viewports[viewport_index].translate; in interp()
214 * Emit a post-clip polygon to the next pipeline stage. The polygon
218 emit_poly(struct draw_stage *stage, in emit_poly() argument
[all …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2/src/main/java/com/google/cloud/functions/v2/
H A DStage.java25 * Each Stage of the deployment process
28 * Protobuf type {@code google.cloud.functions.v2.Stage}
30 public final class Stage extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.functions.v2.Stage)
35 // Use Stage.newBuilder() to construct.
36 private Stage(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Stage() method in Stage
40 private Stage() { in Stage() method in Stage
52 return new Stage(); in newInstance()
71 com.google.cloud.functions.v2.Stage.class, in internalGetFieldAccessorTable()
72 com.google.cloud.functions.v2.Stage.Builder.class); in internalGetFieldAccessorTable()
[all …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2beta/src/main/java/com/google/cloud/functions/v2beta/
H A DStage.java25 * Each Stage of the deployment process
28 * Protobuf type {@code google.cloud.functions.v2beta.Stage}
30 public final class Stage extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.functions.v2beta.Stage)
35 // Use Stage.newBuilder() to construct.
36 private Stage(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Stage() method in Stage
40 private Stage() { in Stage() method in Stage
52 return new Stage(); in newInstance()
71 com.google.cloud.functions.v2beta.Stage.class, in internalGetFieldAccessorTable()
72 com.google.cloud.functions.v2beta.Stage.Builder.class); in internalGetFieldAccessorTable()
[all …]
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2alpha/src/main/java/com/google/cloud/functions/v2alpha/
H A DStage.java25 * Each Stage of the deployment process
28 * Protobuf type {@code google.cloud.functions.v2alpha.Stage}
30 public final class Stage extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.functions.v2alpha.Stage)
35 // Use Stage.newBuilder() to construct.
36 private Stage(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Stage() method in Stage
40 private Stage() { in Stage() method in Stage
52 return new Stage(); in newInstance()
71 com.google.cloud.functions.v2alpha.Stage.class, in internalGetFieldAccessorTable()
72 com.google.cloud.functions.v2alpha.Stage.Builder.class); in internalGetFieldAccessorTable()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp70 enum class Stage enum
84 VkImageLayout getOptimalReadLayout(Stage stage) in getOptimalReadLayout() argument
88 switch (stage) in getOptimalReadLayout()
90 case Stage::HOST: in getOptimalReadLayout()
92 case Stage::TRANSFER: in getOptimalReadLayout()
95 case Stage::RAYGEN: in getOptimalReadLayout()
96 case Stage::INTERSECT: in getOptimalReadLayout()
97 case Stage::ANY_HIT: in getOptimalReadLayout()
98 case Stage::CLOSEST_HIT: in getOptimalReadLayout()
99 case Stage::MISS: in getOptimalReadLayout()
[all …]
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_creator.cpp227 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 …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline.c58 gl_shader_stage stage = vk_to_mesa_shader_stage(stage_info->stage); in anv_shader_stage_to_nir() local
60 compiler->nir_options[stage]; in anv_shader_stage_to_nir()
86 if (INTEL_DEBUG(intel_debug_flag_for_shader_stage(stage))) { in anv_shader_stage_to_nir()
88 gl_shader_stage_name(stage)); in anv_shader_stage_to_nir()
338 gl_shader_stage stage; member
348 gl_shader_stage stage; member
400 struct anv_pipeline_stage *stage, in anv_pipeline_hash_compute() argument
417 _mesa_sha1_update(&ctx, stage->shader_sha1, in anv_pipeline_hash_compute()
418 sizeof(stage->shader_sha1)); in anv_pipeline_hash_compute()
419 _mesa_sha1_update(&ctx, &stage->key.cs, sizeof(stage->key.cs)); in anv_pipeline_hash_compute()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp58 enum class Stage enum
67 std::ostream &operator<<(std::ostream &stream, Stage stage) in operator <<() argument
69 switch (stage) in operator <<()
71 case Stage::HOST: in operator <<()
74 case Stage::TRANSFER: in operator <<()
77 case Stage::TASK: in operator <<()
80 case Stage::MESH: in operator <<()
83 case Stage::FRAG: in operator <<()
94 bool isShaderStage(Stage stage) in isShaderStage() argument
96 return (stage == Stage::TASK || stage == Stage::MESH || stage == Stage::FRAG); in isShaderStage()
[all …]
/aosp_15_r20/system/chre/apps/test/chqts/src/general_test/
H A Dtimer_cancel_test.cc40 * See the TimerCancelTest constructor to see which stage tests which setup.
51 Stage *stage = &mStages[i]; in startStages() local
52 stage->timerId = chreTimerSet(kDuration, stage, stage->oneShot); in startStages()
53 if (stage->timerId == CHRE_TIMER_INVALID) { in startStages()
56 if (stage->expectCallback) { in startStages()
57 // Go on to the next stage. Note this stage will markSuccess() in startStages()
61 if (!chreTimerCancel(stage->timerId)) { in startStages()
64 if (chreTimerCancel(stage->timerId)) { in startStages()
79 // stage, oneShot, expectCallback in TimerCancelTest()
80 Stage(0, false, false), in TimerCancelTest()
[all …]

12345678910>>...375