Home
last modified time | relevance | path

Searched defs:loadOp (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp36 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
232 VkAttachmentLoadOp loadOp; in init() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp64 VkAttachmentLoadOp loadOp; member
937 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
DvktRenderPassTests.cpp653 VkAttachmentLoadOp loadOp, in Attachment()
5380 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local
5413 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local
5510 const VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local
5732 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_… in addAttachmentAllocationTests() local
6043 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentAllocationTests() local
6654 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6700 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6904 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
7023 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
DvktRenderPassTestsUtil.cpp522 VkAttachmentLoadOp loadOp, in Attachment()
DvktRenderPassSubpassDependencyTests.cpp3935 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
4016 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
4105 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local
DvktRenderPassLoadStoreOpNoneTests.cpp81 VkAttachmentLoadOp loadOp; member
DvktRenderPassFragmentDensityMapTests.cpp485 …VkAttachmentLoadOp loadOp = resampleSubsampled ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD… in createRenderPassProduceSubsampledImage() local
DvktDynamicRenderingTests.cpp1144 const VkAttachmentLoadOp loadOp, in beginRendering()
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp26 static wgpu::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsTransientAttachmentTests.cpp160 const VkAttachmentLoadOp loadOp, in makeAttachment()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp52 VkAttachmentLoadOp ConvertRenderPassLoadOpToVkLoadOp(RenderPassLoadOp loadOp) in ConvertRenderPassLoadOpToVkLoadOp()
899 VkAttachmentLoadOp loadOp = createInfo.pAttachments[index].loadOp; in UpdateRenderPassColorPerfCounters() local
3027 RenderPassLoadOp loadOp, in setOps()
3037 RenderPassLoadOp loadOp, in setStencilOps()
DCommandGraph.cpp147 const char *GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand()
Dvk_cache_utils.h288 uint16_t loadOp : 2; member
DFramebufferVk.cpp2579 const vk::RenderPassLoadOp loadOp = colorRenderTarget->hasDefinedContent() in startNewRenderPass() local
Dvk_helpers.cpp803 char GetLoadOpShorthand(RenderPassLoadOp loadOp) in GetLoadOpShorthand()
1102 RenderPassLoadOp *loadOp, in finalizeLoadStore()
1785 RenderPassLoadOp loadOp = static_cast<RenderPassLoadOp>(ops.loadOp); in finalizeColorImageLoadStore() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp471 …:buildBasicRenderPass(VkFormat outputFormat, VkImageLayout outputLayout, VkAttachmentLoadOp loadOp) in buildBasicRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp483 …t DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttac… in createSimpleRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp470 std::ostringstream loadOp; in initPrograms() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp801 const VkAttachmentLoadOp loadOp, in addAttachment()
2438 …const VkAttachmentLoadOp loadOp = (m_params.clears == TEST_CLEARS_LOAD_OP_CLEAR ? VK_ATTACHMENT_LO… in drawRenderPasses() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl293 …ionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttac…
DvkStructTypes.inl1011 VkAttachmentLoadOp loadOp; member
1933 VkAttachmentLoadOp loadOp; member
2811 VkAttachmentLoadOp loadOp; member
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp280 TIntermAggregate* loadOp = new TIntermAggregate(EOpImageLoad); in handleLvalue() local
4803 TIntermAggregate* loadOp = load->getAsAggregate(); in decomposeIntrinsic() local
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp280 TIntermAggregate* loadOp = new TIntermAggregate(EOpImageLoad); in handleLvalue() local
4803 TIntermAggregate* loadOp = load->getAsAggregate(); in decomposeIntrinsic() local
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3142 const VkAttachmentLoadOp loadOp = (!fullClearPass) ? VK_ATTACHMENT_LOAD_OP_LOAD : in iterate() local
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h3518 VkAttachmentLoadOp loadOp; member
5770 VkAttachmentLoadOp loadOp; member
6929 VkAttachmentLoadOp loadOp; member

12