Home
last modified time | relevance | path

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

123456

/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/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp143 EShLanguageMask& stages = ioItems.back().stages; in addPipeIOVariable() local
146 EShLanguageMask& stages = ioItems[it->second].stages; in addPipeIOVariable() local
412 EShLanguageMask& stages = variables.back().stages; in blowUpActiveAggregate() local
422 EShLanguageMask& stages = variables[it->second].stages; in blowUpActiveAggregate() local
481 EShLanguageMask& stages = ioItems.back().stages; in blowUpIOAggregate() local
484 EShLanguageMask& stages = ioItems[it->second].stages; in blowUpIOAggregate() local
646 EShLanguageMask& stages = blocks.back().stages; in addBlockName() local
651 EShLanguageMask& stages = blocks[blockIndex].stages; in addBlockName() local
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dreflection.cpp143 EShLanguageMask& stages = ioItems.back().stages; in addPipeIOVariable() local
146 EShLanguageMask& stages = ioItems[it->second].stages; in addPipeIOVariable() local
412 EShLanguageMask& stages = variables.back().stages; in blowUpActiveAggregate() local
422 EShLanguageMask& stages = variables[it->second].stages; in blowUpActiveAggregate() local
481 EShLanguageMask& stages = ioItems.back().stages; in blowUpIOAggregate() local
484 EShLanguageMask& stages = ioItems[it->second].stages; in blowUpIOAggregate() local
646 EShLanguageMask& stages = blocks.back().stages; in addBlockName() local
651 EShLanguageMask& stages = blocks[blockIndex].stages; in addBlockName() 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/java/org/unicode/cldr/util/
DXMLUploader.java30 String stages[] = { "upload", "Upload XML file", in writeBulkInfoHtml() local
/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/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
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotTests.cpp989 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
1035 const VkShaderStageFlags stages[] = in createSubgroupsBallotTests() local
DvktSubgroupsBuiltinMaskVarTests.cpp1422 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
1457 const VkShaderStageFlags stages[] = in createSubgroupsBuiltinMaskVarTests() local
DvktSubgroupsShapeTests.cpp538 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
569 const VkShaderStageFlags stages[] = in createSubgroupsShapeTests() local
DvktSubgroupsBallotOtherTests.cpp546 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
578 const VkShaderStageFlags stages[] = in createSubgroupsBallotOtherTests() local
DvktSubgroupsBallotMasksTests.cpp462 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
494 const VkShaderStageFlags stages[] = in createSubgroupsBallotMasksTests() local
DvktSubgroupsQuadTests.cpp288 …VkShaderStageFlagBits stages = (VkShaderStageFlagBits)(caseDef.shaderStage & subgroupProperties.s… in test() local
327 const VkShaderStageFlags stages[] = in createSubgroupsQuadTests() local
DvktSubgroupsTestsUtils.hpp88 vk::VkShaderStageFlagBits stages; member
/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.cpp51 auto stages = fAlloc->makeArrayDefault<StageList>(src.fNumStages); in extend() local
70 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

123456