/external/deqp-deps/glslang/Test/baseResults/ |
D | reflection.vert.out | 3 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 …]
|
D | hlsl.reflection.vert.out | 3 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 …]
|
D | hlsl.automap.frag.out | 3 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 …]
|
D | hlsl.reflection.binding.frag.out | 3 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 …]
|
D | hlsl.shift.per-set.frag.out | 203 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/ |
D | conf2ini2.py | 94 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/ |
D | complex_bit_reverse.c | 49 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()
|
D | complex_fft_mips.c | 22 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/ |
D | SkRasterPipeline.cpp | 44 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/ |
D | SkRasterPipeline.cpp | 44 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/ |
D | vktSubgroupsBallotTests.cpp | 960 …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()
|
D | vktSubgroupsShuffleTests.cpp | 558 …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 …]
|
D | vktSubgroupsBasicTests.cpp | 2021 …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 …]
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1403 …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()
|
D | vktSubgroupsBallotOtherTests.cpp | 533 …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()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 504 …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()
|
D | vktSubgroupsShapeTests.cpp | 528 …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()
|
D | vktSubgroupsQuadTests.cpp | 642 …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/ |
D | RungeKuttaIntegrator.java | 106 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/ |
D | hb-ot-map.hh | 94 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/ |
D | t_pipeline.c | 39 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/ |
D | pipelineobj.c | 221 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/ |
D | MBlazeSchedule3.td | 18 // 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 …]
|
D | MBlazeSchedule5.td | 18 // 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/ |
D | mpi_allreduce_test.py | 58 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):
|