OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spvOperandIsOptional
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
operand.h
68
bool
spvOperandIsOptional
(spv_operand_type_t type);
text.cpp
215
spvOperandIsOptional
(type) ? SPV_FAILED_MATCH : SPV_ERROR_INVALID_TEXT;
592
if (
spvOperandIsOptional
(type)) {
605
if (
spvOperandIsOptional
(type)) {
620
if (error == SPV_FAILED_MATCH &&
spvOperandIsOptional
(type))
operand.cpp
247
bool
spvOperandIsOptional
(spv_operand_type_t type) {
binary.cpp
343
!
spvOperandIsOptional
(expected_operands.front())) {
[
all
...]
Completed in 54 milliseconds