/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 82 void create (Context& context, SimpleAllocator& alloc, VkFormat format, VkExtent3D extent, VkImageUsageFlags usage); 89 void ImageWrapper::create(Context& context, SimpleAllocator& alloc, VkFormat format, VkExtent3D extent, VkImageUsageFlags usage) in create() argument 101 extent, // extent in create() 156 VkBufferImageCopy buildCopyRegion (VkExtent3D extent, 440 VkBufferImageCopy NoneStageTestInstance::buildCopyRegion(VkExtent3D extent, VkImageAspectFlags aspect) in buildCopyRegion() argument 445 extent.width, // deUint32 bufferRowLength in buildCopyRegion() 446 extent.height, // deUint32 bufferImageHeight in buildCopyRegion() 449 extent // VkExtent3D imageExtent in buildCopyRegion()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectLinkTests.cpp | 200 { 32, 32, 1 }, // VkExtent3D extent in iterate() 216 const vk::VkDeviceSize colorOutputBufferSize = renderArea.extent.width * renderArea.extent.height * tcu::getPixelSize(vk::mapVkFormat(colorAttachmentFormat)); in iterate() 498 {renderArea.extent.width, renderArea.extent.height, 1} // VkExtent3D imageExtent; in iterate() 522 tcu::ConstPixelBufferAccess resultBuffer = tcu::ConstPixelBufferAccess(vk::mapVkFormat(colorAttachmentFormat), renderArea.extent.width, renderArea.extent.height, 1, (const void*)colorOutputBuffer->getAllocation().getHostPtr()); in iterate() 651 { 32, 32, 1 }, // VkExtent3D extent in iterate() 667 const vk::VkDeviceSize colorOutputBufferSize = renderArea.extent.width * renderArea.extent in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 357 , m_extent (pCreateInfo->extent) in Image() 1190 VkDeviceSize getPackedImageDataSize (VkFormat format, VkExtent3D extent, VkSampleCountFlagBits samples) in getPackedImageDataSize() argument 1193 * (VkDeviceSize)extent.width in getPackedImageDataSize() 1194 * (VkDeviceSize)extent.height in getPackedImageDataSize() 1195 * (VkDeviceSize)extent.depth in getPackedImageDataSize() 1199 VkDeviceSize getCompressedImageDataSize (VkFormat format, VkExtent3D extent) in getCompressedImageDataSize() argument 1206 const int numBlocksX = deDivRoundUp32((int)extent.width, blockPixelSize.x()); in getCompressedImageDataSize() 1207 const int numBlocksY = deDivRoundUp32((int)extent.height, blockPixelSize.y()); in getCompressedImageDataSize() 1208 const int numBlocksZ = deDivRoundUp32((int)extent.depth, blockPixelSize.z()); in getCompressedImageDataSize() 1218 VkDeviceSize getYCbCrImageDataSize (VkFormat format, VkExtent3D extent) in getYCbCrImageDataSize() argument [all...] |
H A D | vkImageUtil.hpp | 156 vk::VkExtent3D extent, 184 const vk::VkExtent3D& extent); 242 tcu::UVec3 alignedDivide (const VkExtent3D& extent,
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | scroll_motion.h | 48 ScrollMotion(double position, double velocity, const ExtentPair& extent, const ExtentPair& initExtent,
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_user_container_pri.h | 50 UidGidExtent extent[UID_GID_MAP_MAX_EXTENTS]; member
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 97 * calculate the mapping of a file extent onto an object, and fill out the 98 * request accordingly. shorten extent as necessary if it crosses an 109 /* object extent? */ in calc_layout() 115 dout(" skipping last %llu, final file extent %llu~%llu\n", in calc_layout() 193 return osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data() 217 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_pages() 228 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_pagelist() 241 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_bio() 258 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_bvecs() 269 osd_data = osd_req_op_data(osd_req, which, extent, osd_dat in osd_req_op_extent_osd_data_bvec_pos() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 1045 image_info.extent.width = info.width; in init_depth_buffer() 1046 image_info.extent.height = info.height; in init_depth_buffer() 1047 image_info.extent.depth = 1; in init_depth_buffer() 1652 scissor.extent.width = info.width; in init_pipeline() 1653 scissor.extent.height = info.height; in init_pipeline() 1779 info.scissor.extent.width = info.width; in init_scissors() 1780 info.scissor.extent.height = info.height; in init_scissors() 1793 info.scissor.extent.width = info.width; in init_scissors_array() 1794 info.scissor.extent.height = info.height; in init_scissors_array() 1807 info.scissor.extent in init_scissors2_array() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_clear.c | 96 * goes from 0 up to the level's depth extent. in clear_image_tlb() 111 max_layer = u_minify(image->vk.extent.depth, level); in clear_image_tlb() 113 uint32_t width = u_minify(image->vk.extent.width, level); in clear_image_tlb() 114 uint32_t height = u_minify(image->vk.extent.height, level); in clear_image_tlb() 1035 .width = rects[i].rect.extent.width, in emit_subpass_color_clear_rects() 1036 .height = rects[i].rect.extent.height, in emit_subpass_color_clear_rects() 1137 .width = rects[i].rect.extent.width, in emit_subpass_ds_clear_rects() 1138 .height = rects[i].rect.extent.height, in emit_subpass_ds_clear_rects()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_structs.h | 693 size += vn_sizeof_VkExtent2D(&val->extent); in vn_sizeof_VkRect2D() 701 vn_encode_VkExtent2D(enc, &val->extent); in vn_encode_VkRect2D() 708 vn_decode_VkExtent2D(dec, &val->extent); in vn_decode_VkRect2D() 716 size += vn_sizeof_VkExtent2D_partial(&val->extent); in vn_sizeof_VkRect2D_partial() 724 vn_encode_VkExtent2D_partial(enc, &val->extent); in vn_encode_VkRect2D_partial()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 428 colorBufferExtent, // VkExtent3D extent; in iterate() 546 const auto extent = gradientImageExtent(); in initGradientPrograms() local 593 << " const float width = " << extent.width << ";\n" in initGradientPrograms() 594 << " const float height = " << extent.height << ";\n" in initGradientPrograms() 748 << " %21 = OpConstant %17 " << extent.width << "\n" // Made constant instead of spec constant. in initGradientPrograms() 750 << " %27 = OpConstant %17 " << extent.height << "\n" // Made constant instead of spec constant. in initGradientPrograms() 947 colorBufferExtent, // VkExtent3D extent; in testFullscreenGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 300 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() argument 312 extent, // VkExtent3D imageExtent; in makeBufferImageCopy() 837 const VkExtent3D& extent) in makeSparseImageMemoryBind() 857 imageMemoryBind.extent = extent; in makeSparseImageMemoryBind() 831 makeSparseImageMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkImageSubresource& subresource, const VkOffset3D& offset, const VkExtent3D& extent) makeSparseImageMemoryBind() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 428 colorBufferExtent, // VkExtent3D extent; in iterate() 546 const auto extent = gradientImageExtent(); in initGradientPrograms() local 593 << " const float width = " << extent.width << ";\n" in initGradientPrograms() 594 << " const float height = " << extent.height << ";\n" in initGradientPrograms() 748 << " %21 = OpConstant %17 " << extent.width << "\n" // Made constant instead of spec constant. in initGradientPrograms() 750 << " %27 = OpConstant %17 " << extent.height << "\n" // Made constant instead of spec constant. in initGradientPrograms() 947 colorBufferExtent, // VkExtent3D extent; in testFullscreenGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 300 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() argument 312 extent, // VkExtent3D imageExtent; in makeBufferImageCopy() 834 const VkExtent3D& extent) in makeSparseImageMemoryBind() 854 imageMemoryBind.extent = extent; in makeSparseImageMemoryBind() 828 makeSparseImageMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkImageSubresource& subresource, const VkOffset3D& offset, const VkExtent3D& extent) makeSparseImageMemoryBind() argument
|
/foundation/window/window_manager/wm/src/ |
H A D | gtx_input_event_sender.cpp | 46 mEvent.extent = { rect.posX_, rect.posY_, rect.width_, rect.height_ }; in SetTouchEvent()
|
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | rock.h | 15 __u8 extent[8]; member
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | rock.h | 15 __u8 extent[8]; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_cs.h | 106 } extent; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_resource.h | 44 struct pipe_scissor_state extent; member
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Image.cpp | 28 imageInfo.extent = vk::Extent3D(width, height, 1); in Image()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | SwapChainVk.h | 61 VkExtent2D extent; member
|
/kernel/linux/linux-5.10/fs/qnx4/ |
H A D | inode.c | 69 static inline u32 try_extent(qnx4_xtnt_t *extent, u32 *offset) in try_extent() argument 71 u32 size = le32_to_cpu(extent->xtnt_size); in try_extent() 73 return le32_to_cpu(extent->xtnt_blk) + *offset - 1; in try_extent() 90 // iblock is in the first extent. This is easy. in qnx4_block_map() 92 // iblock is beyond first extent. We have to follow the extent chain. in qnx4_block_map()
|
/kernel/linux/linux-6.6/fs/qnx4/ |
H A D | inode.c | 69 static inline u32 try_extent(qnx4_xtnt_t *extent, u32 *offset) in try_extent() argument 71 u32 size = le32_to_cpu(extent->xtnt_size); in try_extent() 73 return le32_to_cpu(extent->xtnt_blk) + *offset - 1; in try_extent() 90 // iblock is in the first extent. This is easy. in qnx4_block_map() 92 // iblock is beyond first extent. We have to follow the extent chain. in qnx4_block_map()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_image.c | 92 template.width0 = pCreateInfo->extent.width; in lvp_image_create() 93 template.height0 = pCreateInfo->extent.height; in lvp_image_create() 94 template.depth0 = pCreateInfo->extent.depth; in lvp_image_create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.hpp | 297 , extent(extent_) in ImageResource() 306 vk::VkExtent3D extent; member 325 const vk::VkExtent3D& extent,
|