HomeSort by relevance Sort by last modified time
    Searched full:dstsubresource (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/mesa3d/src/amd/vulkan/
radv_meta_resolve.c 436 * - The aspectMask member of srcSubresource and dstSubresource must
439 * - The layerCount member of srcSubresource and dstSubresource must
443 assert(region->dstSubresource.aspectMask == VK_IMAGE_ASPECT_COLOR_BIT);
445 region->dstSubresource.layerCount);
452 radv_meta_get_iview_layer(dest_image, &region->dstSubresource,
503 .baseMipLevel = region->dstSubresource.mipLevel,
521 region->dstSubresource.mipLevel),
523 region->dstSubresource.mipLevel),
radv_meta_resolve_cs.c 335 assert(region->dstSubresource.aspectMask == VK_IMAGE_ASPECT_COLOR_BIT);
336 assert(region->srcSubresource.layerCount == region->dstSubresource.layerCount);
343 radv_meta_get_iview_layer(dest_image, &region->dstSubresource,
383 .baseMipLevel = region->dstSubresource.mipLevel,
radv_meta_copy.c 344 pRegions[r].dstSubresource.aspectMask);
353 &pRegions[r].dstSubresource);
382 unsigned num_slices_array = pRegions[r].dstSubresource.layerCount;
  /external/vulkan-validation-layers/layers/
image.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.h 621 UINT DstSubresource,
637 UINT DstSubresource,
662 UINT DstSubresource,
    [all...]
d3d11_1.idl 108 UINT DstSubresource,
119 UINT DstSubresource,
d3d11_1.h 360 UINT DstSubresource,
371 UINT DstSubresource,
753 UINT DstSubresource,
769 UINT DstSubresource,
819 UINT DstSubresource,
    [all...]
d3d10.h     [all...]
d3d10.idl     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 229 dst_base_layer = pRegions[r].dstSubresource.baseArrayLayer;
231 anv_get_layerCount(dst_image, &pRegions[r].dstSubresource);
244 pRegions[r].dstSubresource.aspectMask);
247 for_each_bit(a, pRegions[r].dstSubresource.aspectMask) {
259 &dst_surf, pRegions[r].dstSubresource.mipLevel,
446 const VkImageSubresourceLayers *dst_res = &pRegions[r].dstSubresource;
    [all...]
anv_dump.c 162 .dstSubresource = {
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 54 uint32 srcSubResource, dstSubResource;
72 dstSubResource = dst_face * (dst_tex->last_level + 1) + dst_level;
75 dtex->handle, dstSubResource,
80 dtex->handle, dstSubResource,
svga_cmd_vgpu10.c 172 uint32 dstSubResource,
187 cmd->dstSubResource = dstSubResource;
    [all...]
svga_cmd.h 342 uint32 dstSubResource,
682 unsigned dstSubResource,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 1051 VkImageSubresourceLayers dstSubresource;
1060 VkImageSubresourceLayers dstSubresource;
1111 VkImageSubresourceLayers dstSubresource;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h 594 if (!vk_validate_vkimagesubresourcelayers((const VkImageSubresourceLayers*)&pStruct->dstSubresource))
606 if (!vk_validate_vkimagesubresourcelayers((const VkImageSubresourceLayers*)&pStruct->dstSubresource))
658 if (!vk_validate_vkimagesubresourcelayers((const VkImageSubresourceLayers*)&pStruct->dstSubresource))
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/
libVkLayer_image.so 
libVkLayer_parameter_validation.so 
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 782 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT;
783 copy_region.dstSubresource.baseArrayLayer = 0;
784 copy_region.dstSubresource.mipLevel = 0;
785 copy_region.dstSubresource.layerCount = 1;
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 510 resolveInfo.dstSubresource = { VK_IMAGE_ASPECT_COLOR_BIT, 0, 0, 1 };
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/jniLibs/mips/
libVkLayer_image.so 
libVkLayer_parameter_validation.so 

Completed in 413 milliseconds

1 2 3