Home
last modified time | relevance | path

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

1234567

/external/mesa3d/src/amd/compiler/
DREADME.md123 #### Glossary of software stages
132 #### Glossary of hardware stages
143 ##### Notes about HW VS and the "GS copy" shader
155 ##### Notes about merged shaders
165 ### Which software stage runs on which hardware stage?
/external/markdown/docs/extensions/
Dapi.md23 ## Phases of processing {: #stages } hashtag in Writing Extensions for Python-Markdown
25 ### Preprocessors {: #preprocessors }
72 ### Block Processors {: #blockprocessors }
221 ### Tree processors {: #treeprocessors }
270 ### Inline Processors {: #inlineprocessors }
399 ### Patterns
468 ### Postprocessors {: #postprocessors }
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dreflection.cpp160 EShLanguageMask& stages = ioItems.back().stages; in addPipeIOVariable() local
163 EShLanguageMask& stages = ioItems[it->second].stages; in addPipeIOVariable() local
467 EShLanguageMask& stages = variables.back().stages; in blowUpActiveAggregate() local
477 EShLanguageMask& stages = variables[it->second].stages; in blowUpActiveAggregate() local
536 EShLanguageMask& stages = ioItems.back().stages; in blowUpIOAggregate() local
539 EShLanguageMask& stages = ioItems[it->second].stages; in blowUpIOAggregate() local
662 EShLanguageMask& stages = blocks.back().stages; in addBlockName() local
669 EShLanguageMask& stages = blocks[blockIndex].stages; in addBlockName() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp160 EShLanguageMask& stages = ioItems.back().stages; in addPipeIOVariable() local
163 EShLanguageMask& stages = ioItems[it->second].stages; in addPipeIOVariable() local
467 EShLanguageMask& stages = variables.back().stages; in blowUpActiveAggregate() local
477 EShLanguageMask& stages = variables[it->second].stages; in blowUpActiveAggregate() local
536 EShLanguageMask& stages = ioItems.back().stages; in blowUpIOAggregate() local
539 EShLanguageMask& stages = ioItems[it->second].stages; in blowUpIOAggregate() local
662 EShLanguageMask& stages = blocks.back().stages; in addBlockName() local
669 EShLanguageMask& stages = blocks[blockIndex].stages; in addBlockName() local
/external/webrtc/common_audio/signal_processing/
Dcomplex_fft.c30 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexFFT()
159 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/skia/src/core/
DSkRasterPipeline.cpp65 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local
93 std::vector<const char*> stages; in dump() local
451 int stages = fNumStages + 1; in stages_needed() local
/external/mesa3d/src/gallium/drivers/iris/
Diris_pipe.h32 static const gl_shader_stage stages[PIPE_SHADER_TYPES] = { in stage_from_pipe() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXMLUploader.java30 String stages[] = { "upload", "Upload XML file", in writeBulkInfoHtml() local
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsBallotTests.cpp431 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
466 const ShaderStageFlags stages[] = in createSubgroupsBallotTests() local
DglcSubgroupsBuiltinMaskVarTests.cpp428 …subgroups::ShaderStageFlags stages = (subgroups::ShaderStageFlags)(caseDef.shaderStage & supported… in test() local
463 const subgroups::ShaderStageFlags stages[] = in createSubgroupsBuiltinMaskVarTests() local
DglcSubgroupsShapeTests.cpp511 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
538 const ShaderStageFlags stages[] = in createSubgroupsShapeTests() local
DglcSubgroupsBallotOtherTests.cpp516 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
544 const ShaderStageFlags stages[] = in createSubgroupsBallotOtherTests() local
DglcSubgroupsBallotBroadcastTests.cpp489 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
524 const ShaderStageFlags stages[] = in createSubgroupsBallotBroadcastTests() local
DglcSubgroupsQuadTests.cpp627 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
675 const ShaderStageFlags stages[] = in createSubgroupsQuadTests() local
DglcSubgroupsShuffleTests.cpp549 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
605 const ShaderStageFlags stages[] = in createSubgroupsShuffleTests() local
DglcSubgroupsVoteTests.cpp685 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
724 const ShaderStageFlags stages[] = in createSubgroupsVoteTests() local
DglcSubgroupsClusteredTests.cpp725 ShaderStageFlags stages = (ShaderStageFlags)(caseDef.shaderStage & supportedStages); in test() local
760 const ShaderStageFlags stages[] = in createSubgroupsClusteredTests() local
/external/ComputeLibrary/src/core/utils/helpers/
Dfft.cpp36 std::vector<unsigned int> stages; in decompose_stages() local
/external/mesa3d/src/mesa/main/
Dpipelineobj.c222 GLbitfield stages, struct gl_pipeline_object *pipe) { in use_program_stages()
259 _mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages, in _mesa_UseProgramStages_no_error()
283 _mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in _mesa_UseProgramStages()
/external/rust/crates/vulkano/src/sync/
Dpipeline.rs266 pub stages: PipelineStages, field
/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/rust/crates/vulkano/src/pipeline/layout/
Dsys.rs110 let mut stages = ash::vk::ShaderStageFlags::empty(); in new() localVariable
400 pub stages: ShaderStages, field

1234567