Home
last modified time | relevance | path

Searched refs:resize (Results 1751 - 1775 of 1801) sorted by relevance

1...<<717273

/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc389 bitmap.resize((num + 31) / 32, 0); in FinalizeJumpOptimizationInfo()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc427 bitmap.resize((num + 31) / 32, 0); in FinalizeJumpOptimizationInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp2526 m_physicalDevices.resize(m_numPhysDevices);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp5228 varVec.resize(vectorEnd);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp825 m_testColors.resize(m_params.numCalls); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1642 m_data.resize(sizeof(value1) + sizeof(value2) + 5u); // Some extra padding at the end too. in SpecConstantsHelper()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp1841 extensionsProperties.resize(propertyCount);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp560 m_userAttribTransforms.resize(m_spec.numInputs); in ShaderOperatorCaseInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp2381 m_physicalDevices.resize(m_numPhysDevices);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp5217 varVec.resize(vectorEnd);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp3967 Weights->resize(0); in eraseFromParent()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp5389 sparseImageMemoryRequirements.resize(sparseMemoryReqCount);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp96 sorted.resize(variables.size()); in materializeAll()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp1997 UChar *newBuf = buffer.resize(length+1); // Leave space for terminating Nul. in utext_extract_replace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1962 CandidateTys.resize(1);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp756 Labels.resize(Number + 1);
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc3047 clause_heads.resize(w + 1); in EmitSwitchStart()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp812 m_testColors.resize(m_params.numCalls); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp560 m_userAttribTransforms.resize(m_spec.numInputs); in ShaderOperatorCaseInstance()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp1302 flattenData.offsets.resize(int(pos + members.size()), -1); in flattenStruct()
1341 flattenData.offsets.resize(int(pos + size), -1); in flattenArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4321 Bytes.resize(NumElements * BytesPerElement, -1); in getVPermMask()
4333 Bytes.resize(NumElements * BytesPerElement, -1); in getVPermMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6179 EltBits.resize(NumElts, APInt(EltSizeInBits, 0));
10612 Mask.resize(Size, SM_SentinelUndef);
13690 DWordPairs.resize(2, std::make_pair(-1, -1));
14877 LaneInputs[0].resize(LaneCount, false);
14878 LaneInputs[1].resize(LaneCount, false);
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp93 m_vec.resize(1); in clear()
296 result.resize(result.size() + 3, 0); in base64decode()
326 data.resize(oSize); in parse_void_data()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp4532 memberRemapper[glslangTypeToIdMap[glslangMembers]].resize(glslangMembers->size()); in convertGlslangToSpvType()
5476 paramDecorations.resize(parameters.size()); in makeFunctions()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp8815 expr.resize(column_index);
12828 exp_str.resize(column_index);

Completed in 199 milliseconds

1...<<717273