Home
last modified time | relevance | path

Searched refs:extent (Results 351 - 375 of 471) sorted by relevance

1...<<111213141516171819

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.hpp158 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent, const vk::VkImageSubresourceLayers subresourceLayers);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp158 { DEFAULT_IMAGE_SIZE.width, DEFAULT_IMAGE_SIZE.height }, // VkExtent2D extent;
174 DEFAULT_IMAGE_SIZE, // VkExtent3D extent;
4175 static deUint32 calcNumPixels (const VkExtent3D& extent) in calcNumPixels()
4177 DE_ASSERT(extent.depth == 1u); in calcNumPixels()
4178 return (extent.width * extent.height); in calcNumPixels()
4180 static deUint32 calcNumVertices (const VkExtent3D& extent) in calcNumVertices()
4183 return (calcNumPixels(extent) * 3u); in calcNumVertices()
4186 static VkDeviceSize calcVertexBufferSize (const VkExtent3D& extent) in calcVertexBufferSize()
4188 return calcNumVertices(extent) * sizeo in calcVertexBufferSize()
[all...]
H A DvktApiBufferMarkerTests.cpp736 scissor.extent.width = 1; in bufferMarkerMemoryDep()
737 scissor.extent.height = 1; in bufferMarkerMemoryDep()
H A DvktApiImageCompressionControlTests.cpp569 VkExtent3D extent = { 16, 16, 1 }; in imageCreateTest() local
593 extent, // VkExtent3D extent; in imageCreateTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp158 { DEFAULT_IMAGE_SIZE.width, DEFAULT_IMAGE_SIZE.height }, // VkExtent2D extent;
174 DEFAULT_IMAGE_SIZE, // VkExtent3D extent;
4175 static deUint32 calcNumPixels (const VkExtent3D& extent) in calcNumPixels()
4177 DE_ASSERT(extent.depth == 1u); in calcNumPixels()
4178 return (extent.width * extent.height); in calcNumPixels()
4180 static deUint32 calcNumVertices (const VkExtent3D& extent) in calcNumVertices()
4183 return (calcNumPixels(extent) * 3u); in calcNumVertices()
4186 static VkDeviceSize calcVertexBufferSize (const VkExtent3D& extent) in calcVertexBufferSize()
4188 return calcNumVertices(extent) * sizeo in calcVertexBufferSize()
[all...]
H A DvktApiBufferMarkerTests.cpp659 scissor.extent.width = 1; in bufferMarkerMemoryDep()
660 scissor.extent.height = 1; in bufferMarkerMemoryDep()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp483 "currentExtent is not in supported extent limits"); in validateSurfaceCapabilities()
1510 deUint32 rectABottom = presentRectangles[rectIdx1].offset.y + presentRectangles[rectIdx1].extent.height;
1511 deUint32 rectARight = presentRectangles[rectIdx1].offset.x + presentRectangles[rectIdx1].extent.width;
1515 deUint32 rectBBottom = presentRectangles[rectIdx2].offset.y + presentRectangles[rectIdx2].extent.height;
1516 deUint32 rectBRight = presentRectangles[rectIdx2].offset.x + presentRectangles[rectIdx2].extent.width;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp324 { m_renderSize, m_renderSize, 1u }, // VkExtent3D extent; in BaseRenderingTestInstance()
390 { m_renderSize, m_renderSize, 1u }, // VkExtent3D extent; in BaseRenderingTestInstance()
1276 { m_additionalRenderSize, m_additionalRenderSize, 1u }, // VkExtent3D extent; in BaseLineTestInstance()
1328 { m_additionalRenderSize, m_additionalRenderSize, 1u }, // VkExtent3D extent; in BaseLineTestInstance()
6810 colorExtent, // VkExtent3D extent;
7027 const auto extent = makeExtent3D(kWidth, kHeight, 1u);
7028 const auto triangleCount = extent.width * extent.height * extent.depth;
7044 extent, // VkExtent3
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp322 { m_renderSize, m_renderSize, 1u }, // VkExtent3D extent; in BaseRenderingTestInstance()
388 { m_renderSize, m_renderSize, 1u }, // VkExtent3D extent; in BaseRenderingTestInstance()
1273 { m_additionalRenderSize, m_additionalRenderSize, 1u }, // VkExtent3D extent; in BaseLineTestInstance()
1325 { m_additionalRenderSize, m_additionalRenderSize, 1u }, // VkExtent3D extent; in BaseLineTestInstance()
6558 colorExtent, // VkExtent3D extent;
6775 const auto extent = makeExtent3D(kWidth, kHeight, 1u);
6776 const auto triangleCount = extent.width * extent.height * extent.depth;
6792 extent, // VkExtent3
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c984 KBASE_TLSTREAM_TL_ATTRIB_ATOM_JITALLOCINFO(kbdev, katom, info->va_pages, info->commit_pages, info->extent, in kbase_jit_allocate_prepare()
1001 * Complete validation of va_pages, commit_pages and extent in kbase_jit_allocate_prepare()
1202 info->id, info->commit_pages, info->extent, info->va_pages); in kbase_jit_allocate_process()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c1284 width = image_info->extent.width; in vn_android_device_allocate_ahb()
1285 height = image_info->extent.height; in vn_android_device_allocate_ahb()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c561 maxx = MIN2(scissor->offset.x + scissor->extent.width, maxx); in emit_viewport()
562 maxy = MIN2(scissor->offset.y + scissor->extent.height, maxy); in emit_viewport()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c579 rpbi.renderArea.extent.width = fb_state->width; in begin_render_pass()
580 rpbi.renderArea.extent.height = fb_state->height; in begin_render_pass()
H A Dzink_bo.c992 ibind[i].extent.width = (w == nwidth - 1) ? lastBlockExtent.width : gwidth; in zink_bo_commit()
993 ibind[i].extent.height = (h == nheight - 1) ? lastBlockExtent.height : gheight; in zink_bo_commit()
994 ibind[i].extent.depth = (d == ndepth - 1 && res->base.b.target != PIPE_TEXTURE_CUBE) ? lastBlockExtent.depth : gdepth; in zink_bo_commit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp94 const VkExtent3D& extent, in makeImageCreateInfo()
107 extent, // VkExtent3D extent; in makeImageCreateInfo()
93 makeImageCreateInfo(const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples, const VkImageTiling tiling) makeImageCreateInfo() argument
H A DvktGlobalPriorityQueueTests.cpp184 imageInfo.extent.width = m_config.width; in createImage()
185 imageInfo.extent.height = m_config.height; in createImage()
186 imageInfo.extent.depth = 1; in createImage()
H A DvktSynchronizationWin32KeyedMutexTests.cpp397 const vk::VkExtent3D extent = in importResource() local
433 extent, in importResource()
449 return de::MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers, tiling)); in importResource()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.cpp417 data->scissorX1 = clamp<int>(scissor.offset.x + scissor.extent.width, 0, framebufferExtent.width); in draw()
419 data->scissorY1 = clamp<int>(scissor.offset.y + scissor.extent.height, 0, framebufferExtent.height); in draw()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DTextureVk.cpp201 info->extent = {size.width, size.height, 1}; in FillVulkanCreateInfoSizesAndType()
207 info->extent = {size.width, size.height, size.depthOrArrayLayers}; in FillVulkanCreateInfoSizesAndType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp94 const VkExtent3D& extent, in makeImageCreateInfo()
107 extent, // VkExtent3D extent; in makeImageCreateInfo()
93 makeImageCreateInfo(const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples, const VkImageTiling tiling) makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp720 const UVec2 blockExtent (copy.extent.width / srcBlockExtent.x(), copy.extent.height / srcBlockExtent.y()); in imageCopyTest()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_descriptor_set.c1502 iview->vk.extent.width; in pvr_write_image_descriptor_secondaries()
1504 iview->vk.extent.height; in pvr_write_image_descriptor_secondaries()
1506 iview->vk.extent.depth; in pvr_write_image_descriptor_secondaries()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp415 VkExtent3D extent;
436 , extent (extent_)
460 params.extent, // VkExtent3D extent;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp538 colorBufferExtent, // VkExtent3D extent; in iterate()
681 const auto extent = gradientImageExtent(); in initGradientPrograms() local
756 << " const float width = " << extent.width << ";\n" in initGradientPrograms()
757 << " const float height = " << extent.height << ";\n" in initGradientPrograms()
832 colorBufferExtent, // VkExtent3D extent; in testFullscreenGradient()
1408 fbExtent, // VkExtent3D extent; in iterate()
1735 fbExtent, // VkExtent3D extent; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp376 VkExtent3D extent;
397 , extent (extent_)
421 params.extent, // VkExtent3D extent;

Completed in 68 milliseconds

1...<<111213141516171819