Home
last modified time | relevance | path

Searched refs:validation (Results 1 - 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/ast/
H A Ddisable_validation_decoration.cc26 : Base(pid), validation(val) {} in DisableValidationDecoration()
31 switch (validation) { in InternalName()
53 ctx->dst->ID(), validation); in Clone()
H A Ddisable_validation_decoration.h25 /// Enumerator of validation features that can be disabled with a
54 /// would otherwise cause validation errors.
60 /// @param validation the validation to disable
62 DisabledValidation validation);
76 /// The validation that this decoration disables
77 const DisabledValidation validation; member in tint::ast::DisableValidationDecoration
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberDepthTests.cpp111 const bool validation = ctx.getTestContext().getCommandLine().isValidationEnabled(); in createInstance() local
112 Move<VkDevice> device = createCustomDevice(validation, ctx.getPlatformInterface(), ctx.getInstance(), vki, physicalDevice, &deviceCreateInfo); in createInstance()
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dmodule.mk20 $(ECHO_DRIVER)otvalid $(ECHO_DRIVER_DESC)OpenType validation module$(ECHO_DRIVER_DONE)
/third_party/ninja/src/
H A Dmanifest_parser.cc296 EvalString validation; in ParseEdge() local
297 if (!lexer_.ReadPath(&validation, err)) in ParseEdge()
299 if (validation.empty()) in ParseEdge()
301 validations.push_back(validation); in ParseEdge()
H A Dninja.cc429 for (std::vector<Node*>::iterator validation = edge->validations_.begin(); in ToolQuery()
430 validation != edge->validations_.end(); ++validation) { in ToolQuery()
431 printf(" %s\n", (*validation)->path().c_str()); in ToolQuery()
445 printf(" validation for:\n"); in ToolQuery()
801 "explicit, implicit and order-only inputs, but not validation ones.\n\n" in ToolInputs()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dmodule.mk20 $(ECHO_DRIVER)gxvalid $(ECHO_DRIVER_DESC)TrueTypeGX/AAT validation module$(ECHO_DRIVER_DONE)
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DtestBuild60 if ! diff build_tests/expectations/validusage.json build_tests/gen-validusage/out/validation/validusage.json; then
72 echo " - build_tests/gen-validusage/out/validation/validusage.json"
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
H A Ddeqp.go320 // Set validation layer according to flag.
321 validation := "disable"
323 validation = "enable"
327 "--deqp-validation="+validation,
/third_party/skia/third_party/externals/freetype/builds/unix/
H A Dinstall.mk87 $(info There is no validation suite for this package.)
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.h229 // AST and Type validation methods
296 /// ast::DisableValidationDecoration with the validation mode equal to
297 /// `validation`
299 ast::DisabledValidation validation) const;
302 /// ast::DisableValidationDecoration with the validation mode equal to
303 /// `validation`
305 ast::DisabledValidation validation) const;
H A Dresolver_validation.cc1257 // Clear IO sets after parameter validation. Builtin and location attributes in ValidateEntryPoint()
2413 ast::DisabledValidation validation) const { in IsValidationDisabled()
2416 if (dv->validation == validation) { in IsValidationDisabled()
2425 ast::DisabledValidation validation) const { in IsValidationEnabled()
2426 return !IsValidationDisabled(decorations, validation); in IsValidationEnabled()
/third_party/vk-gl-cts/scripts/
H A Dcheck_swiftshader_runtime.py125 "--validation",
128 help="Enable vulkan validation layers.",
230 validationLayerParam = "--validation=" + ARGS.validation
409 # Clone and build SwiftShader and Vulkan validation layers.
432 # Set Vulkan validation layers if flag is set.
433 if ARGS.validation == "true":
434 # Clone Vulkan validation layers or update if they already exist.
441 # Build and set Vulkan validation layers.
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dretrace_restricted_traces.py125 '--validation', help='Enable state serialization validation calls.', action='store_true')
127 '--validation-expr',
128 help='Validation expression, used to add more validation checkpoints.')
177 if args.validation:
180 # This feature is also enabled in replay when using --validation.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawConcurrentTests.cpp117 const auto validation = m_context.getTestContext().getCommandLine().isValidationEnabled(); in iterate() local
206 computeDevice = createCustomDevice(validation, m_context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawConcurrentTests.cpp117 const auto validation = m_context.getTestContext().getCommandLine().isValidationEnabled(); in iterate() local
206 computeDevice = createCustomDevice(validation, m_context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in iterate()
/third_party/python/Lib/xml/dom/
H A Dxmlbuilder.py24 validation = False variable in Options
106 ("validation", 0): [
107 ("validation", 0)],
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_macsec_qca.c656 int validation) in macsec_qca_create_receive_sc()
662 enum validate_frames validate_frames = validation; in macsec_qca_create_receive_sc()
654 macsec_qca_create_receive_sc(void *priv, struct receive_sc *sc, unsigned int conf_offset, int validation) macsec_qca_create_receive_sc() argument
H A Ddriver_macsec_linux.c811 * @validation: frame validation policy (0 = Disabled, 1 = Checked,
817 int validation) in macsec_drv_create_receive_sc()
825 " (conf_offset=%u validation=%d)", in macsec_drv_create_receive_sc()
827 conf_offset, validation); in macsec_drv_create_receive_sc()
815 macsec_drv_create_receive_sc(void *priv, struct receive_sc *sc, unsigned int conf_offset, int validation) macsec_drv_create_receive_sc() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_qca.c678 int validation) in macsec_qca_create_receive_sc()
684 enum validate_frames validate_frames = validation; in macsec_qca_create_receive_sc()
676 macsec_qca_create_receive_sc(void *priv, struct receive_sc *sc, unsigned int conf_offset, int validation) macsec_qca_create_receive_sc() argument
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs858 "Argument `{}`'s {}={:?} failed validation: {}", in assert_defaults()
868 "Argument `{}`'s {}={:?} failed validation: {}", in assert_defaults()
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py381 validation = []
384 validation.append(False)
386 validation.append(True)
394 self.assertEqual(validation, [False, True])
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java23 import javax.xml.validation.Schema;
24 import javax.xml.validation.SchemaFactory;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.h689 VertexAttribTypeCase validation) in ValidateVertexFormat()
699 switch (validation) in ValidateVertexFormat()
809 // Common validation for 2D and 3D variants of TexStorage*Multisample.
685 ValidateVertexFormat(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribTypeCase validation) ValidateVertexFormat() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddriver_i.h827 unsigned int conf_offset, int validation) in wpa_drv_create_receive_sc()
832 conf_offset, validation); in wpa_drv_create_receive_sc()
826 wpa_drv_create_receive_sc(struct wpa_supplicant *wpa_s, struct receive_sc *sc, unsigned int conf_offset, int validation) wpa_drv_create_receive_sc() argument

Completed in 27 milliseconds

12