| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | transformation_move_instruction_down.cpp | 40 TransformationMoveInstructionDown( protobufs::TransformationMoveInstructionDown message) TransformationMoveInstructionDown() argument
|
| H A D | transformation_propagate_instruction_down.cpp | 23 TransformationPropagateInstructionDown( protobufs::TransformationPropagateInstructionDown message) TransformationPropagateInstructionDown() argument
|
| H A D | transformation_propagate_instruction_up.cpp | 81 TransformationPropagateInstructionUp( protobufs::TransformationPropagateInstructionUp message) TransformationPropagateInstructionUp() argument
|
| H A D | transformation_push_id_through_variable.cpp | 23 TransformationPushIdThroughVariable( protobufs::TransformationPushIdThroughVariable message) TransformationPushIdThroughVariable() argument
|
| H A D | transformation_replace_add_sub_mul_with_carrying_extended.cpp | 29 TransformationReplaceAddSubMulWithCarryingExtended( protobufs::TransformationReplaceAddSubMulWithCarryingExtended message) TransformationReplaceAddSubMulWithCarryingExtended() argument
|
| H A D | transformation_replace_boolean_constant_with_constant_binary.cpp | 113 TransformationReplaceBooleanConstantWithConstantBinary( protobufs::TransformationReplaceBooleanConstantWithConstantBinary message) TransformationReplaceBooleanConstantWithConstantBinary() argument
|
| H A D | transformation_replace_constant_with_uniform.cpp | 24 TransformationReplaceConstantWithUniform( protobufs::TransformationReplaceConstantWithUniform message) TransformationReplaceConstantWithUniform() argument
|
| H A D | transformation_replace_params_with_struct.cpp | 24 TransformationReplaceParamsWithStruct( protobufs::TransformationReplaceParamsWithStruct message) TransformationReplaceParamsWithStruct() argument
|
| H A D | transformation_set_memory_operands_mask.cpp | 31 TransformationSetMemoryOperandsMask( protobufs::TransformationSetMemoryOperandsMask message) TransformationSetMemoryOperandsMask() argument
|
| H A D | transformation_store.cpp | 23 TransformationStore::TransformationStore(protobufs::TransformationStore message) in TransformationStore() argument
|
| H A D | transformation_vector_shuffle.cpp | 23 TransformationVectorShuffle( protobufs::TransformationVectorShuffle message) TransformationVectorShuffle() argument
|
| H A D | transformation_wrap_vector_synonym.cpp | 24 TransformationWrapVectorSynonym( protobufs::TransformationWrapVectorSynonym message) TransformationWrapVectorSynonym() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | log.h | 83 Log(const MessageConsumer& consumer, spv_message_level_t level, const char* source, const spv_position_t& position, const char* message) Log() argument 103 char message[kInitBufferSize]; Logf() local 132 Error(const MessageConsumer& consumer, const char* source, const spv_position_t& position, const char* message) Error() argument [all...] |
| H A D | replace_invalid_opc.cpp | 174 std::string message = BuildWarningMessage(inst->opcode()); in ReplaceInstruction() local 211 std::string message = "Removing "; in BuildWarningMessage() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | text_literal_test.cpp | 173 std::string message; in successfulEncode() local 188 std::string message; in failedEncode() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_memory_test.cpp | 3598 std::string message = std::string("Allocating a variable containing a ") + in TEST_P() local 3604 std::string message = in TEST_P() local
|
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
| H A D | tstdtmod.cpp | 105 void IcuTestErrorCode::setScope(const char* message) { in setScope() argument 109 void IcuTestErrorCode::setScope(const UnicodeString& message) { in setScope() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/genccode/ |
| H A D | genccode.c | 141 const char *message, *filename; in main() local
|
| /third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
| H A D | main.cpp | 233 static void print_wgpu_error(WGPUErrorType error_type, const char* message, void*) in print_wgpu_error() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
| H A D | ServerDevice.cpp | 53 void Server::OnUncapturedError(ObjectHandle device, WGPUErrorType type, const char* message) { in OnUncapturedError() argument 73 void Server::OnLogging(ObjectHandle device, WGPULoggingType type, const char* message) { in OnLogging() argument 62 OnDeviceLost(ObjectHandle device, WGPUDeviceLostReason reason, const char* message) OnDeviceLost() argument 104 OnDevicePopErrorScope(WGPUErrorType type, const char* message, ErrorScopeUserdata* userdata) OnDevicePopErrorScope() argument 148 OnCreateComputePipelineAsyncCallback(WGPUCreatePipelineAsyncStatus status, WGPUComputePipeline pipeline, const char* message, CreatePipelineAsyncUserData* data) OnCreateComputePipelineAsyncCallback() argument 195 OnCreateRenderPipelineAsyncCallback(WGPUCreatePipelineAsyncStatus status, WGPURenderPipeline pipeline, const char* message, CreatePipelineAsyncUserData* data) OnCreateRenderPipelineAsyncCallback() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | SwapChainValidationTests.cpp | 323 ToMockDeviceLostCallback(WGPUDeviceLostReason reason, const char* message, void* userdata) ToMockDeviceLostCallback() argument
|
| H A D | DeviceLostTests.cpp | 32 ToMockDeviceLostCallback(WGPUDeviceLostReason reason, const char* message, void* userdata) ToMockDeviceLostCallback() argument
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| H A D | fuzzer.cc | 102 CLIMessageConsumer(spv_message_level_t level, const char*, const spv_position_t& position, const char* message) CLIMessageConsumer() argument
|
| H A D | spirv_reduce_mutator.cc | 168 auto message = GetErrors(); in LogErrors() local
|
| H A D | util.cc | 82 void LogWgslError(const std::string& message, in LogWgslError() argument 109 void LogSpvError(const std::string& message, in LogSpvError() argument 32 LogError(uint32_t index, const std::string& type, const std::string& message, const std::string* path, const uint8_t* data, size_t size, const std::string* wgsl) LogError() argument
|