Home
last modified time | relevance | path

Searched refs:size (Results 22301 - 22325 of 41759) sorted by relevance

1...<<891892893894895896897898899900>>...1671

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp317 TestTextureCube (const tcu::TextureFormat& format, int size);
318 TestTextureCube (const tcu::CompressedTexFormat& format, int size);
339 TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySize);
340 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp388 if (addressInfos.size()) in log()
401 if (vendorInfos.size()) in log()
414 if (vendorBinaryData.size()) in log()
416 DE_ASSERT(vendorBinaryData.size() >= sizeof(VkDeviceFaultVendorBinaryHeaderVersionOneEXT)); in log()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp156 DE_ASSERT(triangle.size() == 3u); in calcCoordinates()
242 while (directions.size() < kNumRays) in iterate()
344 std::vector<tcu::Vec4> outputData (expectedOutputCoordinates.size()); in iterate()
351 for (size_t i = 0; i < outputData.size(); ++i) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageBlockShapes.cpp96 // Check the image size does not exceed device limits in checkSupport()
98 TCU_THROW(NotSupportedError, "Image size not supported for device"); in checkSupport()
214 DE_ASSERT(sparseMemoryRequirements.size() != 0); in iterate()
460 for (size_t imageTypeNdx = 0; imageTypeNdx < imageParameters.size(); ++imageTypeNdx) in createImageBlockShapesTests()
465 for (size_t formatNdx = 0; formatNdx < imageParameters[imageTypeNdx].formats.size(); ++formatNdx) in createImageBlockShapesTests()
473 for (size_t imageSizeNdx = 0; imageSizeNdx < imageParameters[imageTypeNdx].imageSizes.size(); ++imageSizeNdx) in createImageBlockShapesTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationImageLayoutTransitionTests.cpp93 1024u, // VkDeviceSize size; in makeVertexBuffer()
119 return vec.size() * sizeof(vec[0]); in sizeInBytes()
244 static_cast<deUint32>(vtxAttrDescriptions.size()), // deUint32 vertexAttributeDescriptionCount in iterate()
273 vk.cmdDraw(*cmdBuffer, static_cast<deUint32>(vertices.size()), 1u, 0u, 0u); in iterate()
297 vk.cmdDraw(*cmdBuffer, static_cast<deUint32>(vertices.size()), 1u, 0u, 0u); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp61 GraphicsPipelineBuilder& setRenderSize (const tcu::IVec2& size) { m_renderSize = size; return *this; } in setRenderSize() argument
156 vk::VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const vk::VkFormat format, const vk::VkImageUsageFlags usage, const deUint32 numArrayLayers);
356 return vec.size() * sizeof(vec[0]); in sizeInBytes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.hpp232 : size(deAlignSize(static_cast<size_t>(aSize), static_cast<size_t>(aAlignment))) in ExternalHostMemory()
234 data = deAlignedMalloc(this->size, static_cast<size_t>(aAlignment)); in ExternalHostMemory()
245 size_t size; member
397 vk::VkDeviceSize size,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp152 static_cast<VkDeviceSize>(pixelDataSize), // size in iterate()
192 fillRandomNoNaN(&randomGen, generatedData.data(), (deUint32)generatedData.size(), m_params.imageFormat); in iterate()
194 deMemcpy(alloc.getHostPtr(), generatedData.data(), generatedData.size()); in iterate()
255 deMemcpy(resultData.data(), alloc.getHostPtr(), resultData.size()); in iterate()
449 static const auto prefixLen = std::string("VK_FORMAT_").size(); in createTransferQueueImageTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDebug.cpp211 if (mMessages.size() >= mMaxLoggedMessages) in insertMessage()
298 return mMessages.size(); in getMessageCount()
333 ASSERT(mGroups.size() > 1); in popGroup()
344 return mGroups.size(); in getGroupStackDepth()
H A DContext_gles_3_0_autogen.h18 GLintptr offset, GLsizeiptr size); \
37 GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); \
88 GLsizei *length, GLsizei *size, GLenum *type, GLchar *name); \
160 void vertexAttribIPointer(GLuint index, GLint size, VertexAttribType typePacked, \
H A DImage.cpp261 size(), in ImageState()
413 return mState.size.width; in getWidth()
418 return mState.size.height; in getHeight()
467 mState.size = mState.source->getAttachmentSize(mState.imageIndex); in initialize()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp150 for (size_t argIndex = 0; argIndex < originalCallArguments.size(); ++argIndex) in CreateMonomorphizedFunctionCallArgs()
152 if (nextReplacedArg >= replacedArguments.size() || in CreateMonomorphizedFunctionCallArgs()
195 if (nextReplacedArg >= replacedArguments->size() || in MonomorphizeFunction()
289 for (size_t argIndex = 0; argIndex < callArguments.size(); ++argIndex) in processFunctionCall()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable.cpp121 return mTable.size() == 1u; in atGlobalLevel()
265 int userDefinedLevel = static_cast<int>(mTable.size()) - 1; in findUserDefined()
348 int indexOfLastElement = static_cast<int>(mPrecisionStack.size()) - 1; in setDefaultPrecision()
361 int level = static_cast<int>(mPrecisionStack.size()) - 1; in getDefaultPrecision()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp33 // target-address-size values. in emitConstu()
135 // The size of the register in bits. in addMachineReg()
237 if (HasComplexExpression && DwarfRegs.size() > 1) { in addMachineRegExpression()
275 assert(DwarfRegs.size() == 1); in addMachineRegExpression()
279 assert(Reg.Size == 0 && "subregister has same size as superregister"); in addMachineRegExpression()
337 // Emit the entry value's size operand. in finalizeEntryValue()
392 assert(SizeInBits >= OffsetInBits - FragmentOffset && "size underflow"); in addExpression()
395 // a super-register by splicing together sub-registers, subtract the size in addExpression()
400 // sub-register that is smaller than the current fragment's size, use it. in addExpression()
456 unsigned I = 0, E = CU.ExprRefedBaseTypes.size(); in addExpression()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCFragment.cpp176 // The size is the last fragment's end offset. in getSectionAddressSize()
182 // Virtual sections have no file size. in getSectionFileSize()
186 // Otherwise, the file size is the same as the address space size. in getSectionFileSize()
354 for (unsigned i = 0, e = Contents.size(); i != e; ++i) { in dump()
358 OS << "] (" << Contents.size() << " bytes)"; in dump()
378 for (unsigned i = 0, e = Contents.size(); i != e; ++i) { in dump()
382 OS << "] (" << Contents.size() << " bytes)"; in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp43 // object. The size of every register file, as well as the mapping between in initialize()
72 // `-register-file-size`. in addRegisterFile()
73 unsigned RegisterFileIndex = RegisterFiles.size(); in addRegisterFile()
359 assert(RegID && RegID < RegisterMappings.size()); in collectWrites()
380 if (Writes.size() > 1) { in collectWrites()
411 RS.setDependentWrites(DependentWrites.size());
455 // users via flag -reg-file-size. Alternatively, the scheduling model
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser.cc60 if (pack_size_ == 0 && pieces_.size() == 1 && in Parse()
65 type->SetRowCount(static_cast<uint32_t>(pieces_.size())); in Parse()
86 if (data.size() == 0) in ProcessChunk()
136 int32_t cur_pos = static_cast<int32_t>(data.size()) - 1; in ProcessChunk()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp56 for (uint32_t i = 0; i < uses.size(); ++i) { in check_interface_variable()
162 for (uint32_t i = 1; i < type->operands().size(); ++i) { in NumConsumedLocations()
342 // Determine the array size if possible and get the element type. in GetLocationsForVariable()
410 for (uint32_t i = 1; i < type->operands().size(); ++i) { in GetLocationsForVariable()
440 // size, calculate the used locations in a strided manner. in GetLocationsForVariable()
495 for (uint32_t i = 3; i < entry_point->operands().size(); ++i) { in ValidateLocations()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_to_text_test.cpp85 EXPECT_EQ(SPV_SUCCESS, spvTextToBinary(context, text.c_str(), text.size(), in CompileSuccessfully()
149 spvBinaryToText(context, damaged_binary.data(), damaged_binary.size(), in TEST_F()
501 words.size(), SPV_BINARY_TO_TEXT_OPTION_NONE, in TEST_F()
532 words.size(), SPV_BINARY_TO_TEXT_OPTION_NONE, in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustBufferAccessBehaviorTest.cpp107 glBufferData(GL_ARRAY_BUFFER, sizeof(GLfloat) * randomData.size(), randomData.data(), in runIndexOutOfRangeTests()
275 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices.size() * sizeof(GLuint), indices.data(), in TEST_P()
282 glBufferData(GL_ARRAY_BUFFER, vertexData.size() * sizeof(GLfloat), vertexData.data(), in TEST_P()
319 glDrawElements(GL_POINTS, indices.size(), GL_UNSIGNED_BYTE, indices.data()); in TEST_P()
H A DVulkanImageTest.cpp180 info.extent, pixels.data(), pixels.size() * sizeof(GLuint)); in TEST_P()
234 pixels.data(), pixels.size() * sizeof(GLuint)); in TEST_P()
248 pixels.data(), pixels.size() * sizeof(GLuint)); in TEST_P()
306 info.extent, pixels.data(), pixels.size() * sizeof(GLuint)); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_internal_shaders_autogen.cpp161 // This is compressed SPIR-V binary blob and size
165 uint32_t size; member
371 compressedShaderCode.size); in GetShader()
377 compressedShaderCode.code, compressedShaderCode.size); in GetShader()
385 return InitShaderAndSerial(context, &shader.get(), shaderCode.data(), shaderCode.size() * 4); in GetShader()
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp37 return SkPath::Make(fPoints.data(), fPoints.size(), fVerbs.data(), fVerbs.size(), nullptr, in getPath()
58 int countPoints() const { return fPoints.size(); } in countPoints()
60 int countVerbs() const { return fVerbs.size(); } in countVerbs()
/third_party/skia/src/gpu/geometry/
H A DGrQuadBuffer.h179 int size = kMetaSize; in entrySize() local
180 size += (deviceType == GrQuad::Type::kPerspective ? k3DQuadFloats in entrySize()
183 size += (*localType == GrQuad::Type::kPerspective ? k3DQuadFloats in entrySize()
186 return size; in entrySize()
279 // Second, the fixed-size metadata in append()
357 // Advance pointer by entry size in next()
/third_party/skia/src/gpu/ops/
H A DAtlasPathRenderer.cpp148 float2 size = botRightCeil - topLeftFloor; in pathFitsInAtlas() local
150 skvx::all(size <= fAtlasMaxPathWidth) && in pathFitsInAtlas()
154 size[0] * size[1] <= atlasMaxPathHeight_pow2; in pathFitsInAtlas()
182 // bounds within the max render target size are nowhere near INT_MAX. in addPathToAtlas()
205 // pathFitsInAtlas() should have guaranteed these constraints on the path size. in addPathToAtlas()
411 // The atlases are expected to all be full size except possibly the final one. in preFlush()

Completed in 35 milliseconds

1...<<891892893894895896897898899900>>...1671