| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
| H A D | vktQueryPoolStatisticsTests.cpp | 1322 const vk::VkExtent2D extent = vk::makeExtent2D(WIDTH, HEIGHT); in commandClearAttachment() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiImageClearingTests.cpp | 181 const VkExtent3D extent = getMipLevelExtent(baseExtent, mipLevel); in getImageMipLevelSizes() local 448 std::string extentToString (VkExtent3D extent, VkImageType imageType) in extentToString() argument 751 createImage(VkImageType imageType, VkFormat format, VkImageTiling tiling, VkExtent3D extent, deUint32 arrayLayerCount, VkImageUsageFlags usage) const createImage() argument 1116 const VkExtent3D extent = getMipLevelExtent(m_params.imageExtent, mipLevel); readImage() local 1161 const VkExtent3D extent = getMipLevelExtent(m_params.imageExtent, mipLevel); readImage() local 1310 const VkExtent3D extent = getMipLevelExtent(m_params.imageExtent, mipLevel); verifyResultImage() local 1384 const VkExtent3D extent = getMipLevelExtent(imageExtent, mipLevel); preClearImage() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageDepthStencilDescriptorTests.cpp | 526 VkDeviceSize getCopyBufferSize (const tcu::TextureFormat& format, const VkExtent3D& extent) in getCopyBufferSize() argument 538 const auto extent = getExtent(); in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderSmokeTestsEXT.cpp | 677 const auto extent = gradientImageExtent(); in initGradientPrograms() local
|
| H A D | vktMeshShaderSyncTestsEXT.cpp | 1538 const auto extent = makeExtent3D(1u, 1u, 1u); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineColorWriteEnableTests.cpp | 1449 extent, // VkExtent3D extent; in createFramebuffer() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingBuiltinTests.cpp | 1764 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags usage, const VkExtent3D& extent) in checkFormatSupported() argument 1795 const VkExtent3D extent = makeExtent3D(m_data.width, m_data.height, m_data.depth); in checkSupportInInstance() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 317 VkDeviceSize getPixelBufferSize (const VkFormat format, const VkExtent3D& extent) in getPixelBufferSize() argument 1070 const VkExtent3D extent = resource.getImage().extent; in makeExtentOffset() local 3761 const VkExtent3D& extent = m_resource.getImage().extent; Implementation() local 4198 const VkExtent3D& extent = m_resource.getImage().extent; Implementation() local 5309 Resource(vk::Move<vk::VkImage> image, de::MovePtr<vk::Allocation> allocation, const vk::VkExtent3D& extent, vk::VkImageType imageType, vk::VkFormat format, vk::VkImageSubresourceRange subresourceRange, vk::VkImageSubresourceLayers subresourceLayers, vk::VkImageTiling tiling) Resource() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackSimpleTests.cpp | 303 const VkExtent3D extent = { size.width, size.height, 1u }; in makeImageCreateInfo() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_base_kernel.h | 431 u64 extent;
member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_base_kernel.h | 442 u64 extent; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/ |
| H A D | mali_kbase_tracepoints.c | 1276 __kbase_tlstream_tl_attrib_atom_jit( struct kbase_tlstream *stream, const void *atom, u64 edit_addr, u64 new_addr, u32 jit_flags, u64 mem_flags, u32 j_id, u64 com_pgs, u64 extent, u64 va_pgs) __kbase_tlstream_tl_attrib_atom_jit() argument 1356 __kbase_tlstream_tl_attrib_atom_jitallocinfo( struct kbase_tlstream *stream, const void *atom, u64 va_pgs, u64 com_pgs, u64 extent, u32 j_id, u32 bin_id, u32 max_allocs, u32 jit_flags, u32 usg_id) __kbase_tlstream_tl_attrib_atom_jitallocinfo() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 4279 unsigned extent = glsl_count_attribute_slots(var->type, false); in nir_to_spirv() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiCopiesAndBlittingTests.cpp | 315 VkExtent3D extent; member 523 const VkExtent3D extent = in getExtent3D() local 1556 VkExtent3D extent = region.imageCopy.extent; copyRegionToTextureLevel() local 2026 VkExtent3D extent = region.imageCopy.extent; copyRegionToTextureLevel() local 2584 const VkExtent3D extent = region.bufferImageCopy.imageExtent; copyRegionToTextureLevel() local 3075 const VkExtent3D extent = region.bufferImageCopy.imageExtent; copyRegionToTextureLevel() local 3124 const VkExtent3D extent = region.bufferImageCopy.imageExtent; copyRegionToTextureLevel() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRateBasic.cpp | 1036 VkExtent2D extent = ShadingRateEnumToExtent(rate); in SanitizeRate() local 1066 VkExtent2D extent; in PrimIDToPipelineShadingRate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 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
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 318 VkDeviceSize getPixelBufferSize (const VkFormat format, const VkExtent3D& extent) in getPixelBufferSize() argument 1071 const VkExtent3D extent = resource.getImage().extent; in makeExtentOffset() local 3898 const VkExtent3D& extent = m_resource.getImage().extent; Implementation() local 4335 const VkExtent3D& extent = m_resource.getImage().extent; Implementation() local 5442 Resource(vk::Move<vk::VkImage> image, de::MovePtr<vk::Allocation> allocation, const vk::VkExtent3D& extent, vk::VkImageType imageType, vk::VkFormat format, vk::VkImageSubresourceRange subresourceRange, vk::VkImageSubresourceLayers subresourceLayers, vk::VkImageTiling tiling) Resource() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktPrimitivesGeneratedQueryTests.cpp | 2189 vk::VkExtent3D extent = { m_imageWidth, m_imageHeight, 1 }; in copyColorImageToBuffer() local
|
| H A D | vktTransformFeedbackSimpleTests.cpp | 312 const VkExtent3D extent = { size.width, size.height, 1u }; in makeImageCreateInfo() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRateBasic.cpp | 901 VkExtent2D extent = ShadingRateEnumToExtent(rate); in SanitizeRate() local 931 VkExtent2D extent; in PrimIDToPipelineShadingRate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
| H A D | vktMultiViewRenderTests.cpp | 108 VkExtent3D extent; member 254 ImageAttachment::ImageAttachment (VkDevice logicalDevice, DeviceInterface& device, Allocator& allocator, const VkExtent3D extent, VkFormat colorFormat, const VkSampleCountFlagBits samples) in ImageAttachment() argument 2344 const VkExtent2D extent[2] = draw() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 249 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
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
| H A D | vktMultiViewRenderTests.cpp | 120 VkExtent3D extent; member 267 ImageAttachment::ImageAttachment (VkDevice logicalDevice, DeviceInterface& device, Allocator& allocator, const VkExtent3D extent, VkFormat colorFormat, const VkSampleCountFlagBits samples) in ImageAttachment() argument 2369 const VkExtent2D extent[2] = draw() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingBuiltinTests.cpp | 1779 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags usage, const VkExtent3D& extent) in checkFormatSupported() argument 1810 const VkExtent3D extent = makeExtent3D(m_data.width, m_data.height, m_data.depth); in checkSupportInInstance() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 5075 VkExtent2D extent; member 5293 VkExtent2D extent = {512, 512}; in radv_gfx9_compute_bin_size() local 5347 VkExtent2D extent = {512, 512}; radv_gfx10_compute_bin_size() local [all...] |