Home
last modified time | relevance | path

Searched refs:end (Results 11976 - 12000 of 12120) sorted by relevance

1...<<471472473474475476477478479480>>...485

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1833 for (vector<string>::const_iterator copyIter = passVars.begin(); copyIter != passVars.end(); copyIter++) in setupShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp1070 const VkDeviceSize imageTotalSize = std::accumulate(mipLevelSizes.begin(), mipLevelSizes.end(), 0u); in readImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp175 // Select a mask such that no integer-based color values end up in getClearValueInt()
1768 requiredExtName != requiredExtensions.end(); in checkAllSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantFold.cpp92 // for the middle type. Otherwise we could end up folding away illegal in foldConstantCastPair()
640 // pointers yet. We end up in asserts in CastInst::getCastOpcode (see in ConstantFoldCastInstruction()
1531 // A global with opaque type might end up being zero sized. in areGlobalsPotentiallyEqual()
2155 // by the one-past-the-end rule. in isInBoundsIndices()
2179 // A negative index or an index past the end of our sequential type is in isIndexInRangeOfArrayType()
2310 NewIndices.append(Idxs.begin() + 1, Idxs.end()); in ConstantFoldGetElementPtr()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGlSpirvTests.cpp1907 for (it = m_mappings.begin(); it != m_mappings.end(); ++it) in initMappings()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp477 // The front-end should ensure we don't attempt to clear color if all channels are masked. in clearImpl()
479 // The front-end should ensure we don't attempt to clear depth if depth write is disabled. in clearImpl()
481 // The front-end should ensure we don't attempt to clear stencil if all bits are masked. in clearImpl()
909 // We can sometimes end up in a blit with some clear commands saved. Ensure all clear commands in blit()
1005 // precision near the end of int range. in blit()
1611 // Only end the render pass if invalidating at least one color buffer. Do not end the in invalidateImpl()
1938 // Don't end the render pass when handling a blit to resolve, since we may be able to in syncState()
2546 // If depth/stencil image is transient, no need to store its data at the end of the render in startNewRenderPass()
2842 // ContextVk::updateRenderPassDepthStencilAccess() should ensure we end th in updateRenderPassReadOnlyDepthMode()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DConstantFolding.cpp286 } // end anonymous namespace
621 } // end anonymous namespace
675 // Append NULL at the end. in ConstantFoldLoadFromConstPtr()
961 // If we end up with an offset that isn't valid for this struct type, we in SymbolicallyEvaluateGEP()
1069 } // end anonymous namespace
1091 if (It == FoldedOps.end()) { in ConstantFoldConstantImpl()
1118 } // end anonymous namespace
2468 } // end anonymous namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1851 /// endianness will impact which end of the vector that is extended or
1857 /// impacts the big end of the integer. Thus, we need to add/remove elements at
1900 std::iota(ShuffleMaskStorage.begin(), ShuffleMaskStorage.end(), 0); in optimizeVectorResizeWithIntegerBitCasts()
H A DInstCombineVectorOps.cpp240 // Bail out if we could end with more instructions than we started with. in foldBitcastExtElt()
637 // otherwise we'd end up with a shuffle of three inputs. in collectShuffleElements()
1063 // the end of a chain of extract-insert pairs. This is complicated because in visitInsertElementInst()
1628 // (select) first, so check uses to ensure that we don't end up with more in foldSelectShuffle()
2042 bool BCAlreadyExists = NewBCs.find(CastSrcTy) != NewBCs.end();
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc567 if (it != structure_builders_.end()) { in EmitTypeConstructor()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp1097 // so the profiles end up in a more consistent order no matter what profiles
1202 for (; iter != fCameraProfile.end (); iter = next) in ClearProfiles()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1571 for (vector<string>::const_iterator copyIter = passVars.begin(); copyIter != passVars.end(); copyIter++) in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp796 // end result
1627 // end result
1964 for (std::set<deUint32>::iterator it = masks.begin(); it != masks.end(); ++it)
H A Des31fShaderCommonFunctionTests.cpp295 for (vector<Symbol>::const_iterator sym = symbols.begin(); sym != symbols.end(); ++sym) in computeTotalScalarSize()
555 Vec2(-1e4f, 1e4f), // mediump - note: may end up as inf in getInputValues()
556 Vec2(-1e8f, 1e8f) // highp - note: may end up as inf in getInputValues()
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp667 for (std::vector<ContextArray*>::iterator itr = m_arrays.begin(); itr != m_arrays.end(); itr++) in ~ContextArrayPack()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp1931 std::transform(begin(quadTexture), end(quadTexture), std::back_inserter(vertices), in iterate()
H A DvktPipelineMultisampleImageTests.cpp314 for (std::vector<VkPipeline>::const_iterator it = rawPipelines.begin(); it != rawPipelines.end(); ++it) in makeGraphicsPipelines()
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1104 DE_ASSERT(kValidSquareSampleCounts.find(sampleCount) != kValidSquareSampleCounts.end()); in assertSquareSampleCount()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp318 DE_ASSERT(found != end(map)); in getGLSLInputValDecl()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1836 for (vector<string>::const_iterator copyIter = passVars.begin(); copyIter != passVars.end(); copyIter++) in setupShader()
/third_party/vk-gl-cts/framework/common/
H A DtcuTextureUtil.cpp1122 for (std::vector<Vec2>::const_iterator i = points.begin(); i != points.end(); i++)
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1201 ctx->shader->atomics[i].end = d->Range.Last; in tgsi_declaration()
2489 output.elem_size = 3; // 3 not supported, write 4 with junk at end in emit_streamout()
4342 /* add program end */ in r600_shader_from_tgsi()
5906 * and fixing the sign of the result in the end. in tgsi_divmod()
8009 int end = inst->Texture.Texture == TGSI_TEXTURE_SHADOW2D_ARRAY ? 3 : 2; in tgsi_tex() local
8010 for (i = 2; i <= end; i++) { in tgsi_tex()
8016 alu.last = (i == end); in tgsi_tex()
8663 if (index > ctx->shader->atomics[i].end) in find_hw_atomic_counter()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp4150 // a format that accepts large values we can end up with large diferences
4231 for (std::vector<CopyRegion>::const_iterator regionIter = regions.begin(); regionIter != regions.end(); ++regionIter)
6846 std::transform(begin(imageViews), end(imageViews), std::back_inserter(imageViewsRaw), [](const Move<VkImageView>& ptr) { return ptr.get(); });
7756 m_regions.insert(m_regions.end(), depthRegions.begin(), depthRegions.end());
7761 m_regions.insert(m_regions.end(), stencilRegions.begin(), stencilRegions.end());
8362 std::transform(begin(imageViews), end(imageViews), std::back_inserter(imageViewsRaw), [](const Move<VkImageView>& ptr) { return ptr.get(); });
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp268 if (It == WorklistMap.end()) in removeFromWorklist()
748 } // end anonymous namespace
2729 * The end result is usually an increase in operation required, but because the
6426 } // end anonymous namespace
6701 // converted to an explicit bswap sequence. This way we end up with a single in MatchStoreCombine()
6887 // converted to an explicit bswap sequence. This way we end up with a single in MatchLoadCombine()
11501 std::reverse(Ops.end()-NumOutputsPerInput, Ops.end()); in ConstantFoldBITCASTofBUILD_VECTOR()
13573 // SRL constant is equal to the log2 of the AND constant. The back-end is in rebuildSetCC()
14720 } // end anonymou
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c289 * d2h debug ring is located at the end, i.e. after all the tx flow rings and h2d debug ring
304 * Pad a DMA-able buffer by an additional cachline. If the end of the DMA-able
394 * Ring parameters are conveyed to the dongle, which maintains its own peer end
1097 * header values at both the beginning and end of the payload.
1098 * The cmn_msg_hdr_t is placed at the start and end of the payload
1371 uint32 pa_lowaddr, end; /* dongle uses 32bit ptr arithmetic */ in dhd_dma_buf_audit() local
1379 end = (pa_lowaddr + dma_buf->len); /* end address */ in dhd_dma_buf_audit()
1381 if ((end & 0xFFFFFFFF) < (pa_lowaddr & 0xFFFFFFFF)) { /* exclude carryover */ in dhd_dma_buf_audit()
3796 * ringid at end o in dhd_check_create_info_rings()
[all...]

Completed in 133 milliseconds

1...<<471472473474475476477478479480>>...485