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

  /external/deqp-deps/SPIRV-Tools/source/
instruction.h 33 uint32_t resultTypeId;
text.cpp 225 if (type == SPV_OPERAND_TYPE_TYPE_ID) pInst->resultTypeId = id;
312 context->getTypeOfTypeGeneratingValue(pInst->resultTypeId);
  /external/swiftshader/third_party/SPIRV-Tools/source/
instruction.h 33 uint32_t resultTypeId;
text.cpp 225 if (type == SPV_OPERAND_TYPE_TYPE_ID) pInst->resultTypeId = id;
312 context->getTypeOfTypeGeneratingValue(pInst->resultTypeId);
  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.cpp     [all...]
SpvBuilder.h 423 Id createConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId);
    [all...]
GlslangToSpv.cpp     [all...]

Completed in 165 milliseconds