/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Subresource.cpp | 22 Aspect ConvertSingleAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertSingleAspect() 28 Aspect ConvertAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertAspect() 34 Aspect ConvertViewAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertViewAspect() 49 Aspect SelectFormatAspects(const Format& format, wgpu::TextureAspect aspect) { in SelectFormatAspects() 65 uint8_t GetAspectIndex(Aspect aspect) { in GetAspectIndex() 118 SubresourceRange SubresourceRange::MakeSingle(Aspect aspect, in MakeSingle()
|
D | SubresourceStorage.h | 246 for (Aspect aspect : IterateEnumMask(range.aspects)) { in Update() local 305 for (Aspect aspect : IterateEnumMask(mAspects)) { in Merge() local 358 for (Aspect aspect : IterateEnumMask(mAspects)) { in Iterate() local 387 const T& SubresourceStorage<T>::Get(Aspect aspect, in Get() 424 bool SubresourceStorage<T>::IsAspectCompressedForTesting(Aspect aspect) const { in IsAspectCompressedForTesting() 429 bool SubresourceStorage<T>::IsLayerCompressedForTesting(Aspect aspect, uint32_t layer) const { in IsLayerCompressedForTesting() 512 SubresourceRange SubresourceStorage<T>::GetFullLayerRange(Aspect aspect, uint32_t layer) const { in GetFullLayerRange()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | transfer_image.cc | 71 VkImageAspectFlags aspect, in TransferImage() 195 Result TransferImage::CreateVkImageView(VkImageAspectFlags aspect) { in CreateVkImageView() 225 VkImageAspectFlags aspect, in CreateBufferImageCopy() 265 for (auto aspect : aspects) { in CopyToHost() local 293 for (auto aspect : aspects) { in CopyToDevice() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | EnumMaskIteratorTests.cpp | 48 for (TestAspect aspect : IterateEnumMask(static_cast<TestAspect>(0))) { in TEST() local 58 for (TestAspect aspect : IterateEnumMask(aspects)) { in TEST() local 67 for (TestAspect aspect : IterateEnumMask(aspects)) { in TEST() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 173 vk::VkImageAspectFlagBits aspect, in readSurface() 197 vk::VkImageAspectFlagBits aspect, in readDepth() 217 vk::VkImageAspectFlagBits aspect, in readVolume() 240 vk::VkImageAspectFlagBits aspect, in readSurface1D() 268 vk::VkImageAspectFlagBits aspect, in read() 289 vk::VkImageAspectFlagBits aspect, in readUsingBuffer() 418 vk::VkImageAspectFlagBits aspect, in readSurfaceLinear() 433 vk::VkImageAspectFlagBits aspect, in readLinear() 465 vk::VkImageAspectFlagBits aspect, in copyToLinearImage() 531 vk::VkImageAspectFlagBits aspect, in uploadVolume() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 173 vk::VkImageAspectFlagBits aspect, in readSurface() 197 vk::VkImageAspectFlagBits aspect, in readDepth() 217 vk::VkImageAspectFlagBits aspect, in readVolume() 240 vk::VkImageAspectFlagBits aspect, in readSurface1D() 268 vk::VkImageAspectFlagBits aspect, in read() 289 vk::VkImageAspectFlagBits aspect, in readUsingBuffer() 418 vk::VkImageAspectFlagBits aspect, in readSurfaceLinear() 433 vk::VkImageAspectFlagBits aspect, in readLinear() 465 vk::VkImageAspectFlagBits aspect, in copyToLinearImage() 531 vk::VkImageAspectFlagBits aspect, in uploadVolume() [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | UtilsD3D12.cpp | 74 Aspect aspect) { in ComputeTextureCopyLocationForTexture() 89 Aspect aspect) { in ComputeBufferLocationForCopyTextureRegion() 155 Aspect aspect) { in RecordCopyBufferToTextureFromTextureCopySplit() 186 Aspect aspect) { in CopyBufferTo2DTextureWithCopySplit() 231 Aspect aspect) { in CopyBufferTo3DTexture() 251 Aspect aspect) { in RecordCopyBufferToTexture() 274 Aspect aspect) { in RecordCopyTextureToBufferFromTextureCopySplit()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 237 auto aspect = static_cast<VkImageAspectFlagBits>(subresourceRange.aspectMask); in getSizeInBytes() local 350 auto aspect = static_cast<VkImageAspectFlagBits>(pSubresource->aspectMask); in getSubresourceLayout() local 564 auto aspect = static_cast<VkImageAspectFlagBits>(region.imageSubresource.aspectMask); in copy() local 690 VkImageAspectFlagBits aspect = static_cast<VkImageAspectFlagBits>(subresource.aspectMask); in getTexelPointer() local 733 …VkImageAspectFlagBits aspect = static_cast<VkImageAspectFlagBits>(region.imageSubresource.aspectMa… in bufferExtentInBlocks() local 771 VkImageAspectFlagBits aspect = static_cast<VkImageAspectFlagBits>(subresource.aspectMask); in texelOffsetBytesInStorage() local 779 VkExtent3D Image::getMipLevelExtent(VkImageAspectFlagBits aspect, uint32_t mipLevel) const in getMipLevelExtent() 820 size_t Image::rowPitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel) const in rowPitchBytes() 842 size_t Image::slicePitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel) const in slicePitchBytes() 923 VkDeviceSize Image::getMemoryOffset(VkImageAspectFlagBits aspect, uint32_t mipLevel) const in getMemoryOffset() [all …]
|
D | VkImageView.cpp | 324 int ImageView::rowPitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in rowPitchBytes() 329 int ImageView::slicePitchBytes(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in slicePitchBytes() 334 int ImageView::getMipLevelSize(VkImageAspectFlagBits aspect, uint32_t mipLevel, Usage usage) const in getMipLevelSize() 339 int ImageView::layerPitchBytes(VkImageAspectFlagBits aspect, Usage usage) const in layerPitchBytes() 372 void *ImageView::getOffsetPointer(const VkOffset3D &offset, VkImageAspectFlagBits aspect, uint32_t … in getOffsetPointer()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_transform.inl | 248 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> perspective(T fovy, T aspect, T zNear, T zFar) 258 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> perspectiveRH(T fovy, T aspect, T zNear, T zFar) 281 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> perspectiveLH(T fovy, T aspect, T zNear, T zFar) 368 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> infinitePerspective(T fovy, T aspect, T zNear) 378 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> infinitePerspectiveRH(T fovy, T aspect, T zNear) 396 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> infinitePerspectiveLH(T fovy, T aspect, T zNear) 415 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> tweakedInfinitePerspective(T fovy, T aspect, T zNear, T ep) 433 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> tweakedInfinitePerspective(T fovy, T aspect, T zNear)
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_image.c | 275 VkImageAspectFlags aspect) in dzn_image_get_placed_footprint_format() 310 VkImageAspectFlagBits aspect, in dzn_image_layers_get_subresource_index() 324 VkImageAspectFlagBits aspect, in dzn_image_range_get_subresource_index() 338 VkImageAspectFlagBits aspect) in dzn_image_get_subresource_index() 351 VkImageAspectFlagBits aspect, in dzn_image_get_copy_loc() 535 VkImageAspectFlagBits aspect) in dzn_image_layout_to_state() 597 VkImageAspectFlagBits aspect) in dzn_image_formats_are_compatible()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 576 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx)… in iterate() local 745 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 826 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 868 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 949 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : … in iterate() local
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 265 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx)… in iterate() local 415 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 474 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 498 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 327 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx)… in iterate() local 480 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 542 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 567 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 588 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 736 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx… in iterate() local
|
D | vktSparseResourcesImageSparseBinding.cpp | 297 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 351 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 374 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 576 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx)… in iterate() local 745 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 826 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 868 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 949 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : … in iterate() local
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 265 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx)… in iterate() local 415 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 474 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 498 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 327 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx)… in iterate() local 480 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 542 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 567 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 588 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 736 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx… in iterate() local
|
D | vktSparseResourcesImageSparseBinding.cpp | 297 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 351 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local 374 …const VkImageAspectFlags aspect = (formatDescription.numPlanes > 1) ? getPlaneAspect(planeNdx) : V… in iterate() local
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilSamplingTests.cpp | 82 for (TestAspect aspect : aspects) { in GenerateSamplingShader() local 273 void DoSamplingTestImpl(TestAspect aspect, in DoSamplingTestImpl() 328 void DoSamplingTestImpl(TestAspect aspect, in DoSamplingTestImpl() 380 void DoSamplingTest(TestAspect aspect, in DoSamplingTest() 393 void DoSamplingTest(TestAspect aspect, in DoSamplingTest() 438 void DoSamplingExtraStencilComponentsRenderTest(TestAspect aspect, in DoSamplingExtraStencilComponentsRenderTest() 449 void DoSamplingExtraStencilComponentsComputeTest(TestAspect aspect, in DoSamplingExtraStencilComponentsComputeTest()
|
D | ReadOnlyDepthStencilAttachmentTests.cpp | 63 wgpu::RenderPipeline CreateRenderPipeline(wgpu::TextureAspect aspect, in CreateRenderPipeline() 126 void DoTest(wgpu::TextureAspect aspect, in DoTest()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_image.c | 298 const VkImageAspectFlags aspect = region->imageSubresource.aspectMask; in vk_image_buffer_copy_layout() local 542 VkImageAspectFlagBits aspect) in vk_image_layout_is_read_only() 705 VkImageAspectFlagBits aspect) in vk_image_layout_to_usage_flags()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_format.c | 370 vk_format_get_aspect_format(VkFormat format, const VkImageAspectFlags aspect) in vk_format_get_aspect_format()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 60 image_aspect_to_binding(struct anv_image *image, VkImageAspectFlags aspect) in image_aspect_to_binding() 206 VkImageAspectFlagBits aspect) in choose_isl_surf_usage() 710 VkImageAspectFlags aspect = plane_format.aspect; in add_aux_surface_if_supported() local 1212 VkImageAspectFlagBits aspect = 1 << b; in add_all_surfaces_implicit_layout() local 1330 const VkImageAspectFlagBits aspect = 1 << b; in add_all_surfaces_explicit_layout() local 2097 const VkImageAspectFlagBits aspect, in anv_layout_to_aux_state() 2301 const VkImageAspectFlagBits aspect, in anv_layout_to_aux_usage() 2368 const VkImageAspectFlagBits aspect, in anv_layout_to_fast_clear_type() 2467 VkImageAspectFlagBits aspect, in anv_image_fill_surface_state()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 81 VkImageAspectFlags aspect = vk::GetFormatAspectFlags(textureFormat); in setStorageImpl() local 159 VkImageAspectFlags aspect = vk::GetFormatAspectFlags(textureFormat); in setStorageEGLImageTarget() local
|