Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanRenderPass.cpp52 LoadOp loadOp, in add_attachment_description_info_to_key()
225 const LoadOp loadOp, in setup_vk_attachment_description()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkOpsRenderPass.cpp64 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
260 VkAttachmentLoadOp loadOp; in init() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DRenderPassDesc.cpp39 LoadOp loadOp, in Make()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp67 VkAttachmentLoadOp loadOp; member
1192 std::string loadOpToString(VkAttachmentLoadOp loadOp) in loadOpToString()
H A DvktRenderPassTests.cpp688 VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, in Attachment()
6306 const VkAttachmentLoadOp loadOp = in addAttachmentTests() local
6352 const VkAttachmentLoadOp loadOp = in addAttachmentTests() local
6467 const VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local
6634 const VkAttachmentLoadOp loadOp = in addAttachmentAllocationTests() local
6996 const VkAttachmentLoadOp loadOp = in addAttachmentAllocationTests() local
7484 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
7520 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
7702 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
7803 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
H A DvktDynamicRenderingRandomTests.cpp406 VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in iterate() local
H A DvktRenderPassSubpassDependencyTests.cpp4205 const VkAttachmentLoadOp loadOp(VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
4298 const VkAttachmentLoadOp loadOp(VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
4392 const VkAttachmentLoadOp loadOp(VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local
H A DvktRenderPassTestsUtil.cpp458 VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, in Attachment()
H A DvktRenderPassLoadStoreOpNoneTests.cpp96 VkAttachmentLoadOp loadOp; member
H A DvktRenderPassFragmentDensityMapTests.cpp467 …VkAttachmentLoadOp loadOp = resampleSubsampled ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_O… in createRenderPassProduceSubsampledImage() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
H A Dtile_loops_pass.cc65 auto isComplex = [&](memref::LoadOp loadOp) { in isComplexAccessPattern()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/wasm/
Dssa.go564 func loadOp(t *types.Type) obj.As { func
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp73 VkAttachmentLoadOp ConvertRenderPassLoadOpToVkLoadOp(RenderPassLoadOp loadOp) in ConvertRenderPassLoadOpToVkLoadOp()
288 RenderPassLoadOp loadOp, in UnpackAttachmentInfo()
403 const RenderPassLoadOp loadOp = in DeriveRenderingInfo() local
466 const RenderPassLoadOp loadOp = in DeriveRenderingInfo() local
1400 VkAttachmentLoadOp loadOp = createInfo.pAttachments[index].loadOp; in UpdateRenderPassColorPerfCounters() local
4860 RenderPassLoadOp loadOp, in setOps()
4870 RenderPassLoadOp loadOp, in setStencilOps()
H A DCommandGraph.cpp147 const char *GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp158 VkAttachmentDescription makeAttachment(const VkFormat format, const VkAttachmentLoadOp loadOp, in makeAttachment()
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCaps.cpp1059 LoadOp loadOp = LoadOp::kClear; in extractGraphicsDescs() local
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.cc861 VkAttachmentLoadOp loadOp = pCreateInfo->pAttachments[i].loadOp; in tu_CreateRenderPass2() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp455 VkAttachmentLoadOp loadOp) in buildBasicRenderPass()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkTypeUtil.inl299 …ionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttac…
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp729 const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, in addAttachment()
2549 const VkAttachmentLoadOp loadOp = in drawRenderPasses() local
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp925 …const VkAttachmentLoadOp loadOp = preCleared ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_O… in initializeAttachmentDescriptions() local
1077 const VkAttachmentLoadOp loadOp = in initializeRenderingAttachmentInfos() local
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp645 VkAttachmentLoadOp loadOp = in setup() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp475VkAttachmentLoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, in createSimpleRenderPass()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp498 std::ostringstream loadOp; in initPrograms() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkTypeUtil.inl300 …ionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttac…

1234