HomeSort by relevance Sort by last modified time
    Searched refs:Driver (Results 251 - 275 of 428) sorted by null

<<1112131415161718

  /external/clang/lib/Driver/
ToolChains.cpp 14 #include "clang/Driver/Compilation.h"
15 #include "clang/Driver/Driver.h"
16 #include "clang/Driver/DriverDiagnostic.h"
17 #include "clang/Driver/Options.h"
18 #include "clang/Driver/SanitizerArgs.h"
36 using namespace clang::driver;
37 using namespace clang::driver::toolchains;
41 MachO::MachO(const Driver &D, const llvm::Triple &Triple,
55 Darwin::Darwin(const Driver & D, const llvm::Triple & Triple
    [all...]
Tools.h 13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/Types.h"
15 #include "clang/Driver/Util.h"
23 namespace driver { namespace in namespace:clang
25 class Driver;
51 const Driver &D,
612 StringRef getARMFloatABI(const Driver &D, const llvm::opt::ArgList &Args,
646 } // end namespace driver
ToolChain.cpp 12 #include "clang/Driver/Action.h"
13 #include "clang/Driver/Driver.h"
14 #include "clang/Driver/DriverDiagnostic.h"
15 #include "clang/Driver/Options.h"
16 #include "clang/Driver/SanitizerArgs.h"
17 #include "clang/Driver/ToolChain.h"
25 using namespace clang::driver;
29 ToolChain::ToolChain(const Driver &D, const llvm::Triple &T,
37 const Driver &ToolChain::getDriver() const
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 720 if (ctx->Driver.TexGen) {
721 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane);
722 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane);
723 ctx->Driver.TexGen(ctx, GL_R, GL_EYE_PLANE, unit->GenR.EyePlane);
724 ctx->Driver.TexGen(ctx, GL_Q, GL_EYE_PLANE, unit->GenQ.EyePlane);
834 * of device driver functions to update device driver state.
    [all...]
nvprogram.c 632 vprog = gl_vertex_program(ctx->Driver.NewProgram(ctx, target, id));
651 fprog = gl_fragment_program(ctx->Driver.NewProgram(ctx, target, id));
664 fprog = gl_fragment_program(ctx->Driver.NewProgram(ctx, target, id));
shaderapi.c 267 sh = ctx->Driver.NewShader(ctx, name, type);
282 shProg = ctx->Driver.NewShaderProgram(ctx, name);
938 if (ctx->Driver.UseProgram)
939 ctx->Driver.UseProgram(ctx, shProg);
    [all...]
api_validate.c 71 map = ctx->Driver.MapBufferRange(ctx, 0, elementBuf->Size,
95 ctx->Driver.UnmapBuffer(ctx, elementBuf);
  /external/mesa3d/src/mesa/main/
attrib.c 720 if (ctx->Driver.TexGen) {
721 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane);
722 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane);
723 ctx->Driver.TexGen(ctx, GL_R, GL_EYE_PLANE, unit->GenR.EyePlane);
724 ctx->Driver.TexGen(ctx, GL_Q, GL_EYE_PLANE, unit->GenQ.EyePlane);
834 * of device driver functions to update device driver state.
    [all...]
nvprogram.c 632 vprog = gl_vertex_program(ctx->Driver.NewProgram(ctx, target, id));
651 fprog = gl_fragment_program(ctx->Driver.NewProgram(ctx, target, id));
664 fprog = gl_fragment_program(ctx->Driver.NewProgram(ctx, target, id));
shaderapi.c 267 sh = ctx->Driver.NewShader(ctx, name, type);
282 shProg = ctx->Driver.NewShaderProgram(ctx, name);
938 if (ctx->Driver.UseProgram)
939 ctx->Driver.UseProgram(ctx, shProg);
    [all...]
api_validate.c 71 map = ctx->Driver.MapBufferRange(ctx, 0, elementBuf->Size,
95 ctx->Driver.UnmapBuffer(ctx, elementBuf);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_vtbl.c 708 * places within the driver.
731 * many places within the driver.
830 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
831 ctx->Driver.Enable(ctx, GL_STENCIL_TEST,
843 ctx->Driver.Scissor(ctx, ctx->Scissor.X, ctx->Scissor.Y,
846 ctx->Driver.DepthRange(ctx, ctx->Viewport.Near, ctx->Viewport.Far);
851 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
i915_vtbl.c 707 * places within the driver.
731 * many places within the driver.
800 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
801 ctx->Driver.Enable(ctx, GL_STENCIL_TEST, ctx->Stencil.Enabled);
814 ctx->Driver.Scissor(ctx, ctx->Scissor.X, ctx->Scissor.Y,
816 ctx->Driver.DepthRange(ctx, ctx->Viewport.Near, ctx->Viewport.Far);
821 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 708 * places within the driver.
731 * many places within the driver.
830 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
831 ctx->Driver.Enable(ctx, GL_STENCIL_TEST,
843 ctx->Driver.Scissor(ctx, ctx->Scissor.X, ctx->Scissor.Y,
846 ctx->Driver.DepthRange(ctx, ctx->Viewport.Near, ctx->Viewport.Far);
851 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
i915_vtbl.c 707 * places within the driver.
731 * many places within the driver.
800 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
801 ctx->Driver.Enable(ctx, GL_STENCIL_TEST, ctx->Stencil.Enabled);
814 ctx->Driver.Scissor(ctx, ctx->Scissor.X, ctx->Scissor.Y,
816 ctx->Driver.DepthRange(ctx, ctx->Viewport.Near, ctx->Viewport.Far);
821 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
  /art/compiler/utils/
assembler_test.h 47 Driver(f(assembler_.get()), test_name);
50 // This driver assumes the assembler has already been called.
52 Driver(assembly_string, test_name);
339 // Driver() assembles and compares the results. If the results are not equal and we have a
342 void Driver(std::string assembly_text, std::string test_name) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.c 122 * the card or driver or kernel module that is causing the behaviour.
466 tnl->Driver.NotifyMaterialChange =
500 tnl->Driver.NotifyMaterialChange = radeonUpdateMaterial;
  /external/clang/tools/driver/
driver.cpp 1 //===-- driver.cpp - Clang GCC-Compatible Driver --------------------------===//
10 // This is the entry point to the clang driver; it is a thin wrapper
11 // for functionality in the Driver clang library.
17 #include "clang/Driver/Compilation.h"
18 #include "clang/Driver/Driver.h"
19 #include "clang/Driver/DriverDiagnostic.h"
20 #include "clang/Driver/Options.h"
51 using namespace clang::driver;
    [all...]
  /external/llvm/test/Bindings/Ocaml/
target.ml 109 (*===-- Driver ------------------------------------------------------------===*)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 122 * the card or driver or kernel module that is causing the behaviour.
466 tnl->Driver.NotifyMaterialChange =
500 tnl->Driver.NotifyMaterialChange = radeonUpdateMaterial;
  /external/chromium_org/third_party/mesa/src/src/glsl/
main.cpp 60 ctx->Driver.NewShader = _mesa_new_shader;
test_optpass.cpp 202 ctx->Driver.NewShader = _mesa_new_shader;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_shader.cpp 99 ctx->Driver.NewProgram(ctx, targets[stage], shader->base.Name);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex.c 64 /* Because the driver uses AllocTextureImageBuffer() internally, it may end
68 ctx->Driver.FreeTextureImageBuffer(ctx, image);
114 * Called via ctx->Driver.AllocTextureStorage()
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 29 * Note on thread safety: this driver is thread safe. All
92 /*** Private Device Driver Functions ***/
705 /* Initialize device driver function table */
779 tnl->Driver.RunPipeline = _tnl_run_pipeline;
781 ctx->Driver.MapRenderbuffer = osmesa_MapRenderbuffer;
782 ctx->Driver.UnmapRenderbuffer = osmesa_UnmapRenderbuffer;
784 ctx->Driver.GenerateMipmap = _mesa_generate_mipmap;
    [all...]

Completed in 1256 milliseconds

<<1112131415161718