Lines Matching full:icd
6 * Test ICD
42 ### Test ICD and Layer
43 The Test ICD and Test Layer have much of their configuration available at runtime to allow maximal …
44 However exported functions in the icd or layer library binaries are an integral part of the configu…
45 To account for that there are multiple binaries of the Test ICD and Test Layer, each being a distin…
52 The `CMakeLists.txt` is responsible for creating the various binaries for the Test ICD and Test Lay…
57 To add a new configuration for a ICD or layer, the changes needed are as follows:
59 * In the `framework/icd/CMakeLists.txt` or `framework/layer/CMakeLists.txt`, add a new SHARED libra…
68 * Create a new `.def` file with the same name as the library and place it in the `icd\export_defini…
143 * Allows writing manifests and files (eg, icd or layer binaries)
166 * TestICD|LayerHandle - corresponds to a single ICD or Layer on the system
167 * Loads the Test ICD/Layer library
168 * Allows easily 'resetting' the Test ICD/Layer
169 * TestICD|LayerDetails - holder of data used for constructing ICD and Layers
170 * Contains the name and api version of the icd or layer binary
175 * icd manifest
180 * Allows adding ICD's and Layers