Searched defs:program_ (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/compute/ |
D | program.hpp | 351 cl_program program_ = clLinkProgram( in link() local 413 cl_program program_ = clCreateProgramWithSource(context, in create_with_source() local 437 cl_program program_ = clCreateProgramWithSource(context, in create_with_source() local 498 cl_program program_ = clCreateProgramWithBinary(context, in create_with_binary() local 556 cl_program program_ = clCreateProgramWithBuiltInKernels( in create_with_builtin_kernels() local 585 cl_program program_ = clCreateProgramWithIL( in create_with_il() local 675 cl_program program_ = clCreateProgramWithSource(context, in build_with_source() local
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | program.hpp | 351 cl_program program_ = clLinkProgram( in link() local 413 cl_program program_ = clCreateProgramWithSource(context, in create_with_source() local 437 cl_program program_ = clCreateProgramWithSource(context, in create_with_source() local 498 cl_program program_ = clCreateProgramWithBinary(context, in create_with_binary() local 556 cl_program program_ = clCreateProgramWithBuiltInKernels( in create_with_builtin_kernels() local 585 cl_program program_ = clCreateProgramWithIL( in create_with_il() local 675 cl_program program_ = clCreateProgramWithSource(context, in build_with_source() local
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | test_inspector_runner.h | 43 std::unique_ptr<Program> program_; variable
|
/third_party/boost/libs/compute/example/ |
D | mandelbrot.cpp | 93 compute::program program_; member in MandelbrotWidget
|
D | resize_image.cpp | 75 compute::program program_; member in ImageWidget
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | transform.h | 138 Output(Program&& program_, DATA... data_) in Output()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
D | text_generator.h | 224 Program const* const program_; variable
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderer.hpp | 112 …DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_… in DrawCommand()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_statistics.cpp | 61 BlockCycleEstimator(Program* program_) : program(program_) {} in BlockCycleEstimator()
|