Home
last modified time | relevance | path

Searched refs:combinerOps (Results 1 – 25 of 139) sorted by relevance

123456

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Analysis/
H A DTestMatchReduction.cpp22 ArrayRef<Operation *> combinerOps) { in printReductionResult() argument
26 for (Operation *combOp : combinerOps) in printReductionResult()
70 SmallVector<Operation *, 4> combinerOps; in runOnFunction() local
71 Value reducedValue = matchReduction(outputs, i, combinerOps); in runOnFunction()
72 printReductionResult(op, i, reducedValue, combinerOps); in runOnFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Analysis/
H A DLoopAnalysis.cpp447 SmallVectorImpl<Operation *> &combinerOps) { in matchReduction() argument
476 combinerOps.push_back(combinerOp); in matchReduction()
482 if (combinerOps.size() != 1) in matchReduction()
488 if (terminatorOp->getOperand(redPos) != combinerOps.back()->getResults()[0]) in matchReduction()
H A DAffineAnalysis.cpp43 SmallVector<Operation *> combinerOps; in getSupportedReduction() local
45 matchReduction(forOp.getRegionIterArgs(), pos, combinerOps); in getSupportedReduction()
50 if (combinerOps.size() > 1) in getSupportedReduction()
53 Operation *combinerOp = combinerOps.back(); in getSupportedReduction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Analysis/
H A DLoopAnalysis.h115 SmallVectorImpl<Operation *> &combinerOps);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp42 SmallVector<Operation *, 4> combinerOps; in matchSimpleReduction() local
44 /*redPos=*/0, combinerOps); in matchSimpleReduction()
47 combinerOps.size() != 1) in matchSimpleReduction()
50 return isa<OpTy...>(combinerOps[0]) && in matchSimpleReduction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp144 SmallVector<Operation *, 4> combinerOps; in matchLinalgReduction() local
145 if (!matchReduction(linalgOp.getRegionOutputArgs(), outputPos, combinerOps) || in matchLinalgReduction()
146 combinerOps.size() != 1) in matchLinalgReduction()
150 return getKindForOp(combinerOps[0]); in matchLinalgReduction()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_command.cpp8679 vkCmdSetFragmentShadingRateKHR(m_commandBuffer->handle(), &fragmentSize, combinerOps); in TEST_F()
8685 vkCmdSetFragmentShadingRateKHR(m_commandBuffer->handle(), &fragmentSize, combinerOps); in TEST_F()
8691 vkCmdSetFragmentShadingRateKHR(m_commandBuffer->handle(), &fragmentSize, combinerOps); in TEST_F()
8808 combinerOps[0] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_REPLACE_KHR; in TEST_F()
8813 combinerOps[0] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR; in TEST_F()
8815 combinerOps[1] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_REPLACE_KHR; in TEST_F()
8820 combinerOps[1] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR; in TEST_F()
8958 combinerOps[0] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MUL_KHR; in TEST_F()
8963 combinerOps[0] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR; in TEST_F()
8967 combinerOps[1] = VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MUL_KHR; in TEST_F()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/vulkan/
H A Danv_cmd_buffer.c1621 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) in anv_CmdSetFragmentShadingRateKHR()
1627 cmd_buffer->state.gfx.dynamic.fragment_shading_rate.ops[0] != combinerOps[0] || in anv_CmdSetFragmentShadingRateKHR()
1628 cmd_buffer->state.gfx.dynamic.fragment_shading_rate.ops[1] != combinerOps[1]) { in anv_CmdSetFragmentShadingRateKHR()
1630 memcpy(cmd_buffer->state.gfx.dynamic.fragment_shading_rate.ops, combinerOps, in anv_CmdSetFragmentShadingRateKHR()
H A Danv_pipeline.c434 fsr_info->combinerOps[0] == VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR && in pipeline_has_coarse_pixel()
435 fsr_info->combinerOps[1] == VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR) in pipeline_has_coarse_pixel()
2338 memcpy(dynamic->fragment_shading_rate.ops, fsr_state->combinerOps, in copy_non_dynamic_state()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/generated/
H A Dcommand_counter_helper.h87 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
H A Dcommand_counter_helper.cpp210 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) { in PreCallRecordCmdSetFragmentShadingRateKHR()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dcore_validation.cpp2493 … fragment_shading_rate_state->combinerOps[0] != VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR) { in ValidatePipelineUnlocked()
17455 combinerOps[0] != VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR) { in PreCallValidateCmdSetFragmentShadingRateKHR()
17459 string_VkFragmentShadingRateCombinerOpKHR(combinerOps[0]), cmd_name); in PreCallValidateCmdSetFragmentShadingRateKHR()
17463 combinerOps[1] != VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR) { in PreCallValidateCmdSetFragmentShadingRateKHR()
17467 string_VkFragmentShadingRateCombinerOpKHR(combinerOps[1]), cmd_name); in PreCallValidateCmdSetFragmentShadingRateKHR()
17471 (combinerOps[0] != VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR && in PreCallValidateCmdSetFragmentShadingRateKHR()
17472 combinerOps[0] != VK_FRAGMENT_SHADING_RATE_COMBINER_OP_REPLACE_KHR)) { in PreCallValidateCmdSetFragmentShadingRateKHR()
17477 string_VkFragmentShadingRateCombinerOpKHR(combinerOps[0]), cmd_name); in PreCallValidateCmdSetFragmentShadingRateKHR()
17481 (combinerOps[1] != VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR && in PreCallValidateCmdSetFragmentShadingRateKHR()
17482 combinerOps[1] != VK_FRAGMENT_SHADING_RATE_COMBINER_OP_REPLACE_KHR)) { in PreCallValidateCmdSetFragmentShadingRateKHR()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dcorechecks_optick_instrumentation.cpp4610 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const { in PreCallValidateCmdSetFragmentShadingRateKHR()
4612 …CoreChecks::PreCallValidateCmdSetFragmentShadingRateKHR(commandBuffer, pFragmentSize, combinerOps); in PreCallValidateCmdSetFragmentShadingRateKHR()
4616 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) { in PreCallRecordCmdSetFragmentShadingRateKHR()
4618 … CoreChecks::PreCallRecordCmdSetFragmentShadingRateKHR(commandBuffer, pFragmentSize, combinerOps); in PreCallRecordCmdSetFragmentShadingRateKHR()
4621 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) { in PostCallRecordCmdSetFragmentShadingRateKHR()
4623 … CoreChecks::PostCallRecordCmdSetFragmentShadingRateKHR(commandBuffer, pFragmentSize, combinerOps); in PostCallRecordCmdSetFragmentShadingRateKHR()
7284 …oreChecks::PreCallValidateCmdSetFragmentShadingRateEnumNV(commandBuffer, shadingRate, combinerOps); in PreCallValidateCmdSetFragmentShadingRateEnumNV()
7288 …teNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) { in PreCallRecordCmdSetFragmentShadingRateEnumNV()
7290 … CoreChecks::PreCallRecordCmdSetFragmentShadingRateEnumNV(commandBuffer, shadingRate, combinerOps); in PreCallRecordCmdSetFragmentShadingRateEnumNV()
7293 …teNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) { in PostCallRecordCmdSetFragmentShadingRateEnumNV()
[all …]
H A Dlayer_chassis_dispatch.h1389 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
2173 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
H A Dparameter_validation.h1359 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const override;
2137 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const override;
H A Dcorechecks_optick_instrumentation.h943 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const overr…
944 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) override;
945 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) override;
1470 … shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const overr…
1471 … shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) override;
1472 … shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) override;
H A Dthread_safety.h3451 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) override;
3456 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) override;
5254 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) override;
5259 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) override;
H A Dchassis.h1755 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
2878 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
4497 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const { ret… in PreCallValidateCmdSetFragmentShadingRateKHR()
4498 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) {}; in PreCallRecordCmdSetFragmentShadingRateKHR()
4499 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) {}; in PostCallRecordCmdSetFragmentShadingRateKHR()
5024 … shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const { ret… in PreCallValidateCmdSetFragmentShadingRateEnumNV()
5025 …NV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) {}; in PreCallRecordCmdSetFragmentShadingRateEnumNV()
5026 …NV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) {}; in PostCallRecordCmdSetFragmentShadingRateEnumNV()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_core.h7249 VkFragmentShadingRateCombinerOpKHR combinerOps[2]; member
7290 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
7301 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
11314 VkFragmentShadingRateCombinerOpKHR combinerOps[2]; member
11317 …ateNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
11323 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/include/vulkan/
H A Dvulkan_core.h7249 VkFragmentShadingRateCombinerOpKHR combinerOps[2]; member
7290 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
7301 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
11314 VkFragmentShadingRateCombinerOpKHR combinerOps[2]; member
11317 …ateNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
11323 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_core.h7249 VkFragmentShadingRateCombinerOpKHR combinerOps[2]; member
7290 … pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
7301 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
11314 VkFragmentShadingRateCombinerOpKHR combinerOps[2]; member
11317 …ateNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
11323 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkDeviceDriverImpl.inl855 …er, const VkExtent2D* pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const
857 m_vk.cmdSetFragmentShadingRateKHR(commandBuffer, pFragmentSize, combinerOps);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/vulkan/
H A Danv_pipeline.c493 fsr_info->combinerOps[0] == VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR && in pipeline_has_coarse_pixel()
494 fsr_info->combinerOps[1] == VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR) in pipeline_has_coarse_pixel()
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/icd/generated/
H A Dmock_icd.h2007 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
3130 const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
/dports/lang/clover/mesa-21.3.6/src/intel/vulkan/
H A Danv_pipeline.c493 fsr_info->combinerOps[0] == VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR && in pipeline_has_coarse_pixel()
494 fsr_info->combinerOps[1] == VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR) in pipeline_has_coarse_pixel()

123456