Home
last modified time | relevance | path

Searched refs:programs (Results 1 – 25 of 1393) sorted by relevance

12345678910>>...56

/external/deqp/external/openglcts/modules/common/
DglcMultipleContextsTests.cpp80 void prepareProgram(Utils::program** programs, bool is_separable);
82 void prepareProgramPipeline(glw::GLuint& pipeline_id, Utils::program** programs);
86 bool testProgram(Utils::program** programs, bool is_separable, const glw::GLuint test_cases[][5],
586 void UniformPreservationTest::prepareProgram(Utils::program** programs, bool is_separable) in prepareProgram() argument
607 programs[0]->build(0 /* compute shader source */, fragmenty_shader_code, geometry_shader_code, in prepareProgram()
611 programs[m_geometry_stage_index] = programs[m_fragment_stage_index]; in prepareProgram()
612 programs[m_tesselation_control_stage_index] = programs[m_fragment_stage_index]; in prepareProgram()
613 programs[m_tesselation_evaluation_stage_index] = programs[m_fragment_stage_index]; in prepareProgram()
614 programs[m_vertex_stage_index] = programs[m_fragment_stage_index]; in prepareProgram()
618 programs[m_fragment_stage_index]->build(0, fragmenty_shader_code, 0, 0, 0, 0, 0, 0, true); in prepareProgram()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c372 if (brw->programs[MESA_SHADER_TESS_EVAL]) { in brw_upload_tess_programs()
392 if (brw->programs[MESA_SHADER_GEOMETRY]) { in brw_upload_programs()
406 if (brw->programs[MESA_SHADER_GEOMETRY]) in brw_upload_programs()
408 else if (brw->programs[MESA_SHADER_TESS_EVAL]) in brw_upload_programs()
482 if (brw->programs[MESA_SHADER_FRAGMENT] != in brw_upload_pipeline_state()
484 brw->programs[MESA_SHADER_FRAGMENT] = ctx->FragmentProgram._Current; in brw_upload_pipeline_state()
488 if (brw->programs[MESA_SHADER_TESS_EVAL] != in brw_upload_pipeline_state()
490 brw->programs[MESA_SHADER_TESS_EVAL] = ctx->TessEvalProgram._Current; in brw_upload_pipeline_state()
494 if (brw->programs[MESA_SHADER_TESS_CTRL] != in brw_upload_pipeline_state()
496 brw->programs[MESA_SHADER_TESS_CTRL] = ctx->TessCtrlProgram._Current; in brw_upload_pipeline_state()
[all …]
/external/ltp/testcases/kernel/io/direct_io/
DREADME19 diotest_routines.c: Routines to support the test programs.
20 diotest[1-6].c: 6 test programs with 30 test blocks.
21 Makefile: To compile the programs.
23 To run the programs:
24 1: Compile the programs
26 2: Execute the test script or the test programs individually.
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp163 spec.programs.resize(1); in createTests()
165 spec.programs[0].sources << glu::VertexSource(mapped); in createTests()
184 spec.programs.resize(1); in createTests()
186 spec.programs[0].sources << glu::FragmentSource(mapped); in createTests()
217 spec.programs.resize(1); in createTests()
219 spec.programs[0].sources << glu::VertexSource(mapped); in createTests()
238 spec.programs.resize(1); in createTests()
240 spec.programs[0].sources << glu::FragmentSource(mapped); in createTests()
DglsShaderLibraryCase.cpp840 if (spec.programs[0].sources.separable) in isTessellationPresent()
845 for (int programNdx = 0; programNdx < (int)spec.programs.size(); ++programNdx) in isTessellationPresent()
846 if (spec.programs[programNdx].activeStages & tessellationBits) in isTessellationPresent()
851 return !spec.programs[0].sources.sources[glu::SHADERTYPE_TESSELLATION_CONTROL].empty() || in isTessellationPresent()
852 !spec.programs[0].sources.sources[glu::SHADERTYPE_TESSELLATION_EVALUATION].empty(); in isTessellationPresent()
933 const bool separablePrograms = m_spec.programs[0].sources.separable; in execute()
939 vector<ProgramSources> specializedSources (m_spec.programs.size()); in execute()
943 vector<SharedPtr<ShaderProgram> > programs; in execute() local
971 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute()
973 …DE_ASSERT(m_spec.programs.size() == 1 && m_spec.programs[0].sources.sources[SHADERTYPE_VERTEX].siz… in execute()
[all …]
/external/bcc/src/cc/frontends/p4/
DREADME.md9 This document describes a prototype compiler that translates programs
10 written in the P4 programming languages to eBPF programs. The
11 translation is performed by generating programs written in a subset of
63 P4 programs describe the behavior of network-processing dataplanes. A
81 machine code); EBPF programs are traditionally executed by a virtual
82 machine that resides in the Linux kernel. EBPF programs can be
84 instrumentation. The main feature of EBPF programs is their *static
85 safety*: prior to execution all EBPF programs have to be validated as
86 being safe, and unsafe programs cannot be executed. A safe program
100 EBPF programs are inserted into the kernel using *hooks*. There are
[all …]
/external/python/cpython2/Tools/msi/
Dcrtlicense.txt14 If you further distribute programs that include the Microsoft
29 - use Microsoft's trademarks in your programs' names or in a way that
30 suggests your programs come from or are endorsed by Microsoft;
37 unlawful programs.
40 defined above, not to Python itself or any programs running on the
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp405 de::PoolArray<Program> programs (&programPool); in buildPrograms() local
452programs.pushBack(Program(vk::ProgramIdentifier(casePath, progIter.getName()), progIter.getProgram… in buildPrograms()
453 …lTasks.pushBack(BuildHighLevelShaderTask<vk::GlslSource>(progIter.getProgram(), &programs.back())); in buildPrograms()
466programs.pushBack(Program(vk::ProgramIdentifier(casePath, progIter.getName()), progIter.getProgram… in buildPrograms()
467 …lTasks.pushBack(BuildHighLevelShaderTask<vk::HlslSource>(progIter.getProgram(), &programs.back())); in buildPrograms()
480programs.pushBack(Program(vk::ProgramIdentifier(casePath, progIter.getName()), progIter.getProgram… in buildPrograms()
481 buildSpirvAsmTasks.pushBack(BuildSpirVAsmTask(progIter.getProgram(), &programs.back())); in buildPrograms()
499 validationTasks.reserve(programs.size()); in buildPrograms()
501 …for (de::PoolArray<Program>::iterator progIter = programs.begin(); progIter != programs.end(); ++p… in buildPrograms()
516 …for (de::PoolArray<Program>::iterator progIter = programs.begin(); progIter != programs.end(); ++p… in buildPrograms()
[all …]
/external/python/cpython3/Tools/msi/exe/
Dcrtlicense.txt11 If you further distribute programs that include the Microsoft
26 - use Microsoft's trademarks in your programs' names or in a way that
27 suggests your programs come from or are endorsed by Microsoft;
34 unlawful programs.
37 defined above, not to Python itself or any programs running on the
/external/syzkaller/docs/
Dreproducing_crashes.md3 …ducer programs for syzkaller bugs is automated, however it's not perfect, so syzkaller provides a …
5 Crash logs created in manager `workdir/crashes` dir contain programs executed just before a crash. …
8programs in various modes (once or loop indefinitely; in threaded/collide mode (see below), with o…
10 Note: `syz-execprog` executes programs locally. So you need to copy `syz-execprog` and `syz-executo…
Dexecuting_syzkaller_programs.md1 # Executing syzkaller programs
3 This page describes how to execute existing syzkaller programs for the purpose
5 execution log with several programs.
41 number of parallel processes to execute programs (default 1)
50 If you pass `-threaded=0 -collide=0`, programs will be executed as a simple single-threaded sequenc…
/external/e2fsprogs/
DINSTALL1 To install the second extended file system management programs,
20 cause programs that use the uuid library to core dump. To disable
23 4) Compile the programs
31 6) Install the programs
39 programs to work. It is only needed if you expect to develop other
40 programs using the libraries or if you want to compile other program
DREADME2 system management programs.
15 In case of bugs in these programs, please contact Ted Ts'o at
18 reports for these programs.
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js60 this.programs = null;
141 this.programs = {};
142 this.programs[trs.DEFAULT_PROGRAM_NAME] = []; property
161 var is = this.programs[programName];
163 programs[programName] = is.slice(trs.MIN_TOKEN_INDEX, this.instructionIndex);
345 var is = this.programs[name];
354 this.programs[name] = is;
389 var rewrites = this.programs[programName];
/external/expat/conftools/
DPrintPath38 * ) programs="$programs $args" ;;
91 for program in $programs
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp100 const bool isSeparable = !spec.programs.empty() && spec.programs[0].sources.separable; in isValid()
102 if (spec.programs.empty()) in isValid()
157 for (size_t progNdx = 0; progNdx < spec.programs.size(); ++progNdx) in isValid()
165 const bool hasShader = !spec.programs[progNdx].sources.sources[shaderStageNdx].empty(); in isValid()
166 const bool isEnabled = (spec.programs[progNdx].activeStages & curStageMask) != 0; in isValid()
183 else if (!spec.programs[progNdx].sources.sources[shaderStageNdx].empty()) in isValid()
205 const bool hasVertex = !spec.programs[0].sources.sources[SHADERTYPE_VERTEX].empty(); in isValid()
206 const bool hasFragment = !spec.programs[0].sources.sources[SHADERTYPE_FRAGMENT].empty(); in isValid()
208 if (spec.programs.size() != 1) in isValid()
1467 spec.programs.resize(1); in parseShaderCase()
[all …]
/external/bcc/tools/
Dbpflist_example.txt4 bpflist displays information on running BPF programs and optionally also
5 prints open kprobes and uprobes. It is used to understand which BPF programs
16 fileslower has installed 4 BPF programs (functions) and has opened 2 BPF maps
57 Display processes currently using BPF programs and maps
/external/deqp/android/cts/nyc/src/
Degl-master.txt1077 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1078 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1079 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1311 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1312 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1313 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1314 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1315 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1316 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1317 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
Degl-master.txt1079 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1080 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1081 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1313 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1314 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1315 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1316 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1317 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1318 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1319 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/android/cts/master/
Degl-master.txt972 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
973 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
974 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1206 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1207 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1208 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1209 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1210 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1211 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1212 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/android/cts/nyc/
Degl-master.txt1077 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1078 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1079 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1311 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1312 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1313 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1314 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1315 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1316 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1317 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/llvm/docs/
DTestSuiteMakefileGuide.rst21 The ``test-suite`` module contains a number of programs that can be
22 compiled with LLVM and executed. These programs are compiled using the
25 the other programs are compared to the native program output and pass if
29 subset of the available tests or programs. This makes test run times
31 test failures. To run some test only on a subset of programs, simply
32 change directory to the programs you want tested and run ``gmake``
34 variable to change what tests or run on the selected programs (see below
48 The SingleSource directory contains test programs that are only a
50 programs or small programs that calculate a particular value. Several
51 such programs are grouped together in each directory.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DTestSuiteMakefileGuide.rst21 The ``test-suite`` module contains a number of programs that can be
22 compiled with LLVM and executed. These programs are compiled using the
25 the other programs are compared to the native program output and pass if
29 subset of the available tests or programs. This makes test run times
31 test failures. To run some test only on a subset of programs, simply
32 change directory to the programs you want tested and run ``gmake``
34 variable to change what tests or run on the selected programs (see below
48 The SingleSource directory contains test programs that are only a
50 programs or small programs that calculate a particular value. Several
51 such programs are grouped together in each directory.
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs182 protected IDictionary<string, IList<RewriteOperation>> programs = null; field in Antlr.Runtime.TokenRewriteStream
192 programs = new Dictionary<string, IList<RewriteOperation>>(); in Init()
193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE); in Init()
219 if (programs.TryGetValue(programName, out @is) && @is != null) { in Rollback()
224 programs[programName] = sublist; in Rollback()
350 if (!programs.TryGetValue(name, out @is) || @is == null) { in GetProgram()
358 programs[name] = @is; in InitializeProgram()
392 if (!programs.TryGetValue(programName, out rewrites)) in ToString()
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/
Degl-master.txt1079 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1080 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1081 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1313 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1314 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1315 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1316 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1317 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1318 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1319 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]

12345678910>>...56