Home
last modified time | relevance | path

Searched refs:extent (Results 276 - 300 of 605) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSurfaceKHR.cpp178 pRects[0].extent = capabilities.currentExtent; in getPresentRectangles()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DTexture.h92 const Extent3D& extent) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderUtil.hpp39 vk::VkImageCreateInfo makeImageCreateInfo (const vk::VkImageType imageType, const vk::VkExtent3D& extent, const vk::VkFormat format, const vk::VkImageUsageFlags usage, const vk::VkSampleCountFlagBits samples);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.hpp78 deUint32 getImageMaxMipLevels (const vk::VkImageFormatProperties& imageFormatProperties, const vk::VkExtent3D& extent);
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c1107 minx = fb->extent.minx & ~31; in pan_preload_emit_dcd()
1108 miny = fb->extent.miny & ~31; in pan_preload_emit_dcd()
1109 maxx = MIN2(ALIGN_POT(fb->extent.maxx + 1, 32), fb->width) - 1; in pan_preload_emit_dcd()
1110 maxy = MIN2(ALIGN_POT(fb->extent.maxy + 1, 32), fb->height) - 1; in pan_preload_emit_dcd()
1273 bool full = !fb->extent.minx && !fb->extent.miny && in pan_preload_emit_pre_frame_dcd()
1274 fb->extent.maxx == (fb->width - 1) && in pan_preload_emit_pre_frame_dcd()
1275 fb->extent.maxy == (fb->height - 1); in pan_preload_emit_pre_frame_dcd()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c445 .extent = { in wsi_configure_image()
1231 assert(pCreateInfo->extent.width == swcInfo->extent.width); in wsi_common_create_swapchain_image()
1232 assert(pCreateInfo->extent.height == swcInfo->extent.height); in wsi_common_create_swapchain_image()
1233 assert(pCreateInfo->extent.depth == swcInfo->extent.depth); in wsi_common_create_swapchain_image()
1519 .imageExtent = info->create.extent, in wsi_finish_create_buffer_image()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp828 { renderSize.x(), renderSize.y(), 1 }, // extent in iterate()
1224 sfrRects[0].extent.width = (deInt32)renderSize.x(); in iterate()
1225 sfrRects[0].extent.height = (deInt32)renderSize.y(); in iterate()
1230 sfrRects[firstDeviceID * m_physicalDeviceCount + firstDeviceID].extent.width = (deInt32)renderSize.x() / 2; in iterate()
1231 sfrRects[firstDeviceID * m_physicalDeviceCount + firstDeviceID].extent.height = (deInt32)renderSize.y(); in iterate()
1417 renderAreas[0].extent.width = (deInt32)renderSize.x(); in iterate()
1418 renderAreas[0].extent.height = (deInt32)renderSize.y(); in iterate()
1423 renderAreas[firstDeviceID].extent.width = (deInt32)renderSize.x() / 2; in iterate()
1424 renderAreas[firstDeviceID].extent.height = (deInt32)renderSize.y(); in iterate()
1515 { renderSize.x(), renderSize.y(), 1 }, // extent in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBindingTests.cpp210 vk::VkExtent3D extent = { renderArea.extent.width, renderArea.extent.height, 1}; in iterate() local
219 { 32, 32, 1 }, // VkExtent3D extent in iterate()
234 const vk::VkDeviceSize colorOutputBufferSize = renderArea.extent.width * renderArea.extent.height * tcu::getPixelSize(vk::mapVkFormat(colorAttachmentFormat)); in iterate()
460 const vk::VkBufferImageCopy copyRegion = vk::makeBufferImageCopy(extent, subresourceLayers); in iterate()
467 tcu::ConstPixelBufferAccess resultBuffer = tcu::ConstPixelBufferAccess(vk::mapVkFormat(colorAttachmentFormat), renderArea.extent.width, renderArea.extent.height, 1, (const void*)colorOutputBuffer->getAllocation().getHostPtr()); in iterate()
1028 { 32, 32, 1 }, // VkExtent3D extent in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp661 const vk::VkExtent3D extent, in createImage()
681 extent, in createImage()
773 const vk::VkExtent3D extent = in importResource() local
809 extent, in importResource()
825 return de::MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling)); in importResource()
1062 const vk::VkExtent3D extent = in iterate() local
1084 vk::Move<vk::VkImage> image = createImage(m_vkdA, *m_deviceA, resourceDesc, extent, m_queueFamilyIndicesA, in iterate()
1094 resourceA = de::MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling)); in iterate()
658 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const vk::VkExtent3D extent, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, vk::VkExternalMemoryHandleTypeFlagBits externalType) createImage() argument
H A DvktSynchronizationSignalOrderTests.cpp383 const VkExtent3D extent = in importResource() local
419 extent, in importResource()
435 return MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling)); in importResource()
558 const vk::VkExtent3D& extent, in createImage()
576 extent, in createImage()
666 const VkExtent3D extent = in iterate() local
689 Move<VkImage> image = createImage(vkA, deviceA, extent, universalQueueFamilyIndex, tiling); in iterate()
697 iter.resourceA = makeSharedPtr(new Resource(image, allocation, extent, m_resourceDesc.imageType, m_resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling)); in iterate()
556 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, const vk::VkExtent3D& extent, deUint32 queueFamilyIndex, vk::VkImageTiling tiling) createImage() argument
H A DvktSynchronizationSmokeTests.cpp314 imageCreateParams.extent = imageParameters.extent3D; in createVulkanImage()
736 VkExtent3D extent; in generateWork() local
774 extent.width = testContext.renderDimension.x(); in generateWork()
775 extent.height = testContext.renderDimension.y(); in generateWork()
776 extent.depth = 1; in generateWork()
780 imageParameters.extent3D = extent; in generateWork()
826 scissor.extent.width = testContext.renderDimension.x(); in generateWork()
827 scissor.extent.height = testContext.renderDimension.y(); in generateWork()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp828 { renderSize.x(), renderSize.y(), 1 }, // extent in iterate()
1224 sfrRects[0].extent.width = (deInt32)renderSize.x(); in iterate()
1225 sfrRects[0].extent.height = (deInt32)renderSize.y(); in iterate()
1230 sfrRects[firstDeviceID * m_physicalDeviceCount + firstDeviceID].extent.width = (deInt32)renderSize.x() / 2; in iterate()
1231 sfrRects[firstDeviceID * m_physicalDeviceCount + firstDeviceID].extent.height = (deInt32)renderSize.y(); in iterate()
1417 renderAreas[0].extent.width = (deInt32)renderSize.x(); in iterate()
1418 renderAreas[0].extent.height = (deInt32)renderSize.y(); in iterate()
1423 renderAreas[firstDeviceID].extent.width = (deInt32)renderSize.x() / 2; in iterate()
1424 renderAreas[firstDeviceID].extent.height = (deInt32)renderSize.y(); in iterate()
1515 { renderSize.x(), renderSize.y(), 1 }, // extent in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp664 const vk::VkExtent3D extent, in createImage()
684 extent, in createImage()
776 const vk::VkExtent3D extent = in importResource() local
812 extent, in importResource()
828 return de::MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling)); in importResource()
1065 const vk::VkExtent3D extent = in iterate() local
1087 vk::Move<vk::VkImage> image = createImage(m_vkdA, *m_deviceA, resourceDesc, extent, m_queueFamilyIndicesA, in iterate()
1097 resourceA = de::MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling)); in iterate()
661 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, const ResourceDescription& resourceDesc, const vk::VkExtent3D extent, const std::vector<deUint32>& queueFamilyIndices, const OperationSupport& readOp, const OperationSupport& writeOp, vk::VkExternalMemoryHandleTypeFlagBits externalType) createImage() argument
H A DvktSynchronizationSignalOrderTests.cpp365 const VkExtent3D extent = in importResource() local
401 extent, in importResource()
417 return MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling)); in importResource()
540 const vk::VkExtent3D& extent, in createImage()
558 extent, in createImage()
644 const VkExtent3D extent = in iterate() local
667 Move<VkImage> image = createImage(vkA, deviceA, extent, universalQueueFamilyIndex, tiling); in iterate()
675 iter.resourceA = makeSharedPtr(new Resource(image, allocation, extent, m_resourceDesc.imageType, m_resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling)); in iterate()
538 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, const vk::VkExtent3D& extent, deUint32 queueFamilyIndex, vk::VkImageTiling tiling) createImage() argument
H A DvktSynchronizationSmokeTests.cpp315 imageCreateParams.extent = imageParameters.extent3D; in createVulkanImage()
737 VkExtent3D extent; in generateWork() local
775 extent.width = testContext.renderDimension.x(); in generateWork()
776 extent.height = testContext.renderDimension.y(); in generateWork()
777 extent.depth = 1; in generateWork()
781 imageParameters.extent3D = extent; in generateWork()
827 scissor.extent.width = testContext.renderDimension.x(); in generateWork()
828 scissor.extent.height = testContext.renderDimension.y(); in generateWork()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.c309 u64 extent, u64 *flags, u64 *gpu_va) in kbase_mem_alloc()
322 "Allocating %lld va_pages, %lld commit_pages, %lld extent, 0x%llX " in kbase_mem_alloc()
324 va_pages, commit_pages, extent, *flags); in kbase_mem_alloc()
371 if (kbase_check_alloc_sizes(kctx, *flags, va_pages, commit_pages, extent)) { in kbase_mem_alloc()
434 /* kbase_check_alloc_sizes() already checks extent is valid for in kbase_mem_alloc()
435 * assigning to reg->extent */ in kbase_mem_alloc()
436 reg->extent = extent; in kbase_mem_alloc()
439 reg->extent = extent; in kbase_mem_alloc()
307 kbase_mem_alloc(struct kbase_context *kctx, u64 va_pages, u64 commit_pages, u64 extent, u64 *flags, u64 *gpu_va) kbase_mem_alloc() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_image.c664 state_size += anv_minify(image->vk.extent.depth, l) * 4; in add_aux_state_tracking_buffer()
898 .width = image->vk.extent.width, in add_shadow_surface()
899 .height = image->vk.extent.height, in add_shadow_surface()
900 .depth = image->vk.extent.depth, in add_shadow_surface()
942 .width = image->vk.extent.width / plane_format.denominator_scales[0], in add_primary_surface()
943 .height = image->vk.extent.height / plane_format.denominator_scales[1], in add_primary_surface()
944 .depth = image->vk.extent.depth, in add_primary_surface()
2074 layout->size = layout->rowPitch * anv_minify(image->vk.extent.height, in anv_GetImageSubresourceLayout()
2076 image->vk.extent.depth; in anv_GetImageSubresourceLayout()
2742 iview->planes[vplane].isl.array_len = iview->vk.extent in anv_CreateImageView()
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
H A Dvulkan_example.cpp256 VkExtent2D extent = ChooseSwapExtent(swapChainSupport.capabilities); in CreateSwapChain() local
269 createInfo.imageExtent = extent; in CreateSwapChain()
298 swapChainExtent = extent; in CreateSwapChain()
801 renderPassInfo.renderArea.extent = swapChainExtent; in RecordCommandBuffer()
822 scissor.extent = swapChainExtent; in RecordCommandBuffer()
/kernel/linux/linux-5.10/net/ceph/
H A Dosd_client.c97 * 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()
186 return osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data()
210 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_pages()
221 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_pagelist()
234 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_bio()
251 osd_data = osd_req_op_data(osd_req, which, extent, osd_data); in osd_req_op_extent_osd_data_bvecs()
262 osd_data = osd_req_op_data(osd_req, which, extent, osd_dat in osd_req_op_extent_osd_data_bvec_pos()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp3274 m_colorImage.info.extent.width = m_renderArea.extent.width;
3275 m_colorImage.info.extent.height = m_renderArea.extent.height;
3276 m_colorImage.info.extent.depth = 1;
3405 createInfo.width = m_renderArea.extent.width;
3406 createInfo.height = m_renderArea.extent.height;
3450 VkViewport viewport = makeViewport(m_renderArea.extent);
3913 // We ensure the extent matches the render area, for the sake of input attachment case.
3918 imageResource.info.extent
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp1048 variables.descriptorsImages[infoIdx]->extent, // imageExtent in copyBuffersToImages()
1072 variables.descriptorsImages[infoIdx]->extent, // imageExtent in copyImagesToBuffers()
1278 variables.renderArea.extent.width = m_testParams.frameResolution.width; in iterateCommandSetup()
1279 variables.renderArea.extent.height = m_testParams.frameResolution.height; in iterateCommandSetup()
1448 v.renderArea.extent.width = m_testParams.frameResolution.width/4; in iterate()
1449 v.renderArea.extent.height = m_testParams.frameResolution.height/4; in iterate()
1471 vk::VkRect2D scissor = makeRect2D(v.renderArea.offset.x, v.renderArea.offset.y, v.renderArea.extent.width, v.renderArea.extent.height); in iterate()
1700 frameBuffer->image->extent.width, // bufferRowLength in commandReadFrameBuffer()
1701 frameBuffer->image->extent in commandReadFrameBuffer()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp3245 m_colorImage.info.extent.width = m_renderArea.extent.width;
3246 m_colorImage.info.extent.height = m_renderArea.extent.height;
3247 m_colorImage.info.extent.depth = 1;
3376 createInfo.width = m_renderArea.extent.width;
3377 createInfo.height = m_renderArea.extent.height;
3421 VkViewport viewport = makeViewport(m_renderArea.extent);
3884 // We ensure the extent matches the render area, for the sake of input attachment case.
3889 imageResource.info.extent
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp1067 variables.descriptorsImages[infoIdx]->extent, // imageExtent in copyBuffersToImages()
1091 variables.descriptorsImages[infoIdx]->extent, // imageExtent in copyImagesToBuffers()
1202 variables.renderArea.extent.width = m_testParams.frameResolution.width; in iterateCommandSetup()
1203 variables.renderArea.extent.height = m_testParams.frameResolution.height; in iterateCommandSetup()
1364 v.renderArea.extent.width = m_testParams.frameResolution.width/4; in iterate()
1365 v.renderArea.extent.height = m_testParams.frameResolution.height/4; in iterate()
1387 vk::VkRect2D scissor = makeRect2D(v.renderArea.offset.x, v.renderArea.offset.y, v.renderArea.extent.width, v.renderArea.extent.height); in iterate()
1610 frameBuffer->image->extent.width, // bufferRowLength in commandReadFrameBuffer()
1611 frameBuffer->image->extent in commandReadFrameBuffer()
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DClearImageBenchmarks.cpp36 imageInfo.extent = vk::Extent3D(1024, 1024, 1); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoTestUtils.hpp114 const VkExtent2D& extent,

Completed in 61 milliseconds

1...<<11121314151617181920>>...25