Searched refs:SLANG_JB_TARGET_API (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_version.h38 SLANG_JB_TARGET_API = 16, enumerator in enum:SlangTargetAPI
H A Dslang_rs_export_foreach.cpp61 if (Context->getTargetAPI() < SLANG_JB_TARGET_API) {
68 << (SLANG_JB_TARGET_API - 1);
H A Dslang_rs_reflection.cpp407 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
526 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
1882 if (mRSContext->getTargetAPI() < SLANG_JB_TARGET_API) {
H A Dslang_rs_export_type.cpp443 if (TargetAPI < SLANG_JB_TARGET_API) {
455 SLANG_JB_TARGET_API);

Completed in 56 milliseconds