Home
last modified time | relevance | path

Searched refs:extent (Results 201 - 225 of 495) sorted by relevance

12345678910>>...20

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.hpp177 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
188 const vk::VkExtent3D& extent);
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c956 state->scissors[i].maxx = ss->offset.x + ss->extent.width; in handle_graphics_pipeline()
957 state->scissors[i].maxy = ss->offset.y + ss->extent.height; in handle_graphics_pipeline()
1237 state->iv[p_stage][idx].u.tex.last_layer = iv->vk.extent.depth - 1; in fill_image_view_stage()
1608 rect->extent.width, rect->extent.height, in clear_attachment_layers()
1614 rect->extent.width, rect->extent.height, in clear_attachment_layers()
1646 state->render_area.extent.width, in render_clear()
1647 state->render_area.extent.height, in render_clear()
1677 state->render_area.extent in render_clear()
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_meta_common.c494 layer_offset < image->vk.extent.depth); in emit_copy_layer_to_buffer_per_tile_list()
602 layer_offset < src->vk.extent.depth); in emit_resolve_image_layer_per_tile_list()
620 layer_offset < dst->vk.extent.depth); in emit_resolve_image_layer_per_tile_list()
763 layer_offset < src->vk.extent.depth); in emit_copy_image_layer_per_tile_list()
781 layer_offset < dst->vk.extent.depth); in emit_copy_image_layer_per_tile_list()
1064 layer < image->vk.extent.depth); in emit_copy_buffer_to_layer_per_tile_list()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleInterpolationTests.cpp69 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in checkForError()
70 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in checkForError()
71 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in checkForError()
178 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in verifyImageData()
179 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in verifyImageData()
180 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in verifyImageData()
H A DvktPipelineSamplerBorderSwizzleTests.cpp816 const auto extent = getImageExtent(); in iterate() local
833 extent, // VkExtent3D extent; in iterate()
870 extent, // VkExtent3D extent; in iterate()
1004 const std::vector<VkViewport> viewport { makeViewport(extent) }; in iterate()
1005 const std::vector<VkRect2D> scissor { makeRect2D(extent) }; in iterate()
1047 renderPass.createFramebuffer(vkd, device, colorAttachment.get(), colorAttachmentView.get(), extent.width, extent.height); in iterate()
1097 const auto renderSize = tcu::UVec2(extent in iterate()
[all...]
H A DvktPipelineMultisampleTestsUtil.hpp78 deUint32 getImageMaxMipLevels (const vk::VkImageFormatProperties& imageFormatProperties, const vk::VkExtent3D& extent);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexImageTest.cpp152 GLint extent = kFboSizes[0] - offset; in runCopyTexSubImageTest() local
155 extent, extent); in runCopyTexSubImageTest()
169 extent = kFboSizes[0] - offset; in runCopyTexSubImageTest()
176 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, offset, offset, srcOffset, srcOffset, extent, extent); in runCopyTexSubImageTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleInterpolationTests.cpp67 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in checkForError()
68 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in checkForError()
69 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in checkForError()
176 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in verifyImageData()
177 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in verifyImageData()
178 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in verifyImageData()
H A DvktPipelineMultisampleTestsUtil.hpp78 deUint32 getImageMaxMipLevels (const vk::VkImageFormatProperties& imageFormatProperties, const vk::VkExtent3D& extent);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateRSTests.cpp974 const auto extent = vk::makeExtent3D(8u, 8u, 1u); in iterate() local
997 extent, // VkExtent3D extent; in iterate()
1018 extent, // VkExtent3D extent; in iterate()
1040 renderPass.createFramebuffer(vkd, device, static_cast<deUint32>(attachments.size()), de::dataOrNull(images), de::dataOrNull(attachments), extent.width, extent.height); in iterate()
1059 const std::vector<vk::VkViewport> viewports { vk::makeViewport(extent) }; in iterate()
1060 const std::vector<vk::VkRect2D> scissors { vk::makeRect2D(extent) }; in iterate()
1185 const auto iWidth = static_cast<int>(extent in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateRSTests.cpp943 const auto extent = vk::makeExtent3D(8u, 8u, 1u); in iterate() local
966 extent, // VkExtent3D extent; in iterate()
987 extent, // VkExtent3D extent; in iterate()
1008 const auto framebuffer = vk::makeFramebuffer(vkd, device, renderPass.get(), static_cast<deUint32>(attachments.size()), de::dataOrNull(attachments), extent.width, extent.height); in iterate()
1027 const std::vector<vk::VkViewport> viewports { vk::makeViewport(extent) }; in iterate()
1028 const std::vector<vk::VkRect2D> scissors { vk::makeRect2D(extent) }; in iterate()
1142 const auto iWidth = static_cast<int>(extent in iterate()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp122 region.extent.width = imageExtent.width; in ComputeImageCopyRegion()
123 region.extent.height = imageExtent.height; in ComputeImageCopyRegion()
124 region.extent.depth = has3DTextureInCopy ? copySize.depthOrArrayLayers : 1; in ComputeImageCopyRegion()
334 beginInfo.renderArea.extent.width = renderPass->width; in RecordBeginRenderPass()
335 beginInfo.renderArea.extent.height = renderPass->height; in RecordBeginRenderPass()
673 // the image subresource, when the extent that fits in the copy region of one in RecordCommands()
675 // to find a valid extent to satisfy the requirements on both source and in RecordCommands()
679 // the extent of vkCmdCopyImage. in RecordCommands()
1065 scissorRect.extent.width = renderPassCmd->width; in RecordRenderPass()
1066 scissorRect.extent in RecordRenderPass()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp1092 wgpu::Extent3D extent,
1098 bytesPerRow = Align(extent.width * dataSize, kTextureBytesPerRowAlignment);
1100 ASSERT(bytesPerRow >= extent.width * dataSize);
1104 uint32_t rowsPerImage = extent.height;
1105 uint32_t size = utils::RequiredBytesInCopy(bytesPerRow, rowsPerImage, extent.width,
1106 extent.height, extent.depthOrArrayLayers, dataSize);
1118 encoder.CopyTextureToBuffer(&imageCopyTexture, &imageCopyBuffer, &extent);
1129 deferred.rowBytes = extent.width * dataSize;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp651 const UVec3 size = UVec3(imageData[resultImageNdx].getImageInfo(imageNdx).extent.width, in iterate()
652 imageData[resultImageNdx].getImageInfo(imageNdx).extent.height, in iterate()
653 imageData[resultImageNdx].getImageInfo(imageNdx).extent.depth); in iterate()
730 imageData.getImageInfo(imageNdx).extent; in copyDataToImage()
849 vk.cmdDispatch(cmdBuffer, imageData[1].getImageInfo(ndx).extent.width, in executeShader()
850 imageData[1].getImageInfo(ndx).extent.height, in executeShader()
851 imageData[1].getImageInfo(ndx).extent.depth); in executeShader()
971 extentCompressed, // VkExtent3D extent; in createImageInfos()
1014 extentUncompressed, // VkExtent3D extent; in createImageInfos()
1054 const VkExtent3D extentUncompressed = imageData[m_parameters.imagesCount -1].getImageInfo(imageNdx).extent; in decompressImage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp649 const UVec3 size = UVec3(imageData[resultImageNdx].getImageInfo(imageNdx).extent.width, in iterate()
650 imageData[resultImageNdx].getImageInfo(imageNdx).extent.height, in iterate()
651 imageData[resultImageNdx].getImageInfo(imageNdx).extent.depth); in iterate()
719 imageData.getImageInfo(imageNdx).extent; in copyDataToImage()
838 vk.cmdDispatch(cmdBuffer, imageData[1].getImageInfo(ndx).extent.width, in executeShader()
839 imageData[1].getImageInfo(ndx).extent.height, in executeShader()
840 imageData[1].getImageInfo(ndx).extent.depth); in executeShader()
960 extentCompressed, // VkExtent3D extent; in createImageInfos()
1003 extentUncompressed, // VkExtent3D extent; in createImageInfos()
1043 const VkExtent3D extentUncompressed = imageData[m_parameters.imagesCount -1].getImageInfo(imageNdx).extent; in decompressImage()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_component.h48 void SetColumnExtent(int32_t extent);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.h81 bool CalcCaretMetricsByPosition(int32_t extent, CaretMetricsF& caretCaretMetric, TextAffinity textAffinity) const;
/third_party/vk-gl-cts/external/vulkancts/modules/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/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/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c457 uint32_t width0 = pCreateInfo->extent.width; in tu_image_init()
458 uint32_t height0 = pCreateInfo->extent.height; in tu_image_init()
483 pCreateInfo->extent.depth != 1) in tu_image_init()
497 pCreateInfo->extent.depth, in tu_image_init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp72 makeExtent3D(size.x(), size.y(), 1), // VkExtent3D extent; in makeImageCreateInfo()
160 const VkExtent2D& extent, in commandClearDepthAttachment()
172 { offset, extent }, // VkRect2D rect; in commandClearDepthAttachment()
183 const VkExtent2D& extent, in commandClearStencilAttachment()
195 { offset, extent }, // VkRect2D rect; in commandClearStencilAttachment()
157 commandClearDepthAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearDepthAttachment() argument
180 commandClearStencilAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearStencilAttachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp157 m_parameters.renderSize.y(), 1), // VkExtent3D extent in DynamicRenderingTestInstance()
614 const float scaleX = static_cast<float>(renderArea.extent.width - quadShrink * 4) / static_cast<float>(m_parameters.renderSize.x()); in iterate()
615 const float scaleY = static_cast<float>(renderArea.extent.height - quadShrink * 4) / static_cast<float>(m_parameters.renderSize.y()); in iterate()
623 const float offsetX = static_cast<float>(renderArea.offset.x - static_cast<int>(m_parameters.renderSize.x() - renderArea.extent.width) / 2) * pixelSizeX; in iterate()
624 const float offsetY = static_cast<float>(renderArea.offset.y - static_cast<int>(m_parameters.renderSize.y() - renderArea.extent.height) / 2) * pixelSizeY; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmCrossStageInterfaceTests.cpp85 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, deUint32 queueFamilyIndex) in makeImageCreateInfo() argument
94 {extent.width, extent.height, 1u}, // VkExtent3D extent; in makeImageCreateInfo()
96 extent.depth, // uint32_t arrayLayers; in makeImageCreateInfo()

Completed in 38 milliseconds

12345678910>>...20