Home
last modified time | relevance | path

Searched defs:aspect (Results 1 - 25 of 159) sorted by relevance

1234567

/third_party/mesa3d/src/vulkan/util/
H A Dvk_format.c370 vk_format_get_aspect_format(VkFormat format, const VkImageAspectFlags aspect) in vk_format_get_aspect_format() argument
/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/
H A Dmath_utils.h55 static Mat4x4 Perspective(float fov, float aspect, float nearV, float farV) in Perspective() argument
/kernel/linux/linux-5.10/include/media/davinci/
H A Dvpbe_types.h63 struct v4l2_fract aspect; member
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/
H A Dlsdexcr.c87 static void print_aspect(const struct dexcr_aspect *aspect) in print_aspect() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dimage_descriptor.cc69 VkImageAspectFlags aspect = 0; in CreateResourceIfNeeded() local
H A Dframe_buffer.cc86 VkImageAspectFlags aspect = 0; in Initialize() local
H A Dtransfer_image.cc195 Result TransferImage::CreateVkImageView(VkImageAspectFlags aspect) { in CreateVkImageView() argument
69 TransferImage(Device* device, const Format& format, VkImageAspectFlags aspect, VkImageType image_type, VkImageUsageFlags image_usage_flags, uint32_t x, uint32_t y, uint32_t z, uint32_t mip_levels, uint32_t base_mip_level, uint32_t used_mip_levels, uint32_t samples) TransferImage() argument
224 CreateBufferImageCopy( VkImageAspectFlags aspect, uint32_t mip_level) CreateBufferImageCopy() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSubresource.cpp22 Aspect ConvertSingleAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertSingleAspect() argument
28 Aspect ConvertAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertAspect() argument
34 Aspect ConvertViewAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertViewAspect() argument
49 Aspect SelectFormatAspects(const Format& format, wgpu::TextureAspect aspect) { in SelectFormatAspects() argument
65 GetAspectIndex(Aspect aspect) GetAspectIndex() argument
118 MakeSingle(Aspect aspect, uint32_t baseArrayLayer, uint32_t baseMipLevel) MakeSingle() argument
[all...]
H A DSubresourceStorage.h387 Get(Aspect aspect, uint32_t arrayLayer, uint32_t mipLevel) const Get() argument
[all...]
H A DBindGroup.cpp133 Aspect aspect = view->GetAspects(); in ValidateTextureBinding() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageBlockShapes.cpp219 const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : VK_IMAGE_ASPECT_COLOR_BIT; in iterate() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DReadOnlyDepthStencilAttachmentTests.cpp63 wgpu::RenderPipeline CreateRenderPipeline(wgpu::TextureAspect aspect, in CreateRenderPipeline() argument
126 void DoTest(wgpu::TextureAspect aspect, in DoTest() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DSubresourceStorageTests.cpp160 CheckAspectCompressed(const SubresourceStorage<T>& s, Aspect aspect, bool expected) CheckAspectCompressed() argument
188 CheckLayerCompressed(const SubresourceStorage<T>& s, Aspect aspect, uint32_t layer, bool expected) CheckLayerCompressed() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c164 adv748x_afe_g_pixelaspect(struct v4l2_subdev *sd, struct v4l2_fract *aspect) adv748x_afe_g_pixelaspect() argument
/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/
H A Dhva-debugfs.c19 u32 bitrate_mode, aspect, entropy, vui_sar, sei_fp; in format_ctx() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H A Dch7006_mode.c335 uint64_t scale, aspect; in ch7006_setup_properties() local
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c164 adv748x_afe_g_pixelaspect(struct v4l2_subdev *sd, struct v4l2_fract *aspect) adv748x_afe_g_pixelaspect() argument
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c19 u32 bitrate_mode, aspect, entropy, vui_sar, sei_fp; in format_ctx() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H A Dch7006_mode.c335 uint64_t scale, aspect; in ch7006_setup_properties() local
/third_party/ffmpeg/libavformat/
H A Dnuv.c164 double aspect, fps; in nuv_header() local
/third_party/glfw/examples/
H A Dsplitview.c221 float aspect; in drawAllViews() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.c298 const VkImageAspectFlags aspect = region->imageSubresource.aspectMask; in vk_image_buffer_copy_layout() local
541 vk_image_layout_is_read_only(VkImageLayout layout, VkImageAspectFlagBits aspect) vk_image_layout_is_read_only() argument
704 vk_image_layout_to_usage_flags(VkImageLayout layout, VkImageAspectFlagBits aspect) vk_image_layout_to_usage_flags() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp414 VkImageAspectFlagBits aspect = static_cast<VkImageAspectFlagBits>(imageView->getSubresourceRange().aspectMask); local
H A DVkImageView.cpp324 int ImageView::rowPitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in rowPitchBytes() argument
329 int ImageView::slicePitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in slicePitchBytes() argument
334 int ImageView::getMipLevelSize(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in getMipLevelSize() argument
339 int ImageView::layerPitchBytes(VkImageAspectFlagBits aspect, Usage usage) const in layerPitchBytes() argument
372 getOffsetPointer(const VkOffset3D &offset, VkImageAspectFlagBits aspect, uint32_t mipLevel, uint32_t layer, Usage usage) const getOffsetPointer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageBlockShapes.cpp222 const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : VK_IMAGE_ASPECT_COLOR_BIT; in iterate() local

Completed in 17 milliseconds

1234567