Home
last modified time | relevance | path

Searched defs:stages (Results 1 – 25 of 66) sorted by relevance

123

/external/toolchain-utils/
DCOMMIT-QUEUE.ini14 ignored-stages: HWTest VMTest key
/external/webrtc/webrtc/common_audio/signal_processing/
Dcomplex_fft.c29 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexFFT()
158 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexIFFT()
Dcomplex_fft_mips.c22 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexFFT()
151 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexIFFT()
Dcomplex_bit_reverse_mips.c64 void WebRtcSpl_ComplexBitReverse(int16_t frfi[], int stages) { in WebRtcSpl_ComplexBitReverse()
Dcomplex_bit_reverse.c49 void WebRtcSpl_ComplexBitReverse(int16_t* __restrict complex_data, int stages) { in WebRtcSpl_ComplexBitReverse()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotTests.cpp960 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
999 const VkShaderStageFlags stages[] = in createSubgroupsBallotTests() local
DvktSubgroupsBuiltinMaskVarTests.cpp1403 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
1438 const VkShaderStageFlags stages[] = in createSubgroupsBuiltinMaskVarTests() local
DvktSubgroupsShapeTests.cpp528 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
559 const VkShaderStageFlags stages[] = in createSubgroupsShapeTests() local
DvktSubgroupsBallotOtherTests.cpp533 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
565 const VkShaderStageFlags stages[] = in createSubgroupsBallotOtherTests() local
DvktSubgroupsBallotBroadcastTests.cpp504 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
543 const VkShaderStageFlags stages[] = in createSubgroupsBallotBroadcastTests() local
DvktSubgroupsQuadTests.cpp642 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
694 const VkShaderStageFlags stages[] = in createSubgroupsQuadTests() local
DvktSubgroupsTestsUtils.hpp87 vk::VkShaderStageFlagBits stages; member
DvktSubgroupsShuffleTests.cpp558 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
618 const VkShaderStageFlags stages[] = in createSubgroupsShuffleTests() local
DvktSubgroupsVoteTests.cpp682 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
724 const VkShaderStageFlags stages[] = in createSubgroupsVoteTests() local
DvktSubgroupsClusteredTests.cpp739 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
778 const VkShaderStageFlags stages[] = in createSubgroupsClusteredTests() local
DvktSubgroupsArithmeticTests.cpp908 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
948 const VkShaderStageFlags stages[] = in createSubgroupsArithmeticTests() local
/external/skqp/src/core/
DSkRasterPipeline.cpp44 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local
63 std::vector<const char*> stages; in dump() local
/external/skia/src/core/
DSkRasterPipeline.cpp44 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local
63 std::vector<const char*> stages; in dump() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java106 final int stages = c.length + 1; in integrate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp97 const VkPipelineShaderStageCreateInfo stages[] = in testEarlyDestroy() local
DvktPipelineTimestampTests.cpp184 TimestampTestParam::TimestampTestParam(const VkPipelineStageFlagBits* stages, in TimestampTestParam()
252 TransferTimestampTestParam::TransferTimestampTestParam(const VkPipelineStageFlagBits* stages, in TransferTimestampTestParam()
310 TwoCmdBuffersTestParam::TwoCmdBuffersTestParam (const VkPipelineStageFlagBits* stages, in TwoCmdBuffersTestParam()
594 const StageFlagVector& stages, in TimestampTestInstance()
1036 const StageFlagVector stages, in BasicGraphicsTestInstance()
1235 const StageFlagVector stages, in AdvGraphicsTestInstance()
1412 const StageFlagVector stages, in BasicComputeTestInstance()
1620 const StageFlagVector stages, in TransferTestInstance()
1921 const StageFlagVector stages, in TwoCmdBuffersTestInstance()
DvktPipelineMatchedAttachmentsTests.cpp188 const VkPipelineShaderStageCreateInfo stages[] = in testMatchedAttachments() local
/external/mesa3d/src/mesa/main/
Dpipelineobj.c221 GLbitfield stages, struct gl_pipeline_object *pipe) { in use_program_stages()
258 _mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages, in _mesa_UseProgramStages_no_error()
282 _mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in _mesa_UseProgramStages()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_urb.c77 int stages = 2 + gs_present + 2 * tess_present; in gen7_allocate_push_constants() local
/external/mesa3d/src/mesa/tnl/
Dt_pipeline.c39 const struct tnl_pipeline_stage **stages ) in _tnl_install_pipeline()

123