Home
last modified time | relevance | path

Searched refs:hasResult (Results 1 – 14 of 14) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Dtable.h33 const bool hasResult; // Does the instruction have a result ID operand? member
Dtext.cpp274 assert(opcodeEntry->hasResult); in spvTextEncodeOperand()
544 if (opcodeEntry->hasResult && result_id.empty()) { in spvTextEncodeOpcode()
633 assert(opcodeEntry->hasResult && in spvTextEncodeOpcode()
Dbinary.cpp496 assert(opcode_entry->hasResult); in parseOperand()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtable.h33 const bool hasResult; // Does the instruction have a result ID operand? member
Dtext.cpp274 assert(opcodeEntry->hasResult); in spvTextEncodeOperand()
544 if (opcodeEntry->hasResult && result_id.empty()) { in spvTextEncodeOpcode()
633 assert(opcodeEntry->hasResult && in spvTextEncodeOpcode()
Dbinary.cpp500 assert(opcode_entry->hasResult); in parseOperand()
/external/deqp-deps/glslang/SPIRV/
Ddoc.h233 bool hasResult() const { return resultPresent != 0; } in hasResult() function
DSPVRemapper.cpp431 if (spv::InstructionDesc[opCode].hasResult()) { in buildLocalMaps()
539 if (spv::InstructionDesc[opCode].hasResult()) { in processInstruction()
754 if (spv::InstructionDesc[opCode].hasResult()) { in mapFnBodies()
Ddisassemble.cpp205 if (InstructionDesc[opCode].hasResult()) { in processInstructions()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h238 bool hasResult() const { return resultPresent != 0; } in hasResult() function
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h238 bool hasResult() const { return resultPresent != 0; } in hasResult() function
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h238 bool hasResult() const { return resultPresent != 0; } in hasResult() function
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsHandshakerClient.java157 if (resp.hasResult()) { in handleResponse()
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DHandshaker.java12044 boolean hasResult(); in hasResult() method
12239 public boolean hasResult() { in hasResult() method in Handshaker.HandshakerResp
12366 result = result && (hasResult() == other.hasResult()); in equals()
12367 if (hasResult()) { in equals()
12391 if (hasResult()) { in hashCode()
12625 if (other.hasResult()) { in mergeFrom()
12766 public boolean hasResult() { in hasResult() method in Handshaker.HandshakerResp.Builder