Home
last modified time | relevance | path

Searched refs:link_program (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dcompiler.hpp63 link_program(const std::vector<binary> &bs, const device &dev, in link_program() function
69 auto spirv_linked_module = spirv::link_program(bs, dev, opts, log); in link_program()
76 return llvm::link_program(bs, dev, opts, log); in link_program()
H A Dprogram.cpp78 const binary b = compiler::link_program(bs, dev, opts, log); in link()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.hpp39 binary link_program(const std::vector<binary> &binaries,
H A Dinvocation.cpp472 clover::llvm::link_program(const std::vector<binary> &binaries, in link_program() function in clover::llvm
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.hpp59 binary link_program(const std::vector<binary> &objects, const device &dev,
H A Dinvocation.cpp799 clover::spirv::link_program(const std::vector<binary> &binaries, in link_program() function in clover::spirv
986 clover::spirv::link_program(const std::vector<binary> &/*binaries*/,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cGLSLnoperspectiveTests.cpp130 void link_program(deqp::Context& context, glw::GLuint fragment_shader_id, glw::GLuint vertex_shader_id, in link_program() function
220 link_program(context, fragment_shader_id, vertex_shader_id, program_object_id); in prepare_program()
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c1299 link_program(struct gl_context *ctx, struct gl_shader_program *shProg, in link_program() function
1441 link_program(ctx, shProg, false); in link_program_error()
1448 link_program(ctx, shProg, true); in link_program_no_error()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeShaderApiTests.cpp268 ES2F_ADD_API_CASE(link_program, "Invalid glLinkProgram() usage", in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp331 void link_program (NegativeTestContext& ctx) in link_program() function
2653 {link_program, "link_program", "Invalid glLinkProgram() usage" }, in getNegativeShaderApiTestFunctions()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp277 ES3F_ADD_API_CASE(link_program, "Invalid glLinkProgram() usage", in init()

Completed in 15 milliseconds