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

1 2 3 4 5

  /external/skia/src/gpu/
GrGpuCommandBuffer.h 45 enum class StoreOp {
52 StoreOp fStoreOp;
GrRenderTargetOpList.cpp 90 GrGpuCommandBuffer::StoreOp::kStore,
  /external/skia/src/gpu/vk/
GrVkRenderPass.h 29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp)
31 , fStoreOp(storeOp) {}
GrVkRenderPass.cpp 27 attachment->storeOp = desc.fLoadStoreOps.fStoreOp;
33 attachment->storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
GrVkGpuCommandBuffer.cpp 26 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) {
43 case GrGpuCommandBuffer::StoreOp::kStore:
44 *storeOp = VK_ATTACHMENT_STORE_OP_STORE;
46 case GrGpuCommandBuffer::StoreOp::kDiscard:
47 *storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
50 SK_ABORT("Invalid StoreOp");
51 *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;
  /external/mesa3d/src/amd/vulkan/
radv_pass.c 66 // att->store_op = pCreateInfo->pAttachments[i].storeOp;
radv_meta_blit.c 733 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
913 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
    [all...]
radv_meta_blit2d.c 764 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
920 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
    [all...]
radv_meta_clear.c 231 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
516 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
    [all...]
radv_meta_decompress.c 88 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
radv_meta_fast_clear.c 88 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
radv_meta_resolve.c 97 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 615 VkAttachmentStoreOp storeOp,
626 , m_storeOp (storeOp)
775 log << TestLog::Message << "StoreOp: " << attachment.getStoreOp() << TestLog::EndMessage;
1056 attachment.getStoreOp(), // storeOp
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pass.c 75 att->store_op = pCreateInfo->pAttachments[i].storeOp;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 421 storeOp = _storeOp;
434 storeOp = rhs.storeOp;
    [all...]
vktDrawCreateInfoUtil.hpp 139 vk::VkAttachmentStoreOp storeOp,
vktDrawNegativeViewportHeightTests.cpp 138 VK_ATTACHMENT_STORE_OP_STORE, // storeOp
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 281 VK_ATTACHMENT_STORE_OP_STORE, // VkAttachmentStoreOp storeOp;
vktPipelineDepthTests.cpp 345 VK_ATTACHMENT_STORE_OP_STORE, // VkAttachmentStoreOp storeOp;
358 VK_ATTACHMENT_STORE_OP_DONT_CARE, // VkAttachmentStoreOp storeOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 123 VK_ATTACHMENT_STORE_OP_STORE, // VkAttachmentStoreOp storeOp;
135 VK_ATTACHMENT_STORE_OP_STORE, // VkAttachmentStoreOp storeOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.cpp 453 VK_ATTACHMENT_STORE_OP_STORE, // VkAttachmentStoreOp storeOp;
464 VK_ATTACHMENT_STORE_OP_STORE, // VkAttachmentStoreOp storeOp
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 143 VK_ATTACHMENT_STORE_OP_DONT_CARE, // VkAttachmentStoreOp storeOp;
vktApiSmokeTests.cpp 411 VK_ATTACHMENT_STORE_OP_STORE, // storeOp
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 444 VK_ATTACHMENT_STORE_OP_STORE, // VkAttachmentStoreOp storeOp;

Completed in 1678 milliseconds

1 2 3 4 5