Home
last modified time | relevance | path

Searched refs:extent (Results 251 - 275 of 438) sorted by relevance

1...<<1112131415161718

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c97 clip.clip_window_width_in_pixels = rect->extent.width; in job_emit_clip_window()
98 clip.clip_window_height_in_pixels = rect->extent.height; in job_emit_clip_window()
735 if (state->render_area.extent.width > 0) in cmd_buffer_emit_render_pass_layer_rcl()
736 max_render_x += state->render_area.extent.width - 1; in cmd_buffer_emit_render_pass_layer_rcl()
738 if (state->render_area.extent.height > 0) in cmd_buffer_emit_render_pass_layer_rcl()
739 max_render_y += state->render_area.extent.height - 1; in cmd_buffer_emit_render_pass_layer_rcl()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c931 .extent = { fb->width, fb->height }, in vk_get_command_buffer_inheritance_as_rendering_resume()
1306 cmd_buffer->render_area.extent.width != image_view->extent.width || in can_use_attachment_initial_layout()
1307 cmd_buffer->render_area.extent.height != image_view->extent.height) in can_use_attachment_initial_layout()
1462 range.layerCount = image_view->extent.depth; in transition_attachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPerformanceTests.cpp343 { 32, 32, 1 }, // VkExtent3D extent in iterate()
359 const vk::VkDeviceSize colorOutputBufferSize = renderArea.extent.width * renderArea.extent.height * tcu::getPixelSize(vk::mapVkFormat(colorAttachmentFormat)); in iterate()
518 const vk::VkViewport viewport = vk::makeViewport((float)renderArea.extent.width, 0.0f, (float)renderArea.extent.width, (float)renderArea.extent.height, 0.0f, 1.0f); in iterate()
519 const vk::VkRect2D scissor = vk::makeRect2D(renderArea.extent); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp2036 }, // VkExtent3D extent; in iterate()
2072 }, // VkExtent3D extent; in iterate()
2121 const VkDeviceSize sizeOutputR64 = 8 * outputImageCreateInfo.extent.width * outputImageCreateInfo.extent.height * outputImageCreateInfo.extent.depth; in iterate()
2122 const VkDeviceSize sizeOneLayers = 8 * imageCreateInfo.extent.width * imageCreateInfo.extent.height * imageCreateInfo.extent.depth; in iterate()
2337 vk.cmdDispatch(*cmdBuffer, imageInfo.extent.width, imageInfo.extent in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp2070 }, // VkExtent3D extent; in iterate()
2106 }, // VkExtent3D extent; in iterate()
2155 const VkDeviceSize sizeOutputR64 = 8 * outputImageCreateInfo.extent.width * outputImageCreateInfo.extent.height * outputImageCreateInfo.extent.depth; in iterate()
2156 const VkDeviceSize sizeOneLayers = 8 * imageCreateInfo.extent.width * imageCreateInfo.extent.height * imageCreateInfo.extent.depth; in iterate()
2371 vk.cmdDispatch(*cmdBuffer, imageInfo.extent.width, imageInfo.extent in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.hpp141 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
H A DvktImageAstcDecodeModeTests.cpp118 extentCompressed, // VkExtent3D extent; in iterate()
138 extentUnCompressed, // VkExtent3D extent; in iterate()
184 makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, resultImageInfo.extent.depth, 0u, resultImageInfo.arrayLayers)); in iterate()
343 resultImageInfo.extent, // VkExtent3D imageExtent; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp213 const vk::VkExtent3D& extent,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTestsUtil.hpp141 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
H A DvktImageAstcDecodeModeTests.cpp118 extentCompressed, // VkExtent3D extent; in iterate()
138 extentUnCompressed, // VkExtent3D extent; in iterate()
184 makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, resultImageInfo.extent.depth, 0u, resultImageInfo.arrayLayers)); in iterate()
343 resultImageInfo.extent, // VkExtent3D imageExtent; in iterate()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFramebuffer.cpp28 , extent{ pCreateInfo->width, pCreateInfo->height, pCreateInfo->layers } in Framebuffer()
/third_party/skia/tools/gpu/vk/
H A DVkYcbcrSamplerHelper.cpp72 vkImageInfo.extent = VkExtent3D{width, height, 1}; in createBackendTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp206 const vk::VkExtent3D& extent,
/third_party/glfw/tests/
H A Dtriangle-vulkan.c407 .renderArea.extent.width = demo->width, in demo_draw_build_cmd()
408 .renderArea.extent.height = demo->height, in demo_draw_build_cmd()
451 scissor.extent.width = demo->width; in demo_draw_build_cmd()
452 scissor.extent.height = demo->height; in demo_draw_build_cmd()
740 .extent = {demo->width, demo->height, 1}, in demo_prepare_depth()
826 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image()
961 .extent = {staging_texture.tex_width, in demo_prepare_textures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp1197 tcu::UVec3 alignedDivide (const VkExtent3D& extent, const VkExtent3D& divisor)
1201 result.x() = extent.width / divisor.width + ((extent.width % divisor.width != 0) ? 1u : 0u);
1202 result.y() = extent.height / divisor.height + ((extent.height % divisor.height != 0) ? 1u : 0u);
1203 result.z() = extent.depth / divisor.depth + ((extent.depth % divisor.depth != 0) ? 1u : 0u);
1637 { // VkExtent3D extent;
1885 { m_renderSize.x(), m_renderSize.y(), 1u }, // VkExtent3D extent;
1957 { m_renderSize.x(), m_renderSize.y(), 1u }, // VkExtent3D extent;
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp1199 tcu::UVec3 alignedDivide (const VkExtent3D& extent, const VkExtent3D& divisor)
1203 result.x() = extent.width / divisor.width + ((extent.width % divisor.width != 0) ? 1u : 0u);
1204 result.y() = extent.height / divisor.height + ((extent.height % divisor.height != 0) ? 1u : 0u);
1205 result.z() = extent.depth / divisor.depth + ((extent.depth % divisor.depth != 0) ? 1u : 0u);
1639 { // VkExtent3D extent;
1887 { m_renderSize.x(), m_renderSize.y(), 1u }, // VkExtent3D extent;
1959 { m_renderSize.x(), m_renderSize.y(), 1u }, // VkExtent3D extent;
[all...]
/third_party/gn/src/base/containers/
H A Dspan.h184 static constexpr index_type extent = Extent; member in base::span
240 // around. If extent is not dynamic, OtherExtent has to be equal to Extent.
354 // span<T, Extent>::extent can not be declared inline prior to C++17, hence this
357 constexpr size_t span<T, Extent>::extent;
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_decompress.c446 .extent = { width, height } in radv_process_depth_image_layer()
516 .extent = {width, height}, in radv_process_depth_stencil()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp890 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() argument
900 extent, // VkExtent3D imageExtent; in makeBufferImageCopy()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp624 scissor.extent.width = scissorRect.width();
631 scissor.extent.height = scissorRect.height();
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp411 scissorRect.extent.width = 1; in Initialize()
412 scissorRect.extent.height = 1; in Initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTestsEXT.cpp874 imageExtent, // VkExtent3D extent; in iterate()
930 imageExtent, // VkExtent3D extent; in iterate()
1538 const auto extent = makeExtent3D(1u, 1u, 1u); in iterate() local
1585 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), 0u, nullptr, extent.width, extent.height); in iterate()
1586 const std::vector<VkViewport> viewports (1u, makeViewport(extent)); in iterate()
1587 const std::vector<VkRect2D> scissors (1u, makeRect2D(extent)); in iterate()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp529 scissor.extent.width = (uint32_t)(clip_max.x - clip_min.x); in ImGui_ImplVulkan_RenderDrawData()
530 scissor.extent.height = (uint32_t)(clip_max.y - clip_min.y); in ImGui_ImplVulkan_RenderDrawData()
561 info.extent.width = width; in ImGui_ImplVulkan_CreateFontsTexture()
562 info.extent.height = height; in ImGui_ImplVulkan_CreateFontsTexture()
563 info.extent.depth = 1; in ImGui_ImplVulkan_CreateFontsTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTestsEXT.cpp874 imageExtent, // VkExtent3D extent; in iterate()
930 imageExtent, // VkExtent3D extent; in iterate()
1538 const auto extent = makeExtent3D(1u, 1u, 1u); in iterate() local
1585 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), 0u, nullptr, extent.width, extent.height); in iterate()
1586 const std::vector<VkViewport> viewports (1u, makeViewport(extent)); in iterate()
1587 const std::vector<VkRect2D> scissors (1u, makeRect2D(extent)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp258 VkExtent3D extent, in prepareImageAndImageView()
278 extent, // VkExtent3D extent; in prepareImageAndImageView()
1708 auto createFramebufferAttachmentImageInfo = [](VkImageCreateFlags createFlags, VkImageUsageFlags usageFlags, VkExtent3D& extent, deUint32 layerCount, const VkFormat* format) in FragmentDensityMapTestInstance()
1716 extent.width, // deUint32 width; in FragmentDensityMapTestInstance()
1717 extent.height, // deUint32 height; in FragmentDensityMapTestInstance()
1931 rect.extent.width = halfWidth; in FragmentDensityMapTestInstance()
253 prepareImageAndImageView(const DeviceInterface& vk, VkDevice vkDevice, SimpleAllocator& memAlloc, VkImageCreateFlags imageCreateFlags, VkFormat format, VkExtent3D extent, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageUsageFlags usage, deUint32 queueFamilyIndex, VkImageViewCreateFlags viewFlags, VkImageViewType viewType, const VkComponentMapping& channels, const VkImageSubresourceRange& subresourceRange, Move<VkImage>& image, de::MovePtr<Allocation>& imageAlloc, Move<VkImageView>& imageView) prepareImageAndImageView() argument

Completed in 48 milliseconds

1...<<1112131415161718