Home
last modified time | relevance | path

Searched refs:gatherType (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp805 return gatherType == GATHERTYPE_OFFSET_DYNAMIC || gatherType == GATHERTYPE_OFFSETS in requireGpuShader5()
836 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET) in makePixelOffsetsFunctor()
937 switch (gatherType) in generateBasic2DCaseIterations()
1002 GatherType gatherType; member
1031 : gatherType (gatherType_) in GatherCaseBaseParams()
1048 : gatherType (GATHERTYPE_LAST) in GatherCaseBaseParams()
1633 switch (gatherType) in genGatherFuncCall()
1651 switch (gatherType) in genGatherFuncCall()
1672 switch (gatherType) in genGatherFuncCall()
1690 switch (gatherType) in genGatherFuncCall()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/
H A DGatherVcfsCloudIntegrationTest.java43 public void testGatherOverNIO(final GatherVcfsCloud.GatherType gatherType) throws IOException { in testGatherOverNIO() argument
44 assertGatherProducesCorrectVariants(gatherType, in testGatherOverNIO()
50 public void testLocalGathers(final GatherVcfsCloud.GatherType gatherType) throws IOException { in testLocalGathers() argument
51 assertGatherProducesCorrectVariants(gatherType, in testLocalGathers()
56 …private void assertGatherProducesCorrectVariants(GatherVcfsCloud.GatherType gatherType, File expec… in assertGatherProducesCorrectVariants() argument
57 … assertGatherProducesCorrectVariants(gatherType, expected, Collections.singletonList(inputs)); in assertGatherProducesCorrectVariants()
61 …private void assertGatherProducesCorrectVariants(GatherVcfsCloud.GatherType gatherType, File expec… in assertGatherProducesCorrectVariants() argument
66 .add(GatherVcfsCloud.GATHER_TYPE_LONG_NAME, gatherType.toString()); in assertGatherProducesCorrectVariants()
98 …cfsWithOnlyAHeader(List<File> inputs, final GatherVcfsCloud.GatherType gatherType, File expected) … in testVcfsWithOnlyAHeader() argument
99 assertGatherProducesCorrectVariants(gatherType, expected, inputs); in testVcfsWithOnlyAHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp802 return gatherType == GATHERTYPE_OFFSET_DYNAMIC || gatherType == GATHERTYPE_OFFSETS; in requireGpuShader5()
832 if (gatherType == GATHERTYPE_BASIC || gatherType == GATHERTYPE_OFFSET) in makePixelOffsetsFunctor()
1039 GatherType gatherType, in TextureGatherCase() argument
1051 , m_gatherType (gatherType) in TextureGatherCase()
1166 switch (gatherType) in genGatherFuncCall()
1190 if (gatherType == GATHERTYPE_OFFSET || in genGatherFuncCall()
1192 gatherType == GATHERTYPE_OFFSETS) in genGatherFuncCall()
1195 switch (gatherType) in genGatherFuncCall()
1573 switch (gatherType) in generateBasic2DCaseIterations()
1642 GatherType gatherType, in TextureGather2DCase() argument
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/
H A DGatherVcfsCloud.java130 public GatherType gatherType = GatherType.AUTOMATIC; field in GatherVcfsCloud
168 if(gatherType == GatherType.AUTOMATIC) { in doWork()
170 gatherType = GatherType.BLOCK; in doWork()
172 gatherType = GatherType.CONVENTIONAL; in doWork()
176 if (gatherType == GatherType.BLOCK && !canBlockCopy(inputPaths, output)) { in doWork()
181 switch (gatherType) { in doWork()
194 … GATKException.ShouldNeverReachHereException("Invalid gather type: " + gatherType + ". Please rep… in doWork()
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dgroup.c2904 typedef enum gatherType { enum