Home
last modified time | relevance | path

Searched refs:stages (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/external/deqp-deps/glslang/Test/baseResults/
Dreflection.vert.out3 image_ui2D: offset -1, type 9063, size 1, index -1, binding -1, stages 1
4 sampler_2D: offset -1, type 8b5e, size 1, index -1, binding -1, stages 1
5 sampler_2DMSArray: offset -1, type 910b, size 1, index -1, binding -1, stages 1
6 anonMember3: offset 80, type 8b52, size 1, index 0, binding -1, stages 1
7 s.a: offset -1, type 1404, size 1, index -1, binding -1, stages 1
8 named.scalar: offset 12, type 1404, size 1, index 1, binding -1, stages 1
9 m23: offset 16, type 8b67, size 1, index 0, binding -1, stages 1
10 scalarAfterm23: offset 48, type 1404, size 1, index 0, binding -1, stages 1
11 c_m23: offset 16, type 8b67, size 1, index 2, binding -1, stages 1
12 c_scalarAfterm23: offset 64, type 1404, size 1, index 2, binding -1, stages 1
[all …]
Dhlsl.reflection.vert.out3 anonMember3: offset 80, type 8b52, size 1, index 0, binding -1, stages 1
4 s.a: offset 0, type 1404, size 1, index 1, binding -1, stages 1
5 m23: offset 16, type 8b67, size 1, index 0, binding -1, stages 1
6 scalarAfterm23: offset 48, type 1404, size 1, index 0, binding -1, stages 1
7 c_m23: offset 16, type 8b67, size 1, index 2, binding -1, stages 1
8 c_scalarAfterm23: offset 48, type 1404, size 1, index 2, binding -1, stages 1
9 scalarBeforeArray: offset 96, type 1404, size 1, index 0, binding -1, stages 1
10 floatArray: offset 112, type 1406, size 5, index 0, binding -1, stages 1
11 scalarAfterArray: offset 192, type 1404, size 1, index 0, binding -1, stages 1
12 m22: offset 208, type 8b5a, size 9, index 0, binding -1, stages 1
[all …]
Dhlsl.automap.frag.out3 t1: offset -1, type 8b5d, size 1, index -1, binding 11, stages 16
4 t2: offset -1, type 8b5e, size 1, index -1, binding 12, stages 16
5 t3: offset -1, type 8b5f, size 1, index -1, binding 13, stages 16
6 t4.@data: offset 0, type 8b52, size 1, index 0, binding -1, stages 16
7 t5.@data: offset 0, type 1405, size 0, index 1, binding -1, stages 16
8 t6: offset -1, type 8dc2, size 1, index -1, binding 16, stages 16
9 s1: offset -1, type 0, size 1, index -1, binding 31, stages 16
10 s2: offset -1, type 0, size 1, index -1, binding 32, stages 16
11 u1: offset -1, type 904c, size 1, index -1, binding 41, stages 16
12 u2: offset -1, type 904d, size 1, index -1, binding 42, stages 16
[all …]
Dhlsl.reflection.binding.frag.out3 t1: offset -1, type 8b5d, size 1, index -1, binding 15, stages 16
4 s1: offset -1, type 0, size 1, index -1, binding 5, stages 16
5 t1a: offset -1, type 8b5d, size 1, index -1, binding 16, stages 16
6 s1a: offset -1, type 0, size 1, index -1, binding 6, stages 16
7 c1_a: offset 0, type 8b52, size 1, index 0, binding -1, stages 16
8 c1_b: offset 16, type 1404, size 1, index 0, binding -1, stages 16
9 c1_c: offset 20, type 1406, size 1, index 0, binding -1, stages 16
10 c2_a: offset 0, type 8b52, size 1, index 1, binding -1, stages 16
11 c2_b: offset 16, type 1404, size 1, index 1, binding -1, stages 16
12 c2_c: offset 20, type 1406, size 1, index 1, binding -1, stages 16
[all …]
Dhlsl.shift.per-set.frag.out203 t1: offset -1, type 8b5d, size 1, index -1, binding 21, stages 16
204 t2: offset -1, type 8b5e, size 1, index -1, binding 22, stages 16
205 t3: offset -1, type 8b5f, size 1, index -1, binding 26, stages 16
206 t4.@data: offset 0, type 8b52, size 1, index 0, binding -1, stages 16
207 t5.@data: offset 0, type 1405, size 0, index 1, binding -1, stages 16
208 t6: offset -1, type 8dc2, size 1, index -1, binding 23, stages 16
209 s1: offset -1, type 0, size 1, index -1, binding 11, stages 16
210 s2: offset -1, type 0, size 1, index -1, binding 17, stages 16
211 u1: offset -1, type 904c, size 1, index -1, binding 31, stages 16
212 u2: offset -1, type 904d, size 1, index -1, binding 42, stages 16
[all …]
/external/adhd/scripts/audio_tuning/
Dconf2ini2.py94 stages = []
96 stages.append(print_drc)
98 stages.append(print_eq)
100 if is_true(d, 'global.enable_swap') and len(stages) >= 2:
101 stages[0], stages[1] = stages[1], stages[0]
103 for i in range(len(stages)):
106 dst = 'dst' if i == len(stages) - 1 else intermediate_name(i + 1)
107 stages[i](d, src, dst)
/external/webrtc/webrtc/common_audio/signal_processing/
Dcomplex_bit_reverse.c49 void WebRtcSpl_ComplexBitReverse(int16_t* __restrict complex_data, int stages) { in WebRtcSpl_ComplexBitReverse() argument
55 if (stages == 7 || stages == 8) { in WebRtcSpl_ComplexBitReverse()
60 if (stages == 8) { in WebRtcSpl_ComplexBitReverse()
81 int n = 1 << stages; in WebRtcSpl_ComplexBitReverse()
Dcomplex_fft_mips.c22 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexFFT() argument
40 n = 1 << stages; in WebRtcSpl_ComplexFFT()
151 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexIFFT() argument
161 n = 1 << stages; in WebRtcSpl_ComplexIFFT()
/external/skqp/src/core/
DSkRasterPipeline.cpp44 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local
49 stages[n] = *st; in extend()
50 stages[n].prev = &stages[n-1]; in extend()
53 stages[0] = *st; in extend()
54 stages[0].prev = fStages; in extend()
56 fStages = &stages[src.fNumStages - 1]; in extend()
63 std::vector<const char*> stages; in dump() local
71 stages.push_back(name); in dump()
73 std::reverse(stages.begin(), stages.end()); in dump()
74 for (const char* name : stages) { in dump()
/external/skia/src/core/
DSkRasterPipeline.cpp44 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local
49 stages[n] = *st; in extend()
50 stages[n].prev = &stages[n-1]; in extend()
53 stages[0] = *st; in extend()
54 stages[0].prev = fStages; in extend()
56 fStages = &stages[src.fNumStages - 1]; in extend()
63 std::vector<const char*> stages; in dump() local
71 stages.push_back(name); in dump()
73 std::reverse(stages.begin(), stages.end()); in dump()
74 for (const char* name : stages) { in dump()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotTests.cpp960 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
962 …if ( VK_SHADER_STAGE_FRAGMENT_BIT != stages && !subgroups::isVertexSSBOSupportedForDevice(context)) in test()
964 if ( (stages & VK_SHADER_STAGE_FRAGMENT_BIT) == 0) in test()
967 stages = VK_SHADER_STAGE_FRAGMENT_BIT; in test()
970 if ((VkShaderStageFlagBits)0u == stages) in test()
979 inputData.stages = stages; in test()
981 …ubgroups::allStages(context, VK_FORMAT_R32_UINT, &inputData, 1, checkVertexPipelineStages, stages); in test()
999 const VkShaderStageFlags stages[] = in createSubgroupsBallotTests() local
1017 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotTests()
1019 const CaseDefinition caseDef = {stages[stageIndex]}; in createSubgroupsBallotTests()
DvktSubgroupsShuffleTests.cpp558 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
560 if (VK_SHADER_STAGE_FRAGMENT_BIT != stages && !subgroups::isVertexSSBOSupportedForDevice(context)) in test()
562 if ( (stages & VK_SHADER_STAGE_FRAGMENT_BIT) == 0) in test()
565 stages = VK_SHADER_STAGE_FRAGMENT_BIT; in test()
568 if ((VkShaderStageFlagBits)0u == stages) in test()
577 inputData[0].stages = stages; in test()
584 inputData[1].stages = stages; in test()
586 …subgroups::allStages(context, VK_FORMAT_R32_UINT, inputData, 2, checkVertexPipelineStages, stages); in test()
618 const VkShaderStageFlags stages[] = in createSubgroupsShuffleTests() local
652 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShuffleTests()
[all …]
DvktSubgroupsBasicTests.cpp2021 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
2023 …if ( VK_SHADER_STAGE_FRAGMENT_BIT != stages && !subgroups::isVertexSSBOSupportedForDevice(context)) in test()
2025 if ( (stages & VK_SHADER_STAGE_FRAGMENT_BIT) == 0) in test()
2028 stages = VK_SHADER_STAGE_FRAGMENT_BIT; in test()
2031 if ((VkShaderStageFlagBits)0u == stages) in test()
2044 inputData[0].stages = VK_SHADER_STAGE_VERTEX_BIT; in test()
2051 inputData[1].stages = VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT; in test()
2058 inputData[2].stages = VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT; in test()
2065 inputData[3].stages = VK_SHADER_STAGE_GEOMETRY_BIT; in test()
2072 inputData[4].stages = VK_SHADER_STAGE_FRAGMENT_BIT; in test()
[all …]
DvktSubgroupsBuiltinMaskVarTests.cpp1403 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
1405 …if ( VK_SHADER_STAGE_FRAGMENT_BIT != stages && !subgroups::isVertexSSBOSupportedForDevice(context)) in test()
1407 if ( (stages & VK_SHADER_STAGE_FRAGMENT_BIT) == 0) in test()
1410 stages = VK_SHADER_STAGE_FRAGMENT_BIT; in test()
1413 if ((VkShaderStageFlagBits)0u == stages) in test()
1416 …n subgroups::allStages(context, VK_FORMAT_R32_UINT, DE_NULL, 0, checkVertexPipelineStages, stages); in test()
1438 const VkShaderStageFlags stages[] = in createSubgroupsBuiltinMaskVarTests() local
1466 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBuiltinMaskVarTests()
1468 const CaseDefinition caseDef = {"gl_" + var, stages[stageIndex]}; in createSubgroupsBuiltinMaskVarTests()
DvktSubgroupsBallotOtherTests.cpp533 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
535 …if ( VK_SHADER_STAGE_FRAGMENT_BIT != stages && !subgroups::isVertexSSBOSupportedForDevice(context)) in test()
537 if ( (stages & VK_SHADER_STAGE_FRAGMENT_BIT) == 0) in test()
540 stages = VK_SHADER_STAGE_FRAGMENT_BIT; in test()
543 if ((VkShaderStageFlagBits)0u == stages) in test()
546 …n subgroups::allStages(context, VK_FORMAT_R32_UINT, DE_NULL, 0, checkVertexPipelineStages, stages); in test()
565 const VkShaderStageFlags stages[] = in createSubgroupsBallotOtherTests() local
586 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotOtherTests()
588 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsBallotOtherTests()
DvktSubgroupsBallotBroadcastTests.cpp504 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
506 …if ( VK_SHADER_STAGE_FRAGMENT_BIT != stages && !subgroups::isVertexSSBOSupportedForDevice(context)) in test()
508 if ( (stages & VK_SHADER_STAGE_FRAGMENT_BIT) == 0) in test()
511 stages = VK_SHADER_STAGE_FRAGMENT_BIT; in test()
514 if ((VkShaderStageFlagBits)0u == stages) in test()
523 inputData.stages = stages; in test()
525 …ubgroups::allStages(context, VK_FORMAT_R32_UINT, &inputData, 1, checkVertexPipelineStages, stages); in test()
543 const VkShaderStageFlags stages[] = in createSubgroupsBallotBroadcastTests() local
583 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsBallotBroadcastTests()
585 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format}; in createSubgroupsBallotBroadcastTests()
DvktSubgroupsShapeTests.cpp528 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
530 if (VK_SHADER_STAGE_FRAGMENT_BIT != stages && !subgroups::isVertexSSBOSupportedForDevice(context)) in test()
532 if ( (stages & VK_SHADER_STAGE_FRAGMENT_BIT) == 0) in test()
535 stages = VK_SHADER_STAGE_FRAGMENT_BIT; in test()
538 if ((VkShaderStageFlagBits)0u == stages) in test()
541 …n subgroups::allStages(context, VK_FORMAT_R32_UINT, DE_NULL, 0, checkVertexPipelineStages, stages); in test()
559 const VkShaderStageFlags stages[] = in createSubgroupsShapeTests() local
588 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsShapeTests()
590 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex]}; in createSubgroupsShapeTests()
DvktSubgroupsQuadTests.cpp642 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
644 if (VK_SHADER_STAGE_FRAGMENT_BIT != stages && !subgroups::isVertexSSBOSupportedForDevice(context)) in test()
646 if ( (stages & VK_SHADER_STAGE_FRAGMENT_BIT) == 0) in test()
649 stages = VK_SHADER_STAGE_FRAGMENT_BIT; in test()
652 if ((VkShaderStageFlagBits)0u == stages) in test()
661 inputData.stages = stages; in test()
663 …ubgroups::allStages(context, VK_FORMAT_R32_UINT, &inputData, 1, checkVertexPipelineStages, stages); in test()
694 const VkShaderStageFlags stages[] = in createSubgroupsQuadTests() local
744 for (int stageIndex = 0; stageIndex < DE_LENGTH_OF_ARRAY(stages); ++stageIndex) in createSubgroupsQuadTests()
746 const CaseDefinition caseDef = {opTypeIndex, stages[stageIndex], format, direction}; in createSubgroupsQuadTests()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java106 final int stages = c.length + 1; in integrate() local
110 final double[][] yDotK = new double[stages][]; in integrate()
111 for (int i = 0; i < stages; ++i) { in integrate()
124 interpolator = new DummyStepInterpolator(yTmp, yDotK[stages - 1], forward); in integrate()
146 for (int k = 1; k < stages; ++k) { in integrate()
163 for (int l = 1; l < stages; ++l) { in integrate()
172 System.arraycopy(yDotK[stages - 1], 0, yDotTmp, 0, y0.length); in integrate()
/external/harfbuzz_ng/src/
Dhb-ot-map.hh94 stages[table_index].init (); in init()
103 stages[table_index].fini (); in fini()
148 assert (stage <= stages[table_index].len); in get_stage_lookups()
149 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0; in get_stage_lookups()
150 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
172 hb_vector_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */ member
279 hb_vector_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */ member
/external/mesa3d/src/mesa/tnl/
Dt_pipeline.c39 const struct tnl_pipeline_stage **stages ) in _tnl_install_pipeline() argument
48 for (i = 0 ; i < MAX_PIPELINE_STAGES && stages[i] ; i++) { in _tnl_install_pipeline()
49 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_install_pipeline()
50 memcpy(s, stages[i], sizeof(*s)); in _tnl_install_pipeline()
64 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_destroy_pipeline()
211 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_run_pipeline()
240 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_run_pipeline()
/external/mesa3d/src/mesa/main/
Dpipelineobj.c221 GLbitfield stages, struct gl_pipeline_object *pipe) { in use_program_stages() argument
236 if ((stages & GL_VERTEX_SHADER_BIT) != 0) in use_program_stages()
239 if ((stages & GL_FRAGMENT_SHADER_BIT) != 0) in use_program_stages()
242 if ((stages & GL_GEOMETRY_SHADER_BIT) != 0) in use_program_stages()
245 if ((stages & GL_TESS_CONTROL_SHADER_BIT) != 0) in use_program_stages()
248 if ((stages & GL_TESS_EVALUATION_SHADER_BIT) != 0) in use_program_stages()
251 if ((stages & GL_COMPUTE_SHADER_BIT) != 0) in use_program_stages()
258 _mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages, in _mesa_UseProgramStages_no_error() argument
275 use_program_stages(ctx, shProg, stages, pipe); in _mesa_UseProgramStages_no_error()
282 _mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in _mesa_UseProgramStages() argument
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeSchedule3.td18 // The instruction takes one cycle to execute in each of the stages. The
32 // pipeline stages except the execute stage, which takes three cycles. The
45 // stages except the execute stage, which takes 34 cycles. The two
58 // The instruction takes one cycle to execute in each of the pipeline stages
71 // one cycle to execute in each of the pipeline stages. The source operand is
80 // instruction takes one cycle to execute in each of the pipeline stages. The
91 // the pipeline stages. The source operand is read during the decode stage
101 // instruction takes one cycle to execute in each of the pipeline stages
113 // the pipeline stages except the execute stage, which takes six cycles. The
126 // each of the pipeline stages except the execute stage, which takes 30
[all …]
DMBlazeSchedule5.td18 // The instruction takes one cycle to execute in each of the stages. The
34 // pipeline stages. The two source operands are read during the decode stage
48 // stages except the memory access stage, which takes 31 cycles. The two
63 // The instruction takes one cycle to execute in each of the pipeline stages.
77 // one cycle to execute in each of the pipeline stages. The source operand is
88 // instruction takes one cycle to execute in each of the pipeline stages. The
101 // the pipeline stages. The source operand is read during the decode stage
113 // instruction takes one cycle to execute in each of the pipeline stages
127 // the pipeline stages except the memory access stage, which takes two
142 // each of the pipeline stages except the memory access stage, which takes 26
[all …]
/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_allreduce_test.py58 stages = 13
69 for i in range(stages):
78 for i in range(stages):
88 for i in range(stages):
117 for i in range(stages):

12345678910>>...13