Searched refs:bitcode (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 45 hidl_vec<uint8_t> bitcode; in TEST_P() local 46 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength); in TEST_P() 47 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P() 136 hidl_vec<uint8_t> bitcode; in TEST_P() local 137 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength); in TEST_P() 138 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P() 195 hidl_vec<uint8_t> bitcode; in TEST_P() local 196 bitcode.setToExternal((uint8_t*)bitCode, bitCodeLength); in TEST_P() 197 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P() 241 hidl_vec<uint8_t> bitcode; in TEST_P() local [all …]
|
D | Android.bp | 33 "bitcode.cpp",
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | vl_vlc.h | 57 uint16_t bitcode; member 79 dst[src->bitcode >> (16 - bits) | i] = src->entry; in vl_vlc_init_table()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 1157 * @param resName Resource name of the bitcode 1159 * @param text The kernel's bitcode as a uint8_t vector
|