Home
last modified time | relevance | path

Searched refs:resultPresent (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
Ddoc.h224 resultPresent(true) // most normal, only exceptions have to be spelled out in InstructionParameters()
229 resultPresent = r; in setResultAndType()
233 bool hasResult() const { return resultPresent != 0; } in hasResult()
242 int resultPresent : 1; variable
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h236 resultPresent(has_result) {} in InstructionValue()
238 bool hasResult() const { return resultPresent != 0; } in hasResult()
246 int resultPresent : 1; variable
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h236 resultPresent(has_result) {} in InstructionValue()
238 bool hasResult() const { return resultPresent != 0; } in hasResult()
246 int resultPresent : 1; variable
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h236 resultPresent(has_result) {} in InstructionValue()
238 bool hasResult() const { return resultPresent != 0; } in hasResult()
246 int resultPresent : 1; variable