Home
last modified time | relevance | path

Searched refs:VkImageBlit (Results 1 – 25 of 31) sorted by relevance

12

/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h229 const VkImageBlit* blitRegions,
236 const VkImageBlit* blitRegions,
DGrVkCommandBuffer.cpp561 const VkImageBlit* blitRegions, in blitImage()
581 const VkImageBlit* blitRegions, in blitImage()
DGrVkGpu.cpp986 VkImageBlit blitRegion; in generateMipmap()
987 memset(&blitRegion, 0, sizeof(VkImageBlit)); in generateMipmap()
1644 VkImageBlit blitRegion; in copySurfaceAsBlit()
1645 memset(&blitRegion, 0, sizeof(VkImageBlit)); in copySurfaceAsBlit()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp118 VkImageBlit imageBlit;
1869 std::vector<VkImageBlit> regions; in iterate()
2052 const VkImageBlit& blit = regionIter->imageBlit; in forEach()
4707 const VkImageBlit imageBlit = in addBlittingImageSimpleWholeTests()
4776 const VkImageBlit imageBlit = in addBlittingImageSimpleMirrorXYTests()
4845 const VkImageBlit imageBlit = in addBlittingImageSimpleMirrorXTests()
4914 const VkImageBlit imageBlit = in addBlittingImageSimpleMirrorYTests()
4984 const VkImageBlit imageBlit = in addBlittingImageSimpleMirrorSubregionsTests()
5006 const VkImageBlit imageBlit = in addBlittingImageSimpleMirrorSubregionsTests()
5028 const VkImageBlit imageBlit = in addBlittingImageSimpleMirrorSubregionsTests()
[all …]
/external/mesa3d/src/intel/vulkan/
Danv_dump.c151 &(VkImageBlit) { in dump_image_do_blit()
Danv_blorp.c419 const VkImageBlit* pRegions, in anv_CmdBlitImage()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2137 typedef struct VkImageBlit { struct
2142 } VkImageBlit; argument
2367 …ge dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit* pRegions, VkFi…
3031 const VkImageBlit* pRegions,
Dvulkan.hpp11688 ImageBlit( VkImageBlit const & rhs ) in ImageBlit()
11693 ImageBlit& operator=( VkImageBlit const & rhs ) in operator =()
11723 operator const VkImageBlit&() const in operator const VkImageBlit&()
11725 return *reinterpret_cast<const VkImageBlit*>(this); in operator const VkImageBlit&()
11746 …static_assert( sizeof( ImageBlit ) == sizeof( VkImageBlit ), "struct and wrapper have different si…
14115 …<VkImageLayout>( dstImageLayout ), regionCount, reinterpret_cast<const VkImageBlit*>( pRegions ), … in blitImage()
14121 …mageLayout>( dstImageLayout ), regions.size() , reinterpret_cast<const VkImageBlit*>( regions.data… in blitImage()
/external/mesa3d/include/vulkan/
Dvulkan.h2146 typedef struct VkImageBlit { struct
2151 } VkImageBlit; argument
2376 …ge dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit* pRegions, VkFi…
3040 const VkImageBlit* pRegions,
/external/deqp/external/vulkancts/framework/vulkan/
DvkVirtualDeviceInterface.inl101 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageBlit* pRegions, VkFi…
DvkConcreteDeviceInterface.inl101 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageBlit* pRegions, VkFi…
DvkFunctionPointerTypes.inl118 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageBlit* pRegions, VkFi…
DvkStructTypes.inl1056 struct VkImageBlit struct
DvkDeviceDriverImpl.inl490 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageBlit* pRegions, VkFi…
DvkStrUtil.inl319 std::ostream& operator<< (std::ostream& s, const VkImageBlit& value);
DvkNullDriverImpl.inl757 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageBlit* pRegions, VkFi…
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2243 typedef struct VkImageBlit { struct
2248 } VkImageBlit; argument
2473 …ge dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit* pRegions, VkFi…
3137 const VkImageBlit* pRegions,
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp827 VkImageBlit makeBlitRegion (const Resource& resource) in makeBlitRegion()
829 const VkImageBlit blitRegion = in makeBlitRegion()
875 const VkImageBlit m_blitRegion;
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c491 const VkImageBlit* pRegions, in radv_CmdBlitImage()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2302 typedef struct VkImageBlit { struct
2307 } VkImageBlit; typedef
2532 …ge dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit* pRegions, VkFi…
3196 const VkImageBlit* pRegions,
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp2023 const VkImageBlit imageBlt = in configCommandBuffer()
/external/vulkan-validation-layers/layers/
Dimage.cpp1111 …VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit *pRegions, VkFilter filter) { in CmdBlitImage()
Dvk_validation_error_database.txt1286 …ch states 'pRegions must be a pointer to an array of regionCount valid VkImageBlit structures' (ht…
1293 …ch' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageBlit)~^~
1294 …ch' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageBlit)~^~
1295 …ly' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageBlit)~^~
1296 …ge' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageBlit)~^~
1297 …ge' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageBlit)~^~
1298 …ce' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageBlit)~^~
1299 …th' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageBlit)~^~
1300 …1.' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageBlit)~^~
1301 …1.' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageBlit)~^~
[all …]
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp829 …ge dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit* pRegions, VkFi… in vkCmdBlitImage()
/external/vulkan-validation-layers/loader/
Dtrampoline.c2007 const VkImageBlit *pRegions, VkFilter filter) {

12