Home
last modified time | relevance | path

Searched defs:extent (Results 176 - 200 of 213) sorted by relevance

123456789

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp1322 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 DvktApiImageClearingTests.cpp181 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 DvktImageDepthStencilDescriptorTests.cpp526 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 DvktMeshShaderSmokeTestsEXT.cpp677 const auto extent = gradientImageExtent(); in initGradientPrograms() local
H A DvktMeshShaderSyncTestsEXT.cpp1538 const auto extent = makeExtent3D(1u, 1u, 1u); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1449 extent, // VkExtent3D extent; in createFramebuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1764 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 DvktSynchronizationOperation.cpp317 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 DvktTransformFeedbackSimpleTests.cpp303 const VkExtent3D extent = { size.width, size.height, 1u }; in makeImageCreateInfo() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_base_kernel.h431 u64 extent; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_base_kernel.h442 u64 extent; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tracepoints.c1276 __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 Dnir_to_spirv.c4279 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 DvktApiCopiesAndBlittingTests.cpp315 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 DvktFragmentShadingRateBasic.cpp1036 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 DvktRenderPassFragmentDensityMapTests.cpp253 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 DvktSynchronizationOperation.cpp318 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 DvktPrimitivesGeneratedQueryTests.cpp2189 vk::VkExtent3D extent = { m_imageWidth, m_imageHeight, 1 }; in copyColorImageToBuffer() local
H A DvktTransformFeedbackSimpleTests.cpp312 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 DvktFragmentShadingRateBasic.cpp901 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 DvktMultiViewRenderTests.cpp108 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 DvktRenderPassFragmentDensityMapTests.cpp249 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 DvktMultiViewRenderTests.cpp120 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 DvktRayTracingBuiltinTests.cpp1779 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 Dradv_pipeline.c5075 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...]

Completed in 117 milliseconds

123456789