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

1 2 3 4

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 1449 const vk::VkImageSubresourceRange subresource = resolveSubresourceRange(*m_texture, m_subresourceRange); local
    [all...]
  /external/mesa3d/include/CL/
cl_d3d10.h 95 UINT subresource,
102 UINT subresource,
cl_d3d11.h 95 UINT subresource,
102 UINT subresource,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 334 VkImageSubresource subresource; member in struct:ImageSubresourcePair
341 (img1.subresource.aspectMask == img2.subresource.aspectMask && img1.subresource.mipLevel == img2.subresource.mipLevel &&
342 img1.subresource.arrayLayer == img2.subresource.arrayLayer);
351 hashVal ^= hash<uint32_t>()(reinterpret_cast<uint32_t &>(img.subresource.aspectMask));
352 hashVal ^= hash<uint32_t>()(img.subresource.mipLevel);
353 hashVal ^= hash<uint32_t>()(img.subresource.arrayLayer)
    [all...]
image.h 43 IMAGE_INVALID_IMAGE_RESOURCE, // Image resource/subresource called with invalid setting
image.cpp     [all...]
  /external/vulkan-validation-layers/layers/
core_validation_types.h 426 VkImageSubresource subresource; member in struct:ImageSubresourcePair
433 (img1.subresource.aspectMask == img2.subresource.aspectMask && img1.subresource.mipLevel == img2.subresource.mipLevel &&
434 img1.subresource.arrayLayer == img2.subresource.arrayLayer);
443 hashVal ^= hash<uint32_t>()(reinterpret_cast<uint32_t &>(img.subresource.aspectMask));
444 hashVal ^= hash<uint32_t>()(img.subresource.mipLevel);
445 hashVal ^= hash<uint32_t>()(img.subresource.arrayLayer)
    [all...]
image.h 43 IMAGE_INVALID_IMAGE_RESOURCE, // Image resource/subresource called with invalid setting
image.cpp     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 425 static VkImageSubresource subresource(VkImageAspectFlags aspect, uint32_t mip_level, uint32_t array_layer);
426 static VkImageSubresource subresource(const VkImageSubresourceRange &range, uint32_t mip_level, uint32_t array_layer);
427 static VkImageSubresourceLayers subresource(VkImageAspectFlags aspect, uint32_t mip_level, uint32_t array_layer,
429 static VkImageSubresourceLayers subresource(const VkImageSubresourceRange &range, uint32_t mip_level, uint32_t array_layer,
670 inline VkImageSubresource Image::subresource(VkImageAspectFlags aspect, uint32_t mip_level, uint32_t array_layer) { function in class:vk_testing::Image
681 inline VkImageSubresource Image::subresource(const VkImageSubresourceRange &range, uint32_t mip_level, uint32_t array_layer) { function in class:vk_testing::Image
682 return subresource(range.aspectMask, range.baseMipLevel + mip_level, range.baseArrayLayer + array_layer);
685 inline VkImageSubresourceLayers Image::subresource(VkImageAspectFlags aspect, uint32_t mip_level, uint32_t array_layer, function in class:vk_testing::Image
705 inline VkImageSubresourceLayers Image::subresource(const VkImageSubresourceRange &range, uint32_t mip_level, uint32_t array_layer, function in class:vk_testing::Image
707 return subresource(range.aspectMask, range.baseMipLevel + mip_level, range.baseArrayLayer + array_layer, array_size)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/
libVkLayer_image.so 
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 319 unsigned subResource;
321 subResource = slice * numMipLevels + level;
322 ret = SVGA3D_vgpu10_ReadbackSubResource(svga->swc, surf, subResource);
325 ret = SVGA3D_vgpu10_ReadbackSubResource(svga->swc, surf, subResource);
446 * do a surface flush if the subresource has been modified
722 unsigned subResource;
724 subResource = slice * numMipLevels + level;
725 ret = SVGA3D_vgpu10_UpdateSubResource(svga->swc, surf, box, subResource);
728 ret = SVGA3D_vgpu10_UpdateSubResource(svga->swc, surf, box, subResource);
    [all...]
svga_cmd_vgpu10.c     [all...]
svga_cmd.h 629 unsigned subResource);
663 unsigned subResource);
svga_pipe_blit.c 85 /* Mark the texture subresource as defined. */
88 /* Mark the texture subresource as rendered-to. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.h     [all...]
d3d10.idl     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/jniLibs/mips/
libVkLayer_image.so 
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/jniLibs/x86/
libVkLayer_image.so 
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 455 const VkImageSubresource subresource = local
463 vkd.getImageSubresourceLayout(device, image, &subresource, &layout);
760 const VkImageSubresource subresource = local
768 vkd.getImageSubresourceLayout(device, image, &subresource, &layout);
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h 693 uint32 subResource;
700 * Readback a subresource in a guest-backed resource.
707 uint32 subResource;
720 uint32 subResource;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 777 const VkImageSubresource& subresource,
794 imageMemoryBind.subresource = subresource;
  /external/icu/icu4c/source/test/cintltst/
crestst.c 423 UResourceBundle *subResource = NULL;
448 subResource = ures_getByKey(fr_FR, "layout", NULL, &status);
454 ures_close(subResource);
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 172 def __init__(self, resource, usage, subresource, box):
175 self.subresource = subresource

Completed in 730 milliseconds

1 2 3 4