/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_set_selection_control_test.cpp | 104 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 106 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 226 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_swap_conditional_branch_operands_test.cpp | 69 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 71 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 163 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_swap_two_functions_test.cpp | 123 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() 125 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 252 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | table.h | 124 // Populates *table with entries for env. 125 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env); 127 // Populates *table with entries for env. 128 spv_result_t spvOperandTableGet(spv_operand_table* table, spv_target_env env); 130 // Populates *table with entries for env. 131 spv_result_t spvExtInstTableGet(spv_ext_inst_table* table, spv_target_env env);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | table.h | 124 // Populates *table with entries for env. 125 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env); 127 // Populates *table with entries for env. 128 spv_result_t spvOperandTableGet(spv_operand_table* table, spv_target_env env); 130 // Populates *table with entries for env. 131 spv_result_t spvExtInstTableGet(spv_ext_inst_table* table, spv_target_env env);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_constant_null_test.cpp | 50 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 52 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 152 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_add_global_undef_test.cpp | 47 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 49 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 129 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_add_type_matrix_test.cpp | 47 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 49 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 143 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_add_type_vector_test.cpp | 45 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 47 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 115 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_replace_copy_memory_with_load_store_test.cpp | 67 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 69 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 153 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_set_selection_control_test.cpp | 104 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 106 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 226 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_swap_conditional_branch_operands_test.cpp | 69 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 71 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 163 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_swap_two_functions_test.cpp | 123 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() 125 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 252 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
/third_party/spirv-tools/source/ |
H A D | table.h | 124 // Populates *table with entries for env. 125 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env); 127 // Populates *table with entries for env. 128 spv_result_t spvOperandTableGet(spv_operand_table* table, spv_target_env env); 130 // Populates *table with entries for env. 131 spv_result_t spvExtInstTableGet(spv_ext_inst_table* table, spv_target_env env);
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_null_test.cpp | 50 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 52 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 152 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_add_global_undef_test.cpp | 47 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 49 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 130 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_add_type_matrix_test.cpp | 47 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 49 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 143 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_add_type_vector_test.cpp | 45 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 47 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 115 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_replace_copy_memory_with_load_store_test.cpp | 67 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 69 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 153 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_set_selection_control_test.cpp | 104 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 106 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 226 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_swap_conditional_branch_operands_test.cpp | 69 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 71 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 165 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_swap_two_functions_test.cpp | 123 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() 125 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 252 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
/third_party/spirv-tools/test/ |
H A D | opcode_require_capabilities_test.cpp | 34 auto env = SPV_ENV_UNIVERSAL_1_1; in TEST_P() local 36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P() 38 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableValueLookup(env, opcodeTable, in TEST_P()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | cooperate_context.cpp | 117 Context::Context(IContext *env) in Context() argument 118 : dsoftbus_(env), eventMgr_(env), hotArea_(env), mouseLocation_(env), inputDevMgr_(env), in Context() 119 inputEventBuilder_(env), inputEventInterceptor_(env), env_(env) in Context()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_ability_first_frame_state_observer.cpp | 28 JSAbilityFirstFrameStateObserver::JSAbilityFirstFrameStateObserver(napi_env env) : env_(env) {} in JSAbilityFirstFrameStateObserver() argument 35 [self, abilityFirstFrameStateData](napi_env env, NapiAsyncTask &task, int32_t status) { in OnAbilityFirstFrameState() 102 void JSAbilityFirstFrameStateObserverManager::Init(napi_env env) in Init() argument 104 env_ = env; in Init()
|