HomeSort by relevance Sort by last modified time
    Searched refs:noContraction (Results 1 - 8 of 8) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
propagateNoContraction.cpp 37 // propagate the 'noContraction' qualifier.
78 // A helper function to tell whether a node is 'noContraction'. Returns true if
79 // the node has 'noContraction' qualifier, otherwise false.
82 return node->getType().getQualifier().noContraction;
148 // the 'NoContraction' decoration.
254 // 'noContraction'.
318 current_function_definition_node_->getType().getQualifier().noContraction) {
587 node->getWritableType().getQualifier().noContraction = true;
589 node->getWritableType().getQualifier().noContraction = true;
603 node->getWritableType().getQualifier().noContraction = true
    [all...]
ParseHelper.cpp     [all...]
linkValidate.cpp 533 if (! crossStage && symbol.getQualifier().noContraction != unitSymbol.getQualifier().noContraction) {
    [all...]
glslang.y     [all...]
  /external/deqp-deps/glslang/glslang/Include/
Types.h 427 noContraction = false;
503 bool noContraction: 1; // prevent contraction and reassociation, e.g., for 'precise' keyword, and expressions it affects
    [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp 95 spv::Decoration noContraction;
486 // If glslang type is noContraction, return SPIR-V NoContraction decoration.
489 if (qualifier.noContraction)
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslGrammar.cpp 697 qualifier.noContraction = true;
    [all...]
hlslParseHelper.cpp     [all...]

Completed in 394 milliseconds