/third_party/skia/src/gpu/vk/ |
H A D | GrVkMSAALoadManager.cpp | 161 scissor.extent.width = dst->width(); in loadMSAAFromResolve() 162 scissor.extent.height = dst->height(); in loadMSAAFromResolve()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkStructConversion.hpp | 78 pRegions[i].extent 218 pRegions[i].extent
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 1045 image_info.extent.width = info.width; in init_depth_buffer() 1046 image_info.extent.height = info.height; in init_depth_buffer() 1047 image_info.extent.depth = 1; in init_depth_buffer() 1652 scissor.extent.width = info.width; in init_pipeline() 1653 scissor.extent.height = info.height; in init_pipeline() 1779 info.scissor.extent.width = info.width; in init_scissors() 1780 info.scissor.extent.height = info.height; in init_scissors() 1793 info.scissor.extent.width = info.width; in init_scissors_array() 1794 info.scissor.extent.height = info.height; in init_scissors_array() 1807 info.scissor.extent in init_scissors2_array() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_clear.c | 96 * goes from 0 up to the level's depth extent. in clear_image_tlb() 111 max_layer = u_minify(image->vk.extent.depth, level); in clear_image_tlb() 113 uint32_t width = u_minify(image->vk.extent.width, level); in clear_image_tlb() 114 uint32_t height = u_minify(image->vk.extent.height, level); in clear_image_tlb() 1035 .width = rects[i].rect.extent.width, in emit_subpass_color_clear_rects() 1036 .height = rects[i].rect.extent.height, in emit_subpass_color_clear_rects() 1137 .width = rects[i].rect.extent.width, in emit_subpass_ds_clear_rects() 1138 .height = rects[i].rect.extent.height, in emit_subpass_ds_clear_rects()
|
H A D | v3dvx_meta_common.c | 494 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/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_structs.h | 693 size += vn_sizeof_VkExtent2D(&val->extent); in vn_sizeof_VkRect2D() 701 vn_encode_VkExtent2D(enc, &val->extent); in vn_encode_VkRect2D() 708 vn_decode_VkExtent2D(dec, &val->extent); in vn_decode_VkRect2D() 716 size += vn_sizeof_VkExtent2D_partial(&val->extent); in vn_sizeof_VkRect2D_partial() 724 vn_encode_VkExtent2D_partial(enc, &val->extent); in vn_encode_VkRect2D_partial()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 428 colorBufferExtent, // VkExtent3D extent; in iterate() 546 const auto extent = gradientImageExtent(); in initGradientPrograms() local 593 << " const float width = " << extent.width << ";\n" in initGradientPrograms() 594 << " const float height = " << extent.height << ";\n" in initGradientPrograms() 748 << " %21 = OpConstant %17 " << extent.width << "\n" // Made constant instead of spec constant. in initGradientPrograms() 750 << " %27 = OpConstant %17 " << extent.height << "\n" // Made constant instead of spec constant. in initGradientPrograms() 947 colorBufferExtent, // VkExtent3D extent; in testFullscreenGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 300 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() argument 312 extent, // VkExtent3D imageExtent; in makeBufferImageCopy() 837 const VkExtent3D& extent) in makeSparseImageMemoryBind() 857 imageMemoryBind.extent = extent; in makeSparseImageMemoryBind() 831 makeSparseImageMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkImageSubresource& subresource, const VkOffset3D& offset, const VkExtent3D& extent) makeSparseImageMemoryBind() argument
|
H A D | vktSparseResourcesTestsUtil.hpp | 177 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent, 188 const vk::VkExtent3D& extent);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 428 colorBufferExtent, // VkExtent3D extent; in iterate() 546 const auto extent = gradientImageExtent(); in initGradientPrograms() local 593 << " const float width = " << extent.width << ";\n" in initGradientPrograms() 594 << " const float height = " << extent.height << ";\n" in initGradientPrograms() 748 << " %21 = OpConstant %17 " << extent.width << "\n" // Made constant instead of spec constant. in initGradientPrograms() 750 << " %27 = OpConstant %17 " << extent.height << "\n" // Made constant instead of spec constant. in initGradientPrograms() 947 colorBufferExtent, // VkExtent3D extent; in testFullscreenGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 300 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() argument 312 extent, // VkExtent3D imageExtent; in makeBufferImageCopy() 834 const VkExtent3D& extent) in makeSparseImageMemoryBind() 854 imageMemoryBind.extent = extent; in makeSparseImageMemoryBind() 828 makeSparseImageMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkImageSubresource& subresource, const VkOffset3D& offset, const VkExtent3D& extent) makeSparseImageMemoryBind() argument
|
H A D | vktSparseResourcesTestsUtil.hpp | 177 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent, 188 const vk::VkExtent3D& extent);
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | si_cmd_buffer.c | 697 rect.extent.width = ceilf(translate[0] + fabsf(scale[0])) - rect.offset.x; in si_scissor_from_viewport() 698 rect.extent.height = ceilf(translate[1] + fabsf(scale[1])) - rect.offset.y; in si_scissor_from_viewport() 709 ret.extent.width = in si_intersect_scissor() 710 MIN2(a->offset.x + a->extent.width, b->offset.x + b->extent.width) - ret.offset.x; in si_intersect_scissor() 711 ret.extent.height = in si_intersect_scissor() 712 MIN2(a->offset.y + a->extent.height, b->offset.y + b->extent.height) - ret.offset.y; in si_intersect_scissor() 746 radeon_emit(cs, S_028254_BR_X(scissor.offset.x + scissor.extent.width) | in si_write_scissors() 747 S_028254_BR_Y(scissor.offset.y + scissor.extent in si_write_scissors() [all...] |
H A D | radv_meta.h | 196 VkExtent2D *extent, struct radv_image *dst_image, 236 VkOffset3D offset, VkExtent3D extent);
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_image.c | 92 template.width0 = pCreateInfo->extent.width; in lvp_image_create() 93 template.height0 = pCreateInfo->extent.height; in lvp_image_create() 94 template.depth0 = pCreateInfo->extent.depth; in lvp_image_create()
|
H A D | lvp_execute.c | 956 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/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.hpp | 297 , extent(extent_) in ImageResource() 306 vk::VkExtent3D extent; member 325 const vk::VkExtent3D& extent,
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.hpp | 156 vk::VkExtent3D extent, 184 const vk::VkExtent3D& extent); 242 tcu::UVec3 alignedDivide (const VkExtent3D& extent,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.hpp | 297 , extent(extent_) in ImageResource() 306 vk::VkExtent3D extent; member 325 const vk::VkExtent3D& extent,
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_cs.h | 106 } extent; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_resource.h | 44 struct pipe_scissor_state extent; member
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Image.cpp | 28 imageInfo.extent = vk::Extent3D(width, height, 1); in Image()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | SwapChainVk.h | 61 VkExtent2D extent; member
|
/third_party/skia/tests/ |
H A D | VkDrawableTest.cpp | 69 clearRect.rect.extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; 84 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight };
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleInterpolationTests.cpp | 69 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()
|