/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | ityp_stack_vec.h | 35 this->container().resize(static_cast<I>(size)); in stack_vec() 48 void resize(Index size) { 49 this->container().resize(static_cast<I>(size));
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_parser.cpp | 216 cf_map.resize(id + 1); in decode_cf() 391 n->src.resize(src_count); in prepare_alu_group() 418 n->dst.resize(ndst); in prepare_alu_group() 429 n->dst.resize(3); in prepare_alu_group() 439 n->dst.resize(2); in prepare_alu_group() 447 n->dst.resize(1); in prepare_alu_group() 618 a->dst.resize(f->dst.size()); in prepare_alu_group() 664 n->dst.resize(4); in prepare_fetch_clause() 693 grad->resize(4); in prepare_fetch_clause() 709 n->src.resize(1 in prepare_fetch_clause() [all...] |
/third_party/backends/backend/genesys/ |
H A D | test_settings.cpp | 80 name.resize(max_size); in get_testing_device_name() 81 name.resize(std::snprintf(&name.front(), max_size, "test device:0x%04x:0x%04x", in get_testing_device_name()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
H A D | WireWGPUDevicePropertiesTests.cpp | 33 buffer.resize(sentWGPUDevicePropertiesSize); in TEST_F() 51 buffer.resize(sentWGPUDevicePropertiesSize); in TEST_F()
|
/third_party/skia/docs/examples/ |
H A D | Pixmap_scalePixels.cpp | 10 srcPixels.resize(image->height() * rowBytes); in REG_FIDDLE() 17 dstPixels.resize(image->height() * rowBytes); in REG_FIDDLE()
|
H A D | Pixmap_readPixels_2.cpp | 10 srcPixels.resize(image->height() * rowBytes); in REG_FIDDLE() 15 dstPixels.resize(image->height() * rowBytes); in REG_FIDDLE()
|
H A D | Pixmap_readPixels_3.cpp | 10 srcPixels.resize(image->height() * rowBytes); in REG_FIDDLE() 15 dstPixels.resize(image->height() * rowBytes); in REG_FIDDLE()
|
H A D | Pixmap_readPixels_4.cpp | 10 srcPixels.resize(image->height() * rowBytes); in REG_FIDDLE() 15 dstPixels.resize(image->height() * rowBytes); in REG_FIDDLE()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_texture_array_dpb_manager.cpp | 88 m_ResourcesPool.resize(poolFixedSize); in d3d12_texture_array_dpb_manager() 152 m_D3D12DPB.pResources.resize(dpbPosition); 153 m_D3D12DPB.pSubresources.resize(dpbPosition); 154 m_D3D12DPB.pHeaps.resize(dpbPosition);
|
H A D | d3d12_video_array_of_textures_dpb_manager.cpp | 87 m_ResourcesPool.resize(m_dpbInitialSize); in d3d12_array_of_textures_dpb_manager() 145 m_D3D12DPB.pResources.resize(dpbPosition); 146 m_D3D12DPB.pSubresources.resize(dpbPosition); 147 m_D3D12DPB.pHeaps.resize(dpbPosition);
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Configurator.cpp | 179 names.resize(names.size() + 1, keyName); in addKeyName() 180 sections.resize(sections.size() + 1); in addKeyName() 197 sections[keyID].names.resize(sections[keyID].names.size() + 1, valueName); in addValue() 198 sections[keyID].values.resize(sections[keyID].values.size() + 1, value); in addValue()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Configurator.cpp | 180 names.resize(names.size() + 1, keyName); in addKeyName() 181 sections.resize(sections.size() + 1); in addKeyName() 198 sections[keyID].names.resize(sections[keyID].names.size() + 1, valueName); in addValue() 199 sections[keyID].values.resize(sections[keyID].values.size() + 1, value); in addValue()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cff2-interp-cs.hh | 59 deltas.resize (numBlends); in set_blends() 68 deltas.resize (0); in reset_blends() 136 if (unlikely (!scalars.resize (region_count))) in process_blend() 179 arg.deltas.resize (0); in blend_arg()
|
H A D | hb-bit-set.hh | 88 bool resize (unsigned int count) in resize() function 91 if (unlikely (!pages.resize (count) || !page_map.resize (count))) in resize() 93 pages.resize (page_map.length); in resize() 108 resize (0); in clear() 273 resize (write_index); in del_pages() 340 if (unlikely (!resize (count))) in set() 413 if (unlikely (!workspace.resize (pages.length))) in allocate_compact_workspace() 521 if (unlikely (!resize (count))) in process() 577 resize (newCoun in process() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1State.cpp | 96 mTexUnitEnables.resize(caps.maxMultitextureUnits); in initialize() 106 mTexCoordArrayEnabled.resize(caps.maxMultitextureUnits, false); in initialize() 124 mCurrentTextureCoords.resize(caps.maxMultitextureUnits); in initialize() 127 mTextureEnvironments.resize(caps.maxMultitextureUnits); in initialize() 131 mTextureMatrices.resize(caps.maxMultitextureUnits); in initialize() 147 mLights.resize(caps.maxLights); in initialize() 167 mClipPlanes.resize(caps.maxClipPlanes, in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderTestUtil.hpp | 99 bytes.resize(inputSize); in getBytes() 106 bytes.resize(outputSize, 0xffu); in getBytes() 127 bytes.resize(m_numInputElements * sizeof(deInt32), 0xff); in getBytes() 277 bytes.resize(size); in getBytes() 296 bytes.resize(size); in getPackedBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 54 UsedBytes.resize(SizeOf, true); in LayoutItemBase() 114 UsedBytes.resize(LayoutSize); in UDTLayoutBase() 133 ImmediateUsedBytes.resize(SizeOf, false); in ClassLayout() 159 UsedBytes.resize(1); in BaseClassLayout() 284 // class. When we call ChildBytes.resize(32), the Child's storage will in addChildToLayout() 287 ChildBytes.resize(UsedBytes.size()); in addChildToLayout()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | InstancingPerf.cpp | 168 mSizeData.resize(mNumPoints * 4, 0.012f); in initializeBenchmark() 169 mColorData.resize(mNumPoints * 4, Vector3(1.0f, 0.0f, 0.0f)); in initializeBenchmark() 189 mSizeData.resize(mNumPoints, 0.012f); in initializeBenchmark() 190 mColorData.resize(mNumPoints, Vector3(1.0f, 0.0f, 0.0f)); in initializeBenchmark() 193 mBuffers.resize(5, 0); in initializeBenchmark()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderConstExprTests.cpp | 49 value.elements.resize(1); in addOutputVar() 163 spec.programs.resize(1); in createTests() 184 spec.programs.resize(1); in createTests() 217 spec.programs.resize(1); in createTests() 238 spec.programs.resize(1); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderTestUtil.hpp | 99 bytes.resize(inputSize); in getBytes() 106 bytes.resize(outputSize, 0xffu); in getBytes() 127 bytes.resize(m_numInputElements * sizeof(deInt32), 0xff); in getBytes() 277 bytes.resize(size); in getBytes() 296 bytes.resize(size); in getPackedBytes()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.h | 792 buffer.resize(1024); 797 buffer.resize(count); 804 buffer.resize(1024); 809 buffer.resize(ret); 828 buffer.resize(1024); 833 buffer.resize(size); 848 buffer.resize(1024); 862 buffer.resize(rdsize); 870 buffer.resize(1024); 874 buffer.resize(re [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 257 Tmp.resize(Size, nullptr); in Scatterer() 259 CachePtr->resize(Size, nullptr); in Scatterer() 471 Res.resize(NumElems); in splitUnary() 493 Res.resize(NumElems); in splitBinary() 533 Scattered.resize(NumArgs); in splitCall() 584 Res.resize(NumElems); in visitSelectInst() 635 Ops.resize(NumIndices); in visitGetElementPtrInst() 648 Res.resize(NumElems); in visitGetElementPtrInst() 651 Indices.resize(NumIndices); in visitGetElementPtrInst() 674 Res.resize(NumElem in visitCastInst() [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | MemoryBuffer.h | 29 ANGLE_NO_DISCARD bool resize(size_t size); 30 void clear() { (void)resize(0); } in clear()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIADataStream.cpp | 35 Record.resize(RecordSize); in getItemAtIndex() 49 Record.resize(RecordSize); in getNext()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
H A D | spvtools_dis_fuzzer.cpp | 37 input.resize(size >> 2); in LLVMFuzzerTestOneInput() 46 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
|