Home
last modified time | relevance | path

Searched defs:extent (Results 51 - 75 of 302) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/fs/qnx4/
H A Dinode.c69 static inline u32 try_extent(qnx4_xtnt_t *extent, u32 *offset) in try_extent() argument
/kernel/linux/linux-5.10/fs/hfs/
H A Dextent.c150 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent, in __hfs_ext_read_extent() argument
208 static void hfs_dump_extent(struct hfs_extent *extent) in hfs_dump_extent() argument
220 static int hfs_add_extent(struct hfs_extent *extent, u16 offset, in hfs_add_extent() argument
248 hfs_free_extents(struct super_block *sb, struct hfs_extent *extent, u16 offset, u16 block_nr) hfs_free_extents() argument
292 struct hfs_extent *extent; hfs_free_fork() local
[all...]
/kernel/linux/linux-6.6/fs/qnx4/
H A Dinode.c69 static inline u32 try_extent(qnx4_xtnt_t *extent, u32 *offset) in try_extent() argument
/kernel/linux/linux-6.6/fs/hfs/
H A Dextent.c150 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent, in __hfs_ext_read_extent() argument
208 static void hfs_dump_extent(struct hfs_extent *extent) in hfs_dump_extent() argument
220 static int hfs_add_extent(struct hfs_extent *extent, u16 offset, in hfs_add_extent() argument
248 hfs_free_extents(struct super_block *sb, struct hfs_extent *extent, u16 offset, u16 block_nr) hfs_free_extents() argument
292 struct hfs_extent *extent; hfs_free_fork() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_copy_vrs_htile.c212 radv_copy_vrs_htile(struct radv_cmd_buffer *cmd_buffer, struct radv_image *vrs_image, VkExtent2D *extent, struct radv_image *dst_image, struct radv_buffer *htile_buffer, bool read_htile_value) radv_copy_vrs_htile() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.c255 vk_image_extent_to_elements(const struct vk_image *image, VkExtent3D extent) in vk_image_extent_to_elements() argument
291 VkExtent3D extent = vk_image_sanitize_extent(image, region->imageExtent); vk_image_buffer_copy_layout() local
[all...]
H A Dvk_image.h40 VkExtent3D extent; member
105 const VkExtent3D extent = { in vk_image_mip_level_extent() local
279 VkExtent3D extent; global() member
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.h106 } extent; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkTypeUtil.hpp146 inline VkRect2D makeRect2D(const VkExtent3D& extent) in makeRect2D() argument
151 inline VkRect2D makeRect2D(const VkExtent2D& extent) in makeRect2D() argument
176 inline VkViewport makeViewport(const VkExtent3D& extent) in makeViewport() argument
181 makeViewport(const VkExtent2D& extent) makeViewport() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp307 const vk::VkExtent3D extent = { WIDTH, HEIGHT, 1 }; in command() local
367 const vk::VkExtent3D extent = { WIDTH, HEIGHT, 1 }; in command() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp167 vk::VkExtent3D extent = { m_params.dimensions.width, m_params.dimensions.height, depth }; in iterate() local
309 VkExtent3D extent; in createTransferQueueImageTests() member
459 const auto &extent in createTransferQueueImageTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp112 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp356 deUint32 getImageMaxMipLevels (const VkImageFormatProperties& imageFormatProperties, const VkExtent3D& extent) in getImageMaxMipLevels() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp306 const vk::VkExtent3D extent = { WIDTH, HEIGHT, 1 }; in command() local
366 const vk::VkExtent3D extent = { WIDTH, HEIGHT, 1 }; in command() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp162 vk::VkExtent3D extent = { m_params.dimensions.width, m_params.dimensions.height, depth }; in iterate() local
300 VkExtent3D extent; in createTransferQueueImageTests() member
444 const auto &extent in createTransferQueueImageTests() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp364 const auto &extent = imageView->getMipLevelExtent(0); local
392 VkExtent2D extent = imageView->getMipLevelExtent(0); local
431 VkExtent2D extent = imageView->getMipLevelExtent(level); local
456 const auto &extent variable
[all...]
H A DVkDeviceMemoryExternalAndroid.cpp247 VkExtent3D extent = image->getExtent(); in allocateAndroidHardwareBuffer() local
H A DVkImage.hpp148 VkExtent3D extent = { 0, 0, 0 }; member in vk::Image
H A DVkImageView.cpp357 VkExtent3D extent = image->getMipLevelExtent(static_cast<VkImageAspectFlagBits>(subresourceRange.aspectMask), in getDepthOrLayerCount() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandBuffer.cpp77 Extent3D extent = texture->GetMipLevelPhysicalSize(mipLevel); in IsCompleteSubresourceCopiedTo() local
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp189 VkExtent2D extent = caps.currentExtent; in createSwapchain() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp112 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp356 deUint32 getImageMaxMipLevels (const VkImageFormatProperties& imageFormatProperties, const VkExtent3D& extent) in getImageMaxMipLevels() argument
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dgrid_layout_manager.cpp66 double extent = itemExtent_.Value(); in MakeInnerLayoutParam() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp206 CalcCaretMetricsByPosition( int32_t extent, CaretMetricsF& caretCaretMetric, TextAffinity textAffinity) const CalcCaretMetricsByPosition() argument

Completed in 18 milliseconds

12345678910>>...13