HomeSort by relevance Sort by last modified time
    Searched defs:makeIntConstant (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 187 Id makeIntConstant(int i, bool specConstant = false) { return makeIntConstant(makeIntType(32), (unsigned)i, specConstant); }
188 Id makeUintConstant(unsigned u, bool specConstant = false) { return makeIntConstant(makeUintType(32), u, specConstant); }
540 Id makeIntConstant(Id typeId, unsigned value, bool specConstant);
SpvBuilder.cpp 689 Id Builder::makeIntConstant(Id typeId, unsigned value, bool specConstant)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 187 Id makeIntConstant(int i, bool specConstant = false) { return makeIntConstant(makeIntType(32), (unsigned)i, specConstant); }
188 Id makeUintConstant(unsigned u, bool specConstant = false) { return makeIntConstant(makeUintType(32), u, specConstant); }
540 Id makeIntConstant(Id typeId, unsigned value, bool specConstant);
SpvBuilder.cpp 689 Id Builder::makeIntConstant(Id typeId, unsigned value, bool specConstant)
    [all...]

Completed in 37 milliseconds