Home
last modified time | relevance | path

Searched refs:size (Results 26426 - 26450 of 41759) sorted by relevance

1...<<1051105210531054105510561057105810591060>>...1671

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp158 template<typename T, int size>
159 T multiplyComponents(const tcu::Vector<T, size>& v) in multiplyComponents()
162 for (int i = 0; i < size; ++i) in multiplyComponents()
215 << " uvec3 size = gl_NumWorkGroups * gl_WorkGroupSize;\n" in initPrograms()
216 << " uint numValuesPerInv = uint(ub_in.values.length()) / (size.x*size.y*size.z);\n" in initPrograms()
217 << " uint groupNdx = size.x*size.y*gl_GlobalInvocationID.z + size in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPositionFetchTests.cpp426 std::vector<tcu::Vec4> outputData(expectedOutputPositions.size()); in iterate()
433 for (size_t i = 0; i < outputData.size(); ++i) in iterate()
516 for (deUint32 bit = 0; bit < testFlagBitNames.size(); bit++) in createPositionFetchTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferMemoryAliasing.cpp198 m_bufferSizeInBytes, // VkDeviceSize size; in iterate()
224 if (bufferMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
225 TCU_THROW(NotSupportedError, "Required memory size for sparse resources exceeds device limits"); in iterate()
227 DE_ASSERT((bufferMemRequirements.size % bufferMemRequirements.alignment) == 0); in iterate()
247 const VkSparseMemoryBind sparseMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), bufferMemRequirements.size, memoryType, 0u); in iterate()
353 TCU_THROW(NotSupportedError, "Buffer size is not supported"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp139 // that support the subgroup size control extension and variants for those in checkSupport()
149 TCU_THROW(NotSupportedError, "Implementation does not support subgroup size control"); in checkSupport()
156 TCU_THROW(NotSupportedError, "These tests are not enabled for subgroup size control implementations"); in checkSupport()
182 for (unsigned i = 0; i < cases.size(); ++i) in addTestsForAmberFiles()
236 for (unsigned c = 0; c < controls.size(); ++c) in createSubgroupUniformControlFlowTests()
339 for (unsigned c = 0; c < controls.size(); ++c) in createSubgroupUniformControlFlowTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderStateCache.cpp60 ASSERT(blendStateExt.mMaxDrawBuffers <= colorAttachmentsForRenderMask.size()); in GetBlendStateKey()
61 ASSERT(colorbuffers.size() == colorAttachmentsForRenderMask.count()); in GetBlendStateKey()
70 ASSERT(keyBlendIndex < colorbuffers.size()); in GetBlendStateKey()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp58 "can't enter sub-block: current code size is 0"); in EnterSubBlock()
387 "Fixed or VBR abbrev record with size > MaxChunkData"); in ReadAbbrevRecord()
452 if (Record.size() < 1) in ReadBlockInfoBlock()
462 for (unsigned i = 0, e = Record.size(); i != e; ++i) in ReadBlockInfoBlock()
472 for (unsigned i = 1, e = Record.size(); i != e; ++i) in ReadBlockInfoBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h174 assert(ValueLoc.get() && FrameIndexExprs.size() <= 1); in getSingleExpression()
175 return FrameIndexExprs.size() ? FrameIndexExprs[0].Expr : nullptr; in getSingleExpression()
218 (FrameIndexExprs.size() == 1 && in hasComplexAddress()
310 /// Size of each symbol emitted (for those symbols that have a specific size).
650 /// For symbols that have a size designated (e.g. common symbols),
651 /// this tracks that size.
726 /// Emit the location for a debug loc entry, including the size header.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp20 assert(Reg < AliasMap.size() && "Invalid register"); in regIndices()
170 assert(unsigned(pred->getNumber()) < MBBOutRegsInfos.size() && in enterBasicBlock()
212 assert(MBBNumber < MBBOutRegsInfos.size() && in leaveBasicBlock()
H A DLiveRangeEdit.cpp383 for (unsigned i = 0, e = RegsToErase.size(); i != e; ++i) { in eliminateDeadDef()
421 for (unsigned i = 0, e = RegsBeingSpilled.size(); i != e; ++i) { in eliminateDeadDefs()
466 for (unsigned I = 0, Size = size(); I < Size; ++I) { in calculateRegClassAndHint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp105 incrStreamedLen(Bytes.size()); in mapByteVectorTail()
206 auto NullTerminatedString = StringRef(Value.data(), Value.size() + 1); in mapStringZ()
209 incrStreamedLen(NullTerminatedString.size()); in mapStringZ()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp114 if (OpCode >= Descriptions.size()) in getOpDesc()
189 // We need a size, so this cannot be the first operand in extract()
197 llvm_unreachable("Unknown DWARFExpression Op size"); in extract()
295 while (FailOffset < Data.getData().size()) in print()
313 if (Op.getEndOffset() < Data.getData().size()) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h53 /// Size - section size. Doesn't include the stubs.
67 /// section size and the maximum amount of space that the stubs can occupy.
75 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() argument
77 : Name(name), Address(address), Size(size), in SectionEntry()
78 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry()
148 /// The size of this relocation (MachO specific).
440 // Compute GOT size
443 // Compute the stub buffer size required for a section
450 // Return size of Global Offset Table (GOT) entry
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp153 for (int i = 0, e = undefs.size(); i != e; ++i) in setAsmUndefinedRefs()
432 MangledName.reserve(GV.getName().size() + 1); in applyScopeRestrictions()
637 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp277 for (unsigned i = 0; i < enums_invalid.size(); ++i) in iterate()
364 for (unsigned k = 0; k < enums_invalid.size(); ++k) in iterate()
378 for (unsigned m = 0; m < pnames_ext.size(); ++m) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateAttachmentTests.cpp319 gl.bufferData(GL_ARRAY_BUFFER, randomVertices.size() * sizeof(float), randomVertices.data(), GL_STATIC_DRAW); in setupTest()
510 return m_availableShadingRates[drawID % m_availableShadingRates.size()]; in translateDrawIDToShadingRate()
534 return m_availableShadingRates[(srLayer + srx + sry) % m_availableShadingRates.size()]; in translateCoordsToShadingRate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp53 void InitData(glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size, const glw::GLvoid* data);
64 static void Data(const glw::Functions& gl, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size,
67 static void SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr size,
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp139 while (curPos < (int)m_caseList.size()) in run()
142 const int numToWrite = de::min(maxWriteSize, (int)m_caseList.size() - curPos); in run()
243 if (!ReadFile(m_handle, &tmpBuf[0], (DWORD)tmpBuf.size(), NULL, &overlapped)) in run()
465 defaultBufSize, /* Output buffer size. */ in createPipeWithOverlappedIO()
466 defaultBufSize, /* Input buffer size. */ in createPipeWithOverlappedIO()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.h74 uint32_t size) { in SetRequiredSubgroupSizeSetting()
76 required_subgroup_size_ = size; in SetRequiredSubgroupSizeSetting()
153 uint32_t size = 0; member
274 /// Sets required subgroup size.
277 /// Sets required subgroup size to the device minimum supported subgroup size.
280 /// Sets required subgroup size to the device maximum supported subgroup size.
283 /// Sets varying subgroup size property.
73 SetRequiredSubgroupSizeSetting(RequiredSubgroupSizeSetting setting, uint32_t size) SetRequiredSubgroupSizeSetting() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.cpp145 next_blocks.reserve(next_list.size()); in RegisterBlockEnd()
188 size_t Function::block_count() const { return blocks_.size(); } in block_count()
191 return undefined_blocks_.size(); in undefined_block_count()
H A Dvalidate_mode_setting.cpp43 if (!entry_point_type || 3 != entry_point_type->words().size()) { in ValidateEntryPoint()
220 if (i.operands().size() > 2) { in ValidateEntryPoint()
269 size_t operand_count = inst->operands().size(); in ValidateExecutionMode()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.h38 GLint *size,
45 GLint *size,
164 GLint size,
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DUniformsPerf.cpp315 uniformOperation.replace(pos, kUniformVarPlaceHolder.size(), in initShaders()
340 uniformOperation.replace(pos, kUniformVarPlaceHolder.size(), in initShaders()
396 for (size_t uniform = 0; uniform < mUniformLocations.size(); ++uniform) in drawLoop()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSRGBTextureTest.cpp204 // Make sure the rbo has a size for future tests in TEST_P()
620 ASSERT_EQ(srgbaReadback.size(), rgbaReadback.size()); in TEST_P()
621 for (size_t i = 0; i < srgbaReadback.size(); i++) in TEST_P()
/third_party/skia/src/core/
H A DSkVertices.cpp86 size_t fTotal = 0; // size of entire SkVertices allocation (obj + arrays)
87 size_t fArrays; // size of all the data arrays (V + D + T + C + I)
126 // return the original ptr (or null), but then advance it by size in init()
127 auto advance = [&ptr](size_t size) { in init()
128 char* new_ptr = size ? ptr : nullptr; in init()
129 ptr += size; in init()
/third_party/skia/src/image/
H A DSkImage_GpuYUVA.cpp124 size_t size = 0; in onTextureSize() local
126 size += fYUVAProxies.proxy(i)->gpuMemorySize(); in onTextureSize()
128 return size; in onTextureSize()
282 // We assume no plane is larger than the image size (and at least one plane is as big). in MakeFromYUVAPixmaps()

Completed in 39 milliseconds

1...<<1051105210531054105510561057105810591060>>...1671