Home
last modified time | relevance | path

Searched defs:program (Results 1 – 25 of 1145) sorted by relevance

12345678910>>...46

/third_party/mesa3d/src/gallium/tests/trivial/
Dquad-tex.c64 struct program struct
66 struct pipe_loader_device *dev;
90 static void init_prog(struct program *p) in init_prog() argument
Dtri.c61 struct program struct
84 static void init_prog(struct program *p) in init_prog() argument
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dcompiler.hpp24 struct program struct
30 int& operator[](std::size_t i) { return code[i]; } in operator []()
31 int const& operator[](std::size_t i) const { return code[i]; } in operator []()
32 void clear() { code.clear(); variables.clear(); } in clear()
33 std::size_t size() const { return code.size(); } in size()
57 compiler(client::code_gen::program& program, ErrorHandler& error_handler_) in compiler()
84 client::code_gen::program& program; member
/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dcompiler.hpp20 struct program struct
26 int& operator[](std::size_t i) { return code[i]; } in operator []()
27 int operator[](std::size_t i) const { return code[i]; } in operator []()
28 void clear() { code.clear(); variables.clear(); } in clear()
29 std::size_t size() const { return code.size(); } in size()
30 std::vector<int> const& operator()() const { return code; } in operator ()()
32 std::size_t nvars() const { return variables.size(); } in nvars()
57 client::code_gen::program& program in compiler()
82 client::code_gen::program& program; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dcompiler.hpp24 struct program struct
30 int& operator[](std::size_t i) { return code[i]; } in operator []()
31 int const& operator[](std::size_t i) const { return code[i]; } in operator []()
32 void clear() { code.clear(); variables.clear(); } in clear()
56 compiler(client::code_gen::program& program, ErrorHandler& error_handler_) in compiler()
77 client::code_gen::program& program; member
/third_party/boost/libs/spirit/example/x3/calc/calc8/
Dcompiler.hpp20 struct program struct
26 int& operator[](std::size_t i) { return code[i]; } in operator []()
27 int operator[](std::size_t i) const { return code[i]; } in operator []()
28 void clear() { code.clear(); variables.clear(); } in clear()
29 std::vector<int> const& operator()() const { return code; } in operator ()()
31 std::size_t nvars() const { return variables.size(); } in nvars()
56 client::code_gen::program& program in compiler()
75 client::code_gen::program& program; member
/third_party/typescript/src/testRunner/unittests/
DprogramApi.ts43 const program = createProgram([emptyFileRelativePath], options, testCompilerHost); constant
49 const program = createProgram(["./nonexistent.ts"], options, testCompilerHost); constant
55 …const program = createProgram(["./nonexistent0.ts", "./nonexistent1.ts"], options, testCompilerHos… constant
61 …const program = createProgram(["./nonexistent0.ts", emptyFileRelativePath, "./nonexistent1.ts"], o… constant
67 …const program = createProgram(["./nonexistent.ts", "./nonexistent.ts"], options, testCompilerHost); constant
82 const program = createProgram([referenceFileRelativePath], options, testCompilerHost); constant
125 const program = createProgram(["test.ts"], { module: ModuleKind.ES2015 }, host); constant
145 …const program = createProgram(["/a.ts"], emptyOptions, new fakes.CompilerHost(fs, { newLine: NewLi… constant
153 …const program = createProgram(["/a.ts"], emptyOptions, new fakes.CompilerHost(fs, { newLine: NewLi… constant
172 …const program = createProgram(["/main.ts"], { resolveJsonModule: true }, new fakes.CompilerHost(fs… constant
[all …]
Dbuilder.ts10 let program = newProgram(files, ["/a.ts"], {}); variable
31 let program = newProgram(files, ["/a.ts", "/b.ts"], {}); variable
52 let program = newProgram(files, ["/d.ts", "/e.ts", "/a.ts"], {}); variable
78 const program = getProgram(); constant
103 const program = getProgram(); constant
/third_party/glslang/SPIRV/CInterface/
Dspirv_c_interface.cpp40 glslang::TProgram* program; member
82 GLSLANG_EXPORT void glslang_program_SPIRV_generate(glslang_program_t* program, glslang_stage_t stag… in glslang_program_SPIRV_generate()
95 GLSLANG_EXPORT size_t glslang_program_SPIRV_get_size(glslang_program_t* program) { return program->… in glslang_program_SPIRV_get_size()
97 GLSLANG_EXPORT void glslang_program_SPIRV_get(glslang_program_t* program, unsigned int* out) in glslang_program_SPIRV_get()
102 GLSLANG_EXPORT unsigned int* glslang_program_SPIRV_get_ptr(glslang_program_t* program) in glslang_program_SPIRV_get_ptr()
107 GLSLANG_EXPORT const char* glslang_program_SPIRV_get_messages(glslang_program_t* program) in glslang_program_SPIRV_get_messages()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl_function_decl_test.cc90 Program program = p->program(); in TEST_F() local
104 Program program = p->program(); in TEST_F() local
123 Program program = p->program(); in TEST_F() local
148 Program program = p->program(); in TEST_F() local
166 Program program = p->program(); in TEST_F() local
186 Program program = p->program(); in TEST_F() local
213 Program program = p->program(); in TEST_F() local
239 Program program = p->program(); in TEST_F() local
270 Program program = p->program(); in TEST_F() local
300 Program program = p->program(); in TEST_F() local
[all …]
Dparser_impl_barrier_test.cc50 auto program = ParseAndBuild(R"( in TEST_F() local
83 auto program = ParseAndBuild(R"( in TEST_F() local
117 auto program = ParseAndBuild(R"( in TEST_F() local
136 auto program = ParseAndBuild(R"( in TEST_F() local
155 auto program = ParseAndBuild(R"( in TEST_F() local
173 auto program = ParseAndBuild(R"( in TEST_F() local
192 auto program = ParseAndBuild(R"( in TEST_F() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp122 GLuint program = ctx.glCreateProgram(); in shader_source() local
142 GLuint program = ctx.glCreateProgram(); in compile_shader() local
241 GLuint program = ctx.glCreateProgram(); in attach_shader() local
293 GLuint program = ctx.glCreateProgram(); in detach_shader() local
351 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, f… in link_program() local
475 …glu::ShaderProgram program (ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSourc… in get_program_binary() local
561 GLuint program = ctx.glCreateProgram(); in program_parameteri() local
861 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in get_attrib_location() local
897 …glu::ShaderProgram program(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, fra… in get_uniform_location() local
925 GLuint program = ctx.glCreateProgram(); in bind_attrib_location() local
[all …]
Des31fProgramStateQueryTests.cpp154 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local
171 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local
187 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local
276 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local
295 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local
314 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in iterate() local
403 glu::Program program (m_context.getRenderContext()); in iterate() local
410 glu::Program program (m_context.getRenderContext()); in iterate() local
432 glu::Program program (m_context.getRenderContext()); in iterate() local
515 …glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::Compute… in iterate() local
[all …]
Des31fNegativeTessellationTests.cpp141 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
160 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
184 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
201 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
231 glu::ShaderProgram program(ctx.getRenderContext(), in invalid_primitive_mode() local
256 glu::ShaderProgram program(ctx.getRenderContext(), in tessellation_not_active() local
357 glu::ShaderProgram program(ctx.getRenderContext(), in tessellation_control_invalid_vertex_count() local
377 GLuint program = ctx.glCreateProgram(); in invalid_get_programiv() local
/third_party/mesa3d/src/mesa/main/
Duniforms.c338 _mesa_ProgramUniform1f(GLuint program, GLint location, GLfloat v0) in _mesa_ProgramUniform1f()
348 _mesa_ProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1) in _mesa_ProgramUniform2f()
360 _mesa_ProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, in _mesa_ProgramUniform3f()
374 _mesa_ProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, in _mesa_ProgramUniform4f()
389 _mesa_ProgramUniform1i(GLuint program, GLint location, GLint v0) in _mesa_ProgramUniform1i()
399 _mesa_ProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1) in _mesa_ProgramUniform2i()
411 _mesa_ProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, in _mesa_ProgramUniform3i()
425 _mesa_ProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, in _mesa_ProgramUniform4i()
440 _mesa_ProgramUniform1fv(GLuint program, GLint location, GLsizei count, in _mesa_ProgramUniform1fv()
451 _mesa_ProgramUniform2fv(GLuint program, GLint location, GLsizei count, in _mesa_ProgramUniform2fv()
[all …]
Dprogram_resource.c71 lookup_linked_program(GLuint program, const char *caller) in lookup_linked_program()
89 _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface, in _mesa_GetProgramInterfaceiv()
265 _mesa_GetProgramResourceIndex(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceIndex()
335 _mesa_GetProgramResourceName(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceName()
368 _mesa_GetProgramResourceiv(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceiv()
401 _mesa_GetProgramResourceLocation(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceLocation()
457 _mesa_GetProgramResourceLocationIndex(GLuint program, GLenum programInterface, in _mesa_GetProgramResourceLocationIndex()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
Dreplace_identifier_test.cc47 auto program = reader::wgsl::Parse(&file); in TEST() local
131 auto program = reader::wgsl::Parse(&file); in TEST() local
161 auto program = reader::wgsl::Parse(&file); in TEST() local
193 auto program = reader::wgsl::Parse(&file); in TEST() local
229 auto program = reader::wgsl::Parse(&file); in TEST() local
264 auto program = reader::wgsl::Parse(&file); in TEST() local
302 auto program = reader::wgsl::Parse(&file); in TEST() local
339 auto program = reader::wgsl::Parse(&file); in TEST() local
377 auto program = reader::wgsl::Parse(&file); in TEST() local
413 auto program = reader::wgsl::Parse(&file); in TEST() local
[all …]
/third_party/flutter/skia/src/sksl/
DSkSLMain.cpp73 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
89 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
105 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
122 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
139 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main() local
/third_party/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json17 "program": "ShaderProgramID" string
26 "program": "ShaderProgramID", string
40 "program": "ShaderProgramID" string
61 "program": "ShaderProgramID" string
64 "program": "ShaderProgramID" string
95 "program": "ShaderProgramID", string
291 "program": "ShaderProgramID" string
321 "program": "ShaderProgramID", string
399 "program": "ShaderProgramID" string
402 "program": "ShaderProgramID" string
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Ddraw_call_perf_utils.cpp103 GLuint program = CompileProgram(kSimpleScaleAndOffsetVS, kSimpleFS); in SetupSimpleScaleAndOffsetProgram() local
122 GLuint program = CompileProgram(kSimpleDrawVS, kSimpleFS); in SetupSimpleDrawProgram() local
136 GLuint program = CompileProgram(kSimpleTexCoordVS, kSimpleTextureFS); in SetupSimpleTextureProgram() local
150 GLuint program = CompileProgram(kSimpleTexCoordVS, kDoubleTextureFS); in SetupDoubleTextureProgram() local
164 GLuint program = CompileProgram(kSimpleTexCoordVS, kEightTextureFS); in SetupEightTextureProgram() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES31.cpp301 GLuint program, in ValidateProgramUniform()
320 GLuint program, in ValidateProgramUniformMatrix()
542 bool ValidateProgramUniform1i(Context *context, GLuint program, GLint location, GLint v0) in ValidateProgramUniform1i()
547 bool ValidateProgramUniform2i(Context *context, GLuint program, GLint location, GLint v0, GLint v1) in ValidateProgramUniform2i()
554 GLuint program, in ValidateProgramUniform3i()
565 GLuint program, in ValidateProgramUniform4i()
576 bool ValidateProgramUniform1ui(Context *context, GLuint program, GLint location, GLuint v0) in ValidateProgramUniform1ui()
582 GLuint program, in ValidateProgramUniform2ui()
592 GLuint program, in ValidateProgramUniform3ui()
603 GLuint program, in ValidateProgramUniform4ui()
[all …]
Dcapture_gles_3_1_params.cpp95 GLuint program, in CaptureGetProgramInterfaceiv_params()
138 GLuint program, in CaptureGetProgramResourceIndex_name()
148 GLuint program, in CaptureGetProgramResourceLocation_name()
158 GLuint program, in CaptureGetProgramResourceName_length()
171 GLuint program, in CaptureGetProgramResourceName_name()
184 GLuint program, in CaptureGetProgramResourceiv_props()
199 GLuint program, in CaptureGetProgramResourceiv_length()
214 GLuint program, in CaptureGetProgramResourceiv_params()
251 GLuint program, in CaptureProgramUniform1fv_value()
262 GLuint program, in CaptureProgramUniform1iv_value()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramInterfaceTest.cpp59 void ProgramInterfaceTestES31::createGraphicsProgram(GLProgram &program, in createGraphicsProgram()
75 void ProgramInterfaceTestES31::createComputeProgram(GLProgram &program, in createComputeProgram()
103 GLProgram program; in TEST_P() local
140 GLProgram program; in TEST_P() local
207 GLProgram program; in TEST_P() local
268 GLProgram program; in TEST_P() local
348 GLProgram program; in TEST_P() local
439 GLProgram program; in TEST_P() local
547 GLProgram program; in TEST_P() local
640 GLProgram program; in TEST_P() local
[all …]
/third_party/vk-gl-cts/framework/opengl/
DgluProgramInterfaceQuery.cpp33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterf… in getProgramResourceUint()
41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface,… in getProgramResourceName()
61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint3… in getProgramInterfaceActiveVariables()
74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInte… in getProgramInterfaceBlockInfo()
86 void getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programI… in getProgramInterfaceVariableInfo()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_1_autogen.cpp29 void GL_APIENTRY ActiveShaderProgram(GLuint pipeline, GLuint program) in ActiveShaderProgram()
241 void GL_APIENTRY GetProgramBinary(GLuint program, in GetProgramBinary()
385 void GL_APIENTRY ProgramBinary(GLuint program, in ProgramBinary()
409 void GL_APIENTRY ProgramParameteri(GLuint program, GLenum pname, GLint value) in ProgramParameteri()
428 void GL_APIENTRY ProgramUniform1d(GLuint program, GLint location, GLdouble v0) in ProgramUniform1d()
446 void GL_APIENTRY ProgramUniform1dv(GLuint program, in ProgramUniform1dv()
470 void GL_APIENTRY ProgramUniform1f(GLuint program, GLint location, GLfloat v0) in ProgramUniform1f()
488 void GL_APIENTRY ProgramUniform1fv(GLuint program, in ProgramUniform1fv()
512 void GL_APIENTRY ProgramUniform1i(GLuint program, GLint location, GLint v0) in ProgramUniform1i()
530 void GL_APIENTRY ProgramUniform1iv(GLuint program, in ProgramUniform1iv()
[all …]

12345678910>>...46