/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationUtil.hpp | 158 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent, const vk::VkImageSubresourceLayers subresourceLayers);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 158 { 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 D | vktApiBufferMarkerTests.cpp | 736 scissor.extent.width = 1; in bufferMarkerMemoryDep() 737 scissor.extent.height = 1; in bufferMarkerMemoryDep()
|
H A D | vktApiImageCompressionControlTests.cpp | 569 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 D | vktApiCommandBuffersTests.cpp | 158 { 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 D | vktApiBufferMarkerTests.cpp | 659 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 D | vktWsiSurfaceTests.cpp | 483 "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 D | vktRasterizationTests.cpp | 324 { 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 D | vktRasterizationTests.cpp | 322 { 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 D | mali_kbase_softjobs.c | 984 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 D | vn_android.c | 1284 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 D | panvk_vX_cs.c | 561 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 D | zink_render_pass.c | 579 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 D | zink_bo.c | 992 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 D | vktSynchronizationUtil.cpp | 94 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 D | vktGlobalPriorityQueueTests.cpp | 184 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 D | vktSynchronizationWin32KeyedMutexTests.cpp | 397 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 D | Renderer.cpp | 417 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 D | TextureVk.cpp | 201 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 D | vktSynchronizationUtil.cpp | 94 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 D | vktYCbCrCopyTests.cpp | 720 const UVec2 blockExtent (copy.extent.width / srcBlockExtent.x(), copy.extent.height / srcBlockExtent.y()); in imageCopyTest()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_descriptor_set.c | 1502 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 D | vktMemoryAddressBindingTests.cpp | 415 VkExtent3D extent; 436 , extent (extent_) 460 params.extent, // VkExtent3D extent;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 538 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 D | vktMemoryAddressBindingTests.cpp | 376 VkExtent3D extent; 397 , extent (extent_) 421 params.extent, // VkExtent3D extent;
|