Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
Ddoc.h226 resultPresent(true) // most normal, only exceptions have to be spelled out in InstructionParameters()
231 resultPresent = r; in setResultAndType()
235 bool hasResult() const { return resultPresent != 0; } in hasResult()
244 int resultPresent : 1; variable
/external/deqp-deps/glslang/SPIRV/
Ddoc.h225 resultPresent(true) // most normal, only exceptions have to be spelled out in InstructionParameters()
230 resultPresent = r; in setResultAndType()
234 bool hasResult() const { return resultPresent != 0; } in hasResult()
243 int resultPresent : 1; variable
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h266 resultPresent(has_result), in InstructionValue()
274 bool hasResult() const { return resultPresent != 0; } in hasResult()
285 int resultPresent : 1; variable
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h246 resultPresent(has_result), in InstructionValue()
254 bool hasResult() const { return resultPresent != 0; } in hasResult()
265 int resultPresent : 1; variable
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h266 resultPresent(has_result), in InstructionValue()
274 bool hasResult() const { return resultPresent != 0; } in hasResult()
285 int resultPresent : 1; variable
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h269 resultPresent(has_result), in InstructionValue()
277 bool hasResult() const { return resultPresent != 0; } in hasResult()
288 int resultPresent : 1; variable