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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 82 makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, arraySize), // VkImageSubresourceLayers imageSubresource;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 405 vk::VkImageSubresource imageSubResource = { aspect, mipLevel, arrayElement };
410 m_vk.getImageSubresourceLayout(m_device, object(), &imageSubResource, &imageLayout);
798 vk::VkImageSubresource imageSubResource = {aspect, mipLevel, arrayElement};
800 m_vk.getImageSubresourceLayout(m_device, object(), &imageSubResource,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp 405 vk::VkImageSubresource imageSubResource = { aspect, mipLevel, arrayElement };
410 m_vk.getImageSubresourceLayout(m_device, object(), &imageSubResource, &imageLayout);
798 vk::VkImageSubresource imageSubResource = {aspect, mipLevel, arrayElement};
800 m_vk.getImageSubresourceLayout(m_device, object(), &imageSubResource,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp 382 vk::VkImageSubresource imageSubResource = { aspect, mipLevel, arrayElement };
387 m_vk.getImageSubresourceLayout(m_device, object(), &imageSubResource, &imageLayout);
776 vk::VkImageSubresource imageSubResource = {aspect, mipLevel, arrayElement};
778 m_vk.getImageSubresourceLayout(m_device, object(), &imageSubResource,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 290 { VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u }, // VkImageSubresourceLayers imageSubresource;
630 { // VkImageSubresourceLayers imageSubresource;
666 { // VkImageSubresourceLayers imageSubresource;
    [all...]
vktPipelineTimestampTests.cpp     [all...]
vktPipelineEarlyFragmentTests.cpp 665 makeImageSubresourceLayers(aspectFlags, 0u, 0u, 1u), // VkImageSubresourceLayers imageSubresource;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 529 copyState.imageSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT;
530 copyState.imageSubresource.mipLevel = transferInfo->mipLevel;
531 copyState.imageSubresource.baseArrayLayer = 0;
532 copyState.imageSubresource.layerCount = 1;
    [all...]
vktShaderLibrary.cpp     [all...]
vktRenderPassTests.cpp     [all...]
  /external/vulkan-validation-layers/layers/
image.cpp     [all...]
parameter_validation.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 1069 VkImageSubresourceLayers imageSubresource;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 339 { // VkImageSubresourceLayers imageSubresource;
541 { getAspectFlag(tcuFormat), 0u, 0u, 1u }, // VkImageSubresourceLayers imageSubresource;
    [all...]
vktApiSmokeTests.cpp 830 }, // imageSubresource
    [all...]
vktApiBufferViewAccessTests.cpp 747 { VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u }, // VkImageSubresourceCopy imageSubresource;
    [all...]
vktApiCommandBuffersTests.cpp 474 { VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u }, // VkImageSubresourceLayers imageSubresource;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 218 makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, arraySize), // VkImageSubresourceLayers imageSubresource;
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 430 region.imageSubresource = { VK_IMAGE_ASPECT_COLOR_BIT, 0, 0, 1 };
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 265 makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, mipmapLevel, 0u, layerCount), // VkImageSubresourceLayers imageSubresource;
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]

Completed in 6887 milliseconds

1 2