/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_validation_flags.adoc | 5 [open,refpage='VkValidationFlagsEXT',desc='Specify validation checks to disable for a Vulkan instan… 8 checks, add a slink:VkValidationFlagsEXT structure to the pname:pNext chain 9 of the slink:VkInstanceCreateInfo structure, specifying the checks to be 17 * pname:disabledValidationCheckCount is the number of checks to disable. 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
|
D | VK_EXT_validation_features.adoc | 92 validation checks are disabled. 106 validation checks are disabled. 123 Disabling checks such as parameter validation and object lifetime validation 125 checks to behave incorrectly or crash. 126 Some validation checks assume that their inputs are already valid and do not
|
D | introduction.adoc | 238 safety risk, adding valid usage checks in the driver, requiring valid usage 239 checks in the application, or some combination of these.
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetector.cpp | 31 const std::vector<std::pair<std::string, GraphicsCheckFn*>> checks = { in DetectGraphicsAvailability() local 42 for (const auto& check : checks) { in DetectGraphicsAvailability()
|
/hardware/qcom/sm8150p/gps/utils/ |
D | LocHeap.cpp | 311 int checks = tries >> 3; in main() local 316 if (i % checks == 0 && !heap.checkTree()) { in main()
|
D | LocTimer.cpp | 705 int checks = tries >> 3; in main() local
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocHeap.cpp | 311 int checks = tries >> 3; in main() local 316 if (i % checks == 0 && !heap.checkTree()) { in main()
|
D | LocTimer.cpp | 690 int checks = tries >> 3; in main() local
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocHeap.cpp | 311 int checks = tries >> 3; in main() local 316 if (i % checks == 0 && !heap.checkTree()) { in main()
|
D | LocTimer.cpp | 702 int checks = tries >> 3; in main() local
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocHeap.cpp | 311 int checks = tries >> 3; in main() local 316 if (i % checks == 0 && !heap.checkTree()) { in main()
|
D | LocTimer.cpp | 703 int checks = tries >> 3; in main() local
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocHeap.cpp | 311 int checks = tries >> 3; in main() local 316 if (i % checks == 0 && !heap.checkTree()) { in main()
|
D | LocTimer.cpp | 691 int checks = tries >> 3; in main() local
|
/hardware/qcom/sm7150/gps/utils/ |
D | LocHeap.cpp | 311 int checks = tries >> 3; in main() local 316 if (i % checks == 0 && !heap.checkTree()) { in main()
|
D | LocTimer.cpp | 705 int checks = tries >> 3; in main() local
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_multi_draw.adoc | 25 within drivers due to repeated state checks and updates during dispatch.
|
D | VK_QCOM_image_processing2.adoc | 133 1) What is the precision of the min/max comparison checks?
|
D | vulkanscdeviations.adoc | 156 targeted checks to detect invalid API usage that could significantly impact
|
/hardware/google/aemu/ |
D | CMakeLists.txt | 38 "Enable clang thread-safety checks (-Wthread-safety)."
|
/hardware/interfaces/graphics/mapper/2.1/ |
D | IMapper.hal | 107 * dependent or device independent checks must be performed here whenever
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | README.adoc | 54 * `xml_consistency.py` - perform some internal consistency checks on
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | IMapper.hal | 64 * dependent or device independent checks must be performed here whenever
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | IMapper.hal | 66 * dependent or device independent checks must be performed here whenever
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | BUILD.adoc | 307 The validator scripts rely on these macros as part of their checks.
|