Home
last modified time | relevance | path

Searched refs:env (Results 3076 - 3100 of 4752) sorted by relevance

1...<<121122123124125126127128129130>>...191

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_set_selection_control_test.cpp104 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 Dtransformation_swap_conditional_branch_operands_test.cpp69 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 Dtransformation_swap_two_functions_test.cpp123 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 Dtable.h124 // 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 Dtable.h124 // 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 Dtransformation_add_constant_null_test.cpp50 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 Dtransformation_add_global_undef_test.cpp47 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 Dtransformation_add_type_matrix_test.cpp47 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 Dtransformation_add_type_vector_test.cpp45 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 Dtransformation_replace_copy_memory_with_load_store_test.cpp67 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 Dtransformation_set_selection_control_test.cpp104 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 Dtransformation_swap_conditional_branch_operands_test.cpp69 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 Dtransformation_swap_two_functions_test.cpp123 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 Dtable.h124 // 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 Dtransformation_add_constant_null_test.cpp50 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 Dtransformation_add_global_undef_test.cpp47 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 Dtransformation_add_type_matrix_test.cpp47 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 Dtransformation_add_type_vector_test.cpp45 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 Dtransformation_replace_copy_memory_with_load_store_test.cpp67 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 Dtransformation_set_selection_control_test.cpp104 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 Dtransformation_swap_conditional_branch_operands_test.cpp69 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 Dtransformation_swap_two_functions_test.cpp123 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 Dopcode_require_capabilities_test.cpp34 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 Dcooperate_context.cpp117 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 Djs_ability_first_frame_state_observer.cpp28 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()

Completed in 11 milliseconds

1...<<121122123124125126127128129130>>...191