/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | TextureStorage9.cpp | 124 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D() 148 mRenderTargets.resize(levels, nullptr); in TextureStorage9_2D()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLContextCompatibilityTest.cpp | 98 configs.resize(nConfigs); in GetConfigs() 193 mConfigs.resize(nConfigs);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FramebufferMultiviewTest.cpp | 88 mColorTex.resize(numColorAttachments); in initializeFBOs() 114 mNonMultiviewFBO.resize(numLayers); in initializeFBOs()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 192 framebuffers.resize(swapchain->imageCount()); in createFramebuffers() 318 waitFences.resize(swapchain->imageCount()); in createSynchronizationPrimitives()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_opengl3.cpp | 557 buf.resize((int)(log_length + 1)); in CheckShader() 576 buf.resize((int)(log_length + 1)); in CheckProgram()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | font.cc | 203 default_table_ordering->resize(CFF_TABLE_ORDERING_SIZE); in DefaultTableOrdering() 208 default_table_ordering->resize(TRUE_TYPE_TABLE_ORDERING_SIZE); in DefaultTableOrdering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceOperand.cpp | 388 Metadata.resize(Func->getNumVariables(), VariableTracking::MBS_NoUses); in init() 404 Metadata.resize(Func->getNumVariables()); in addNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | JSON.cpp | 553 Codepoints.resize(Out32 - Codepoints.data()); in fixUTF8() 559 Res.resize(reinterpret_cast<char *>(Out8) - Res.data()); in fixUTF8()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.cpp | 533 LiveIns.resize(Regions.size()); in finalizeSchedule() 534 Pressure.resize(Regions.size()); in finalizeSchedule()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set_unittest.cc | 200 slow_buffer.resize(size); in TEST_F() 201 fast_buffer.resize(size); in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector.h | 536 // `InlinedVector::resize(...)` 542 void resize(size_type n) { in resize() function in absl::InlinedVector 547 // Overload of `InlinedVector::resize(...)` that resizes the inlined vector to 552 void resize(size_type n, const_reference v) { in resize() function in absl::InlinedVector
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 501 videoFormatProperties.resize(videoFormatPropertiesCount, videoFormatPropertiesKHR); in getSupportedFormats() 549 videoFormatProperties.resize(videoFormatPropertiesCount, videoFormatPropertiesKHR); in getSupportedFormatProperties()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglChooseConfigReference.cpp | 518 configInfos.resize(eglConfigs.size()); in chooseConfigReference() 541 dst.resize(filteredConfigs.size()); in chooseConfigReference()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
H A D | gfx9addrlib.cpp | 1453 pRbEq->resize(0); in GetRbEquation() 1454 pRbEq->resize(numRbTotalLog2); in GetRbEquation() 1518 pDataEq->resize(0); in GetDataEquation() 1519 pDataEq->resize(27); in GetDataEquation() 1527 pDataEq->resize(49); in GetDataEquation() 1754 dataEq.resize(blockSizeLog2); in GetPipeEquation() 1755 dataEq.resize(48); in GetPipeEquation() 1768 xorMask.resize(numPipeLog2); in GetPipeEquation() 1786 xorMask2.resize(0); in GetPipeEquation() 1787 xorMask2.resize(numPipeLog in GetPipeEquation() [all...] |
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 317 gamma_table.resize(size, 0); in sanei_genesys_create_gamma_table() 2259 out_average_data.resize(dev->average_size); in genesys_shading_calibration_impl() 2378 dev->dark_average_data.resize(dev->average_size, 0); in genesys_dark_shading_by_dummy_pixel() 2435 dev.dark_average_data.resize(dev.average_size, 0x0101); in genesys_dark_shading_by_constant() 2519 out_average_data.resize(dev.average_size); in genesys_host_shading_calibration_impl() 2604 dev->white_average_data.resize(dev->average_size); in genesys_dark_white_shading_calibration() 2607 dev->dark_average_data.resize(dev->average_size); in genesys_dark_white_shading_calibration() 3426 shading_data.resize(length, 0); in genesys_send_shading_coefficient() 4383 ret.resize(PATH_MAX); in calibration_filename() 4441 ret.resize(siz in calibration_filename() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 124 m_lastUnsizedArraySizes.resize(arraySize == 0 ? 1 : arraySize, 0); in setArraySize() 1359 layout.blocks.resize(numActiveBlocks); in getGLBufferLayout() 1386 entry.activeVarIndices.resize(numBlockVars); in getGLBufferLayout() 1415 layout.bufferVars.resize(numActiveBufferVars); in getGLBufferLayout() 1946 storage.data.resize(totalSize); in initRefDataStorage() 1956 storage.pointers.resize(layout.blocks.size()); in initRefDataStorage() 2172 blockLocations.resize(numBlocks); in iterate() 2176 buffers.resize(numBlocks); in iterate() 2211 buffers.resize(1); in iterate()
|
H A D | es31fFboSRGBWriteControlTests.cpp | 431 m_data.resize(DE_LENGTH_OF_ARRAY(vertexData)); in TestVertexData() 966 m_resultsListPreDraw.resize(2); in copyFrameBufferTexture() 986 m_resultsListPostDraw.resize(2); in copyFrameBufferTexture() 1004 // resize results storage with each render pass in draw() 1005 m_resultsListPreDraw.resize(m_renderPass + 1); in draw() 1006 m_resultsListPostDraw.resize(m_renderPass + 1); in draw()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 204 sortedAttributesOut->resize(d3dSemantic + 1); in SortAttributesByLayout() 308 mShaderSamplerMetadata[shaderType].resize(caps.maxShaderTextureImageUnits[shaderType]); 309 mShaderReadonlyImageMetadata[shaderType].resize(caps.maxShaderImageUniforms[shaderType]); 310 mShaderImageMetadata[shaderType].resize(caps.maxShaderImageUniforms[shaderType]); 1940 mForceSetShaderSamplerStates[shaderType].resize(maxShaderTextureImageUnits, true); 1941 mCurShaderSamplerStates[shaderType].resize(maxShaderTextureImageUnits); 1947 mNullSRVs.resize(caps.maxShaderTextureImageUnits[gl::ShaderType::Fragment], nullptr); 1949 mNullUAVs.resize(caps.maxImageUnits, nullptr); 1951 mCurrentValueAttribs.resize(caps.maxVertexAttributes);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 713 coords.resize(numInvocations * getDataTypeScalarSize(coordType)); in iterate() 748 outData.resize(numLookups*outLookupStride); in iterate() 879 expandedIndices.resize(numInvocations * m_lookupIndices.size()); in iterate() 1333 expandedIndices.resize(numInvocations * m_readIndices.size()); in iterate() 1722 expandedIndices.resize(numInvocations * m_opIndices.size()); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 1113 layout.blocks.resize(numActiveBlocks); in getGLUniformLayout() 1133 entry.activeUniformIndices.resize(numBlockUniforms); in getGLUniformLayout() 1179 layout.uniforms.resize(numActiveUniforms); in getGLUniformLayout() 1361 data.resize(totalSize); in iterate() 1449 glData[blockNdx].resize(glLayout.blocks[blockNdx].size); in iterate()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.h | 1392 resize(m); 1399 resize(NormalizeCapacity(m)); 1653 void resize(size_t new_capacity) { 1751 resize(1); 1759 // faster than resize, and 2) it takes quite a bit of work to add 1768 // resize-in-place. The decision is to rehash in place if we can reclaim 1799 resize(capacity_ * 2 + 1);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 116 spec.attribs.resize(2); in genBasicSpec() 194 spec.attribs.resize(1); in init() 229 spec.attribs.resize(2); in init() 275 spec.attribs.resize(3); in init() 335 spec.attribs.resize(2); in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.cpp | 263 infoLog.resize(infoLogLen+1); in getShaderInfoLog() 273 infoLog.resize(infoLogLen+1); in getProgramInfoLog() 1003 attrDataBuf.resize(offsetInBuf + dataSizeBytesDst); in generateRandomAttribData() 1067 attrDataSizes.resize(attrSpecs.size()); in generateAttribs() 1133 m_programResources.resize(m_programContexts.size()); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 715 coords.resize(numInvocations * getDataTypeScalarSize(coordType)); in iterate() 750 outData.resize(numLookups*outLookupStride); in iterate() 881 expandedIndices.resize(numInvocations * m_lookupIndices.size()); in iterate() 1337 expandedIndices.resize(numInvocations * m_readIndices.size()); in iterate() 1728 expandedIndices.resize(numInvocations * m_opIndices.size()); in iterate()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_hw_instr.cpp | 998 *def = Definition(src.def.tempId(), def_reg, src.def.regClass().resize(bytes)); in split_copy() 1004 RegClass op_cls = src.op.regClass().resize(bytes); in split_copy() 1585 copy.op = Operand(copy.op.physReg(), copy.op.regClass().resize(new_size)); in try_coalesce_copies() 1589 copy.def = Definition(copy.def.physReg(), copy.def.regClass().resize(copy.bytes)); in try_coalesce_copies() 1883 remaining.op = Operand(src, swap.def.regClass().resize(remaining.bytes)); in handle_operands() 1884 remaining.def = Definition(dst, swap.def.regClass().resize(remaining.bytes)); in handle_operands() 1932 RegClass rc = target->second.op.regClass().resize(after_bytes); in handle_operands() 1942 RegClass rc = target->second.op.regClass().resize(middle_bytes); in handle_operands() 1951 RegClass rc = target->second.op.regClass().resize(before_bytes); in handle_operands() 2047 reg, instr->definitions[0].getTemp().regClass().resize(o in lower_to_hw_instr() [all...] |