Home
last modified time | relevance | path

Searched refs:createFromBinary (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA.h1005 static ChannelMask createFromBinary(ISA_Opcode opc, unsigned mask) { in createFromBinary() function
H A DIsaDisassembly.cpp1653 ChannelMask chMask = ChannelMask::createFromBinary(ISA_3D_INFO, channels); in printInstructionSampler()
2334 ChannelMask chMask = ChannelMask::createFromBinary(opcode, in printInstructionDataport()
2363 ChannelMask chMask = ChannelMask::createFromBinary(opcode, in printInstructionDataport()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Docl.cpp4329 bool isLoaded = createFromBinary(ctx, src_->sourceAddr_, src_->sourceSize_, errmsg); in compile()
4371 bool isLoaded = createFromBinary(ctx, binaryBuf, errmsg); in compileWithCache()
4403 bool isLoaded = createFromBinary(ctx, src_->sourceAddr_, src_->sourceSize_, errmsg); in compileWithCache()
4448 createFromBinary(ctx, binaryBuf, errmsg); in compileWithCache()
4564 bool createFromBinary(const Context& ctx, const std::vector<char>& buf, String& errmsg) in createFromBinary() function
4566 return createFromBinary(ctx, (const unsigned char*)&buf[0], buf.size(), errmsg); in createFromBinary()
4569 …bool createFromBinary(const Context& ctx, const unsigned char* binaryAddr, const size_t binarySize… in createFromBinary() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp99 void createFromBinary(const std::vector<glw::GLubyte>& binary, glw::GLenum binary_format);
H A Dgl4cShadingLanguage420PackTests.hpp278 void createFromBinary(const std::vector<glw::GLubyte>& binary, glw::GLenum binary_format);
H A Dgl4cShaderSubroutineTests.cpp400 void Utils::program::createFromBinary(const std::vector<GLubyte>& binary, GLenum binary_format) in createFromBinary() function in gl4cts::ShaderSubroutine::Utils::program
7637 program.createFromBinary(program_binary, binary_format); in iterate()
H A Dgl4cShadingLanguage420PackTests.cpp18178 void Utils::program::createFromBinary(const std::vector<GLubyte>& binary, GLenum binary_format) in createFromBinary() function in gl4cts::GLSL420Pack::Utils::program