Home
last modified time | relevance | path

Searched refs:add (Results 6476 - 6500 of 8111) sorted by relevance

1...<<251252253254255256257258259260>>...325

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp1634 programCollection.glslSources.add("vert") << glu::VertexSource(
1652 programCollection.glslSources.add("frag") << glu::FragmentSource(fragmentSource.str().c_str());
H A DvktPipelineVertexInputTests.cpp638 // Matrix types add each column as a separate attribute. in createInstance()
732 programCollection.glslSources.add("attribute_test_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
734 programCollection.glslSources.add("attribute_test_frag") << glu::FragmentSource( in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp537 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource);
538 programCollection.glslSources.add("frag") << glu::FragmentSource(m_fragShaderSource);
2288 // add multisample barrier
2394 const bool hasAlpha = true; // \todo [2015-09-07 elecro] add correct alpha check
2481 const bool hasAlpha = true; // \todo [2015-09-07 elecro] add correct alpha check
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1950 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource); in initPrograms()
1953 programCollection.glslSources.add("geom") << glu::GeometrySource(m_geomShaderSource); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp2211 // TODO(dneto): If these tests ever use LAYOUT_RELAXED, then add support in initPrograms()
2218 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource) in initPrograms()
2221 programCollection.glslSources.add("frag") << glu::FragmentSource(m_fragShaderSource) in initPrograms()
/third_party/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl913 add \$`32*8`,$Tbl
1475 add \$64,%rsp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1275 magu.a = 0; // initialize "add" indicator
1430 // and add (0v[n-1]...v[1]v[0]) to (u[j+n]u[j+n-1]...u[j+1]u[j]).
2241 // Flip the bits and add one to turn it into the equivalent positive
2529 /* DST += SRC * MULTIPLIER + CARRY if add is true
2530 DST = SRC * MULTIPLIER + CARRY if add is false
2543 bool add) {
2585 /* Now add carry. */
2591 if (add) {
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc886 inputs.add(var_id); in RegisterEntryPoints()
889 outputs.add(var_id); in RegisterEntryPoints()
1829 // This is the default. Don't add a decoration. in ConvertPipelineDecorations()
2704 // a function call, we can add the usage from the callee formal parameters. in RegisterHandleUsage()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv2022.cpp2196 /* add another bit so that the code below writes 2 bytes in case of error */ in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2701 /* add another bit so that the code below writes 2 bytes in case of error */ in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC()
3332 /* add another bit so that the code below writes 2 bytes in case of error */ in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3592 sa->add(sa->set, 0xa5);
3593 sa->add(sa->set, 0x203e);
3640 /* special handling for non-EXT ISO-2022-CN: add only code points for CNS planes 1 and 2 */
3654 * Only add code points that map to Shift-JIS codes
H A Ducurr.cpp1584 result.add(cp); in uprv_currencyLeads()
1591 result.add(cp); in uprv_currencyLeads()
/third_party/python/Lib/urllib/
H A Drequest.py590 skip.add(klass)
592 skip.add(klass)
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp1150 metrics.add(&run); in GetLineFontMetrics()
1255 metrics.add(&run); in GetLineFontMetrics()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp2024 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
2025 sourceCollections.glslSources.add("tex_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
H A DvktPipelineBlendOperationAdvancedTests.cpp1626 programCollection.glslSources.add("vert") << glu::VertexSource(
1644 programCollection.glslSources.add("frag") << glu::FragmentSource(fragmentSource.str().c_str());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp539 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource);
540 programCollection.glslSources.add("frag") << glu::FragmentSource(m_fragShaderSource);
2290 // add multisample barrier
2396 const bool hasAlpha = true; // \todo [2015-09-07 elecro] add correct alpha check
2483 const bool hasAlpha = true; // \todo [2015-09-07 elecro] add correct alpha check
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1951 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource); in initPrograms()
1954 programCollection.glslSources.add("geom") << glu::GeometrySource(m_geomShaderSource); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp2211 // TODO(dneto): If these tests ever use LAYOUT_RELAXED, then add support in initPrograms()
2218 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource) in initPrograms()
2221 programCollection.glslSources.add("frag") << glu::FragmentSource(m_fragShaderSource) in initPrograms()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c786 /* To add FTIE for Teardown request and compute MIC */ in wpa_tdls_send_teardown()
811 wpa_printf(MSG_DEBUG, "TDLS: Testing - add extra subelem to " in wpa_tdls_send_teardown()
968 * explicitly checked below. Some APs may add arbitrary padding to the in wpa_tdls_recv_teardown()
1190 wpa_printf(MSG_DEBUG, "TDLS: Testing - add extra subelem to " in wpa_tdls_send_tpk_m1()
1291 wpa_printf(MSG_DEBUG, "TDLS: Testing - add extra subelem to " in wpa_tdls_send_tpk_m2()
1381 wpa_printf(MSG_DEBUG, "TDLS: Testing - add extra subelem to " in wpa_tdls_send_tpk_m3()
1756 int add) in wpa_tdls_addset_peer()
1758 return wpa_sm_tdls_peer_addset(sm, peer->addr, add, peer->aid, in wpa_tdls_addset_peer()
1868 * explicitly checked below. Some APs may add arbitrary padding to the in wpa_tdls_process_tpk_m1()
2113 /* add supporte in wpa_tdls_process_tpk_m1()
1755 wpa_tdls_addset_peer(struct wpa_sm *sm, struct wpa_tdls_peer *peer, int add) wpa_tdls_addset_peer() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dtdls.c802 /* To add FTIE for Teardown request and compute MIC */
827 wpa_printf(MSG_DEBUG, "TDLS: Testing - add extra subelem to "
984 * explicitly checked below. Some APs may add arbitrary padding to the
1206 wpa_printf(MSG_DEBUG, "TDLS: Testing - add extra subelem to "
1307 wpa_printf(MSG_DEBUG, "TDLS: Testing - add extra subelem to "
1397 wpa_printf(MSG_DEBUG, "TDLS: Testing - add extra subelem to "
1824 int add)
1826 return wpa_sm_tdls_peer_addset(sm, peer->addr, add, peer->aid,
1939 * explicitly checked below. Some APs may add arbitrary padding to the
2190 /* add supporte
[all...]
/build/hb/services/
H A Dloader.py752 _src_set.add(_origin_name)
977 "{}:{} is not configured in product, \new add component will be installed!".format(
/kernel/linux/linux-5.10/drivers/acpi/
H A Dthermal.c103 .add = acpi_thermal_add,
H A Dbattery.c726 * for each battery, so that the driver may add in battery_hook_register()
732 * If a add-battery returns non-zero, in battery_hook_register()
734 * and we will not add it to the list of loaded in battery_hook_register()
751 * define custom sysfs attributes can add their own.
1145 /* Above matches are too generic, add bios-date match */
1194 * may work. So add retry code here and 20ms sleep between
1302 .add = acpi_battery_add,
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dperf_event.c1211 .add = csky_pmu_add, in init_hw_perf_events()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dperf_event_cpu.c1049 .add = nds32_pmu_add, in nds32_init()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dhv-24x7.c1211 * values in a single HCALL. We expect the caller to add events to the
1472 * If in a READ transaction, add this counter to the list of in h_24x7_event_read()
1646 .add = h_24x7_event_add,

Completed in 114 milliseconds

1...<<251252253254255256257258259260>>...325