Home
last modified time | relevance | path

Searched refs:validation (Results 1 – 25 of 64) sorted by relevance

123

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_validation_features.adoc5 [open,refpage='VkValidationFeaturesEXT',desc='Specify validation features to enable or disable for …
8 specific validation features, add a slink:VkValidationFeaturesEXT structure
19 elink:VkValidationFeatureEnableEXT values specifying the validation
24 elink:VkValidationFeatureDisableEXT values specifying the validation
43 [open,refpage='VkValidationFeatureEnableEXT',desc='Specify validation features to enable',type='enu…
47 specifying validation features to be enabled, are:
52 GPU-assisted validation is enabled.
57 specifies that the validation layers reserve a descriptor set binding
63 validation layer does not perform GPU-assisted validation.
66 Vulkan best-practices validation is enabled.
[all …]
DVK_EXT_validation_flags.adoc5 [open,refpage='VkValidationFlagsEXT',desc='Specify validation checks to disable for a Vulkan instan…
7 When creating a Vulkan instance for which you wish to disable validation
19 elink:VkValidationCheckEXT values specifying the validation checks to be
25 [open,refpage='VkValidationCheckEXT',desc='Specify validation checks to disable',type='enums']
29 specifying validation checks to be disabled, are:
33 * ename:VK_VALIDATION_CHECK_ALL_EXT specifies that all validation checks
35 * ename:VK_VALIDATION_CHECK_SHADERS_EXT specifies that shader validation
Dshaders.adoc1362 include::{chapters}/VK_EXT_validation_cache/shader-module-validation-cache.adoc[]
3351 [[shaders-validation-cache]]
3354 [open,refpage='VkValidationCacheEXT',desc='Opaque handle to a validation cache object',type='handle…
3356 Validation cache objects allow the result of internal validation to be
3358 Reuse within a single run is achieved by passing the same validation cache
3360 Reuse across runs of an application is achieved by retrieving validation
3362 them to preinitialize a validation cache on a subsequent run.
3363 The contents of the validation cache objects are managed by the validation
3365 Applications can: manage the host memory consumed by a validation cache
3366 object and control the amount of data retrieved from a validation cache
[all …]
Dtextures.adoc396 * <<textures-input-validation,Validation operations>>
397 ** <<textures-operation-validation,Instruction/Sampler/Image validation>>
398 ** <<textures-integer-coordinate-validation,Coordinate validation>>
399 ** <<textures-sparse-validation,Sparse validation>>
401 ** <<textures-layout-validation,Layout validation>>
435 [[textures-input-validation]]
438 _Texel input validation operations_ inspect instruction/image/sampler state
444 [[textures-operation-validation]]
616 [[textures-integer-coordinate-validation]]
644 then the texel fails integer texel coordinate validation.
[all …]
DVK_EXT_debug_marker.adoc11 Debug markers provide a flexible way for debugging and validation layers to
78 In addition to setting a name for an object, debugging and validation layers
DVK_EXT_debug_report.adoc224 validation layer testing.
226 normal use of the validation layers.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_validation_cache/
Dshader-module-validation-cache.adoc5 [open,refpage='VkShaderModuleValidationCacheCreateInfoEXT',desc='Specify validation cache to use du…
7 To use a slink:VkValidationCacheEXT to cache shader validation results, add
19 * pname:validationCache is the validation cache object from which the
20 results of prior validation attempts will be written, and to which new
21 validation results for this slink:VkShaderModule will be written (if not
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dshader_create_spv_common.adoc14 {prefixCondition} pname:pCode must: adhere to the validation rules
15 described by the <<spirvenv-module-validation,Validation Rules within a
24 <<spirvenv-module-validation,Capabilities>> section of the
Ddraw_dispatch_common.adoc391 code:OpTypeImage as described in <<textures-operation-validation>>
482 <<textures-integer-coordinate-validation,integer texel coordinate
483 validation>>
524 <<textures-integer-coordinate-validation,integer texel coordinate
525 validation>>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_validation_features.adoc28 values that enable specific validation features that are disabled by
31 enum values that disable specific validation layer features that are enabled
DVK_EXT_debug_report.adoc23 By enabling optional validation layers and using the `VK_EXT_debug_report`
34 with the validation layers.
37 An application can: register callbacks even when no validation layers are
137 The validation layers do use them in a hierarchical way (etext:ERROR >
167 We recommend applications use the same cast that the validation layers use:
DVK_EXT_debug_utils.adoc40 When combined with validation layers, even more detailed feedback on the
80 An application can: register callbacks even when no validation layers are
155 with validation layers that can print a friendly name when referring to
298 2) Will validation layers immediately support all the new features.
302 validation layer logging over to the new functionality.
310 3) If the validation layers will not expose the new functionality
DVK_EXT_validation_cache.adoc20 expensive internal validation operations across multiple runs of a Vulkan
DVK_EXT_validation_flags.adoc24 will be disabled by the validation layers.
DVK_NV_inherited_viewport_scissor.adoc61 depth values, we allow for validation layers that flag depth changes as
DVK_EXT_debug_marker.adoc34 with validation layers that can print a friendly name when referring to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/
Dupdate-expectations18 cp -f gen-validusage/out/validation/validusage.json expectations/validusage.json
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dvuid.adoc11 These tags are asciidoctor anchors, intended for use by the validation layer
12 to provide unique names for each validation condition, and a way to link
13 from validation layer reports into the corresponding parts of the
76 Since these tags are of use only to the published validation layer, they are
136 * The valid usage statement has not yet been implemented in the validation
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DtestBuild60 if ! diff build_tests/expectations/validusage.json build_tests/gen-validusage/out/validation/validu…
DChangeLog.adoc135 * Add missing "`not`" to <<spirvenv-module-validation-standalone,
272 * Specify that some <<spirvenv-module-validation-runtime, Runtime SPIR-V
374 form for downstream components such as the validation layers (internal
518 <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
717 * Remove redundant <<spirvenv-module-validation-standalone, Standalone
797 * Add <<spirvenv-module-validation-runtime,
855 * Add <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>> VU
909 * Add <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>> VU
932 * Add new <<spirvenv-module-validation-runtime, Runtime SPIR-V VUs>>
938 * Add <<spirvenv-module-validation-standalone, Standalone SPIR-V VUs>> for
[all …]
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_ext.cc103 uint32_t validation = (NXP_EN_SN100U << 13); in printNfcMwVersion() local
104 validation |= (NXP_EN_SN110U << 14); in printNfcMwVersion()
105 validation |= (NXP_EN_SN220U << 15); in printNfcMwVersion()
106 validation |= (NXP_EN_PN560 << 16); in printNfcMwVersion()
107 validation |= (NXP_EN_SN300U << 17); in printNfcMwVersion()
108 validation |= (NXP_EN_PN557 << 11); in printNfcMwVersion()
111 NFC_NXP_MW_CUSTOMER_ID, validation, NFC_NXP_MW_ANDROID_VER, in printNfcMwVersion()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.cpp.inl24 Validation* validation() { return &m_validation; } function in VkEncoder::Impl
/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal.h141 validation; /* indicates on which platform validation is done like SR100*/ member
/hardware/interfaces/graphics/mapper/stable-c/
DREADME.md108 * Removes `validateBufferSize`, validation is instead handled by clients using metadata queries
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantStaNetwork.hal187 * Set whether to enable SAE PK (Public Key) only mode to enable public AP validation.

123