OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDiagnostic
(Results
1 - 6
of
6
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
diagnostic.h
80
DiagnosticStream(spv_position_t position, spv_diagnostic*
pDiagnostic
,
82
: position_(position), pDiagnostic_(
pDiagnostic
), error_(error) {}
115
libspirv::diagnostic_helper helper(position,
pDiagnostic
); \
validate.cpp
69
spv_position position, spv_diagnostic*
pDiagnostic
) {
77
position,
pDiagnostic
));
164
spv_diagnostic*
pDiagnostic
) {
165
if (!
pDiagnostic
) return SPV_ERROR_INVALID_DIAGNOSTIC;
182
ValidationState_t vstate(
pDiagnostic
, context);
185
ProcessInstruction,
pDiagnostic
));
230
pDiagnostic
));
validate.h
156
/// @param[out]
pDiagnostic
contains diagnostic on failure
164
spv_position position, spv_diagnostic*
pDiagnostic
);
text.cpp
677
spv_diagnostic*
pDiagnostic
) {
678
if (!
pDiagnostic
) return SPV_ERROR_INVALID_DIAGNOSTIC;
679
libspirv::AssemblyContext context(text,
pDiagnostic
);
688
*
pDiagnostic
= {};
741
spv_diagnostic*
pDiagnostic
) {
746
spvTextToBinaryInternal(grammar, &text, pBinary,
pDiagnostic
);
747
if (
pDiagnostic
&& *
pDiagnostic
) (*
pDiagnostic
)->isTextSource = true;
disassemble.cpp
407
spv_diagnostic*
pDiagnostic
) {
410
if (!
pDiagnostic
) return SPV_ERROR_INVALID_DIAGNOSTIC;
427
pDiagnostic
)) {
validate_id.cpp
69
pDiagnostic
(pDiagnosticArg),
87
spv_diagnostic*
pDiagnostic
;
[
all
...]
Completed in 63 milliseconds