Home
last modified time | relevance | path

Searched refs:gather (Results 126 - 135 of 135) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp467 gather(Cond); in ConstantComparesGatherer()
635 void gather(Value *V) { in gather() function
3761 // Try to gather values from a chain of and/or to be turned into a switch in SimplifyBranchOnICmpChain()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp541 return texture.gather(sampler, coord.x(), coord.y(), coord.z(), componentNdx).cast<ColorScalarType>(); in gatherOffsets()
971 // \note Filter modes have no effect on gather (except when it comes to
1340 "(note that they should have no effect on gather result)") in init()
1375 m_testCtx.getLog() << TestLog::Message << "Using a program similar to the previous one, except with a gather function call as follows:\n" in iterate()
2047 : TestCaseGroup(context, "gather", "textureGather* tests")
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp6613 bool gather = false;
6651 gather = true;
6663 gather = true;
6772 base_args.is_gather = gather != 0;
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c1435 * free_netsgbuf - Unmap and free gather buffer
1475 * free_netsgbuf_with_resp - Unmap and free gather buffer with response
2429 "Transmit scatter gather: glist null!\n"); in liquidio_xmit()
2433 cmdsetup.s.gather = 1; in liquidio_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c1427 * free_netsgbuf - Unmap and free gather buffer
1467 * free_netsgbuf_with_resp - Unmap and free gather buffer with response
2419 "Transmit scatter gather: glist null!\n"); in liquidio_xmit()
2423 cmdsetup.s.gather = 1; in liquidio_xmit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp572 return texture.gather(sampler, coord.x(), coord.y(), coord.z(), componentNdx).cast<ColorScalarType>(); in gatherOffsets()
1200 TCU_THROW(NotSupportedError, "Extended set of image gather instructions are not supported"); in init()
1264 TCU_THROW(NotSupportedError, "Format does not support texture gather LOD/Bias operations"); in init()
1320 << "(note that they should have no effect on gather result)" in init()
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp1322 // Evaluate all arguments, gather the results into a contiguous list of IDs
1369 // Evaluate all arguments, gather the results into a contiguous list of F32
2042 return gather(pixelFormat, children[i].addr, index);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp572 return texture.gather(sampler, coord.x(), coord.y(), coord.z(), componentNdx).cast<ColorScalarType>(); in gatherOffsets()
1212 TCU_THROW(NotSupportedError, "Extended set of image gather instructions are not supported"); in init()
1276 TCU_THROW(NotSupportedError, "Format does not support texture gather LOD/Bias operations"); in init()
1332 << "(note that they should have no effect on gather result)" in init()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp3911 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const
3951 const Vec4 gathered = gather(noCompareSampler, s, t, r, 0 /* component 0: depth */);
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c5700 struct iommu_iotlb_gather *gather) in intel_iommu_unmap()
5698 intel_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) intel_iommu_unmap() argument

Completed in 71 milliseconds

123456