/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_validation_features.adoc | 5 [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 …]
|
D | VK_EXT_validation_flags.adoc | 5 [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
|
D | shaders.adoc | 1362 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 …]
|
D | textures.adoc | 396 * <<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 …]
|
D | VK_EXT_debug_marker.adoc | 11 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
|
D | VK_EXT_debug_report.adoc | 224 validation layer testing. 226 normal use of the validation layers.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_validation_cache/ |
D | shader-module-validation-cache.adoc | 5 [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/ |
D | shader_create_spv_common.adoc | 14 {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
|
D | draw_dispatch_common.adoc | 391 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/ |
D | VK_EXT_validation_features.adoc | 28 values that enable specific validation features that are disabled by 31 enum values that disable specific validation layer features that are enabled
|
D | VK_EXT_debug_report.adoc | 23 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:
|
D | VK_EXT_debug_utils.adoc | 40 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
|
D | VK_EXT_validation_cache.adoc | 20 expensive internal validation operations across multiple runs of a Vulkan
|
D | VK_EXT_validation_flags.adoc | 24 will be disabled by the validation layers.
|
D | VK_NV_inherited_viewport_scissor.adoc | 61 depth values, we allow for validation layers that flag depth changes as
|
D | VK_EXT_debug_marker.adoc | 34 with validation layers that can print a friendly name when referring to
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/ |
D | update-expectations | 18 cp -f gen-validusage/out/validation/validusage.json expectations/validusage.json
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | vuid.adoc | 11 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/ |
D | testBuild | 60 if ! diff build_tests/expectations/validusage.json build_tests/gen-validusage/out/validation/validu…
|
D | ChangeLog.adoc | 135 * 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/ |
D | phNxpNciHal_ext.cc | 103 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/ |
D | VkEncoder.cpp.inl | 24 Validation* validation() { return &m_validation; } function in VkEncoder::Impl
|
/hardware/nxp/uwb/halimpl/hal/ |
D | phNxpUciHal.h | 141 validation; /* indicates on which platform validation is done like SR100*/ member
|
/hardware/interfaces/graphics/mapper/stable-c/ |
D | README.md | 108 * Removes `validateBufferSize`, validation is instead handled by clients using metadata queries
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaNetwork.hal | 187 * Set whether to enable SAE PK (Public Key) only mode to enable public AP validation.
|