Searched refs:hijacked_context (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate.cpp | 197 spv_context_t hijacked_context = context; in ValidateBinaryUsingContextAndValidationState() local 198 hijacked_context.consumer = [](spv_message_level_t, const char*, in ValidateBinaryUsingContextAndValidationState() 200 spvBinaryParse(&hijacked_context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState()
|
H A D | validation_state.cpp | 188 spv_context_t hijacked_context = *ctx; in max_num_of_warnings_() local 189 hijacked_context.consumer = [](spv_message_level_t, const char*, in max_num_of_warnings_() 191 spvBinaryParse(&hijacked_context, this, words, num_words, setHeader, in max_num_of_warnings_()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate.cpp | 197 spv_context_t hijacked_context = context; in ValidateBinaryUsingContextAndValidationState() local 198 hijacked_context.consumer = [](spv_message_level_t, const char*, in ValidateBinaryUsingContextAndValidationState() 200 spvBinaryParse(&hijacked_context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState()
|
H A D | validation_state.cpp | 188 spv_context_t hijacked_context = *ctx; in max_num_of_warnings_() local 189 hijacked_context.consumer = [](spv_message_level_t, const char*, in max_num_of_warnings_() 191 spvBinaryParse(&hijacked_context, this, words, num_words, setHeader, in max_num_of_warnings_()
|
/third_party/spirv-tools/source/val/ |
H A D | validate.cpp | 189 spv_context_t hijacked_context = context; in ValidateBinaryUsingContextAndValidationState() local 190 hijacked_context.consumer = [](spv_message_level_t, const char*, in ValidateBinaryUsingContextAndValidationState() 192 spvBinaryParse(&hijacked_context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState()
|
H A D | validation_state.cpp | 204 spv_context_t hijacked_context = *ctx; in max_num_of_warnings_() local 205 hijacked_context.consumer = [](spv_message_level_t, const char*, in max_num_of_warnings_() 207 spvBinaryParse(&hijacked_context, this, words, num_words, setHeader, in max_num_of_warnings_()
|
Completed in 11 milliseconds