HomeSort by relevance Sort by last modified time
    Searched refs:storeOp (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 23 attachment->storeOp = VK_ATTACHMENT_STORE_OP_STORE;
25 attachment->storeOp = VK_ATTACHMENT_STORE_OP_STORE;
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 262 inline VkAttachmentDescription makeAttachmentDescription (VkAttachmentDescriptionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout)
269 res.storeOp = storeOp;
vkStructTypes.inl 944 VkAttachmentStoreOp storeOp;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 421 storeOp = _storeOp;
434 storeOp = rhs.storeOp;
    [all...]
vktDrawCreateInfoUtil.hpp 139 vk::VkAttachmentStoreOp storeOp,
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp 421 storeOp = _storeOp;
434 storeOp = rhs.storeOp;
    [all...]
vktDynamicStateCreateInfoUtil.hpp 141 vk::VkAttachmentStoreOp storeOp,
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 424 storeOp = _storeOp;
437 storeOp = rhs.storeOp;
    [all...]
vktQueryPoolCreateInfoUtil.hpp 139 vk::VkAttachmentStoreOp storeOp,
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 522 VkAttachmentStoreOp storeOp,
533 , m_storeOp (storeOp)
675 log << TestLog::Message << "StoreOp: " << attachment.getStoreOp() << TestLog::EndMessage;
950 attachment.getStoreOp(), // storeOp
    [all...]
vktSynchronization.cpp 316 colorAttachmentDesc.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 275 att.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
341 att.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 179 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
tri.c     [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 416 if (!validate_VkAttachmentStoreOp(pCreateInfo->pAttachments[i].storeOp)) {
    [all...]
parameter_validation.cpp     [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 2106 milliseconds

1 2