/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 451 void initPrograms (SourceCollections& programs) const override; 605 void GPQCase::initPrograms (SourceCollections& programs) const in initPrograms() 706 programs.glslSources.add("comp") << glu::ComputeSource( in initPrograms() 710 programs.glslSources.add("vert") << glu::VertexSource(vert); in initPrograms() 711 programs.glslSources.add("frag") << glu::FragmentSource(frag.specialize(abbreviations)); in initPrograms()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 237 * programs are processed and relocated and is used to determined 256 * entry-point BPF programs this includes the size of main program 257 * itself plus all the used sub-programs, appended at the end 410 struct bpf_program *programs; member 465 /* Parse and load BTF vmlinux if any of the programs in the object need 619 progs = obj->programs; in bpf_object__add_programs() 651 * In this case the original obj->programs in bpf_object__add_programs() 659 obj->programs = progs; in bpf_object__add_programs() 2510 /* BPF_PROG_TYPE_TRACING programs which do not attach to other programs in libbpf_prog_needs_vmlinux_btf() [all...] |
/third_party/ffmpeg/ffbuild/ |
H A D | library.mak | 27 # Test programs are always statically linked against their library
|
/third_party/lz4/programs/ |
H A D | Makefile | 2 # LZ4 programs - Makefile 196 @echo lz4 programs successfully uninstalled
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 1700 testParameters.programs.push_back(PROGRAM_2D_SHADOW); in populateTextureShadowTests() 1743 testParameters.programs.push_back(PROGRAM_CUBE_SHADOW); in populateTextureShadowTests() 1786 testParameters.programs.push_back(PROGRAM_2D_ARRAY_SHADOW); in populateTextureShadowTests() 1824 testParameters.programs.push_back(PROGRAM_1D_SHADOW); in populateTextureShadowTests() 1864 testParameters.programs.push_back(PROGRAM_1D_ARRAY_SHADOW); in populateTextureShadowTests() 1908 testParameters.programs.push_back(PROGRAM_CUBE_ARRAY_SHADOW); in populateTextureShadowTests()
|
H A D | vktTextureCompressedFormatTests.cpp | 607 testParameters.programs.push_back(PROGRAM_2D_FLOAT); in populateTextureCompressedFormatTests() 634 testParameters.programs.push_back(PROGRAM_3D_FLOAT); in populate3DTextureCompressedFormatTests()
|
H A D | vktTextureTestUtil.cpp | 158 void initializePrograms (vk::SourceCollections& programCollection, glu::Precision texCoordPrecision, const std::vector<Program>& programs, const char* texCoordSwizzle, glu::Precision fragOutputPrecision, bool unnormal) in initializePrograms() argument 194 for (std::vector<Program>::const_iterator programIt = programs.begin(); programIt != programs.end(); ++programIt) in initializePrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 1697 testParameters.programs.push_back(PROGRAM_2D_SHADOW); in populateTextureShadowTests() 1740 testParameters.programs.push_back(PROGRAM_CUBE_SHADOW); in populateTextureShadowTests() 1783 testParameters.programs.push_back(PROGRAM_2D_ARRAY_SHADOW); in populateTextureShadowTests() 1821 testParameters.programs.push_back(PROGRAM_1D_SHADOW); in populateTextureShadowTests() 1861 testParameters.programs.push_back(PROGRAM_1D_ARRAY_SHADOW); in populateTextureShadowTests() 1905 testParameters.programs.push_back(PROGRAM_CUBE_ARRAY_SHADOW); in populateTextureShadowTests()
|
H A D | vktTextureCompressedFormatTests.cpp | 607 testParameters.programs.push_back(PROGRAM_2D_FLOAT); in populateTextureCompressedFormatTests() 634 testParameters.programs.push_back(PROGRAM_3D_FLOAT); in populate3DTextureCompressedFormatTests()
|
H A D | vktTextureTestUtil.cpp | 171 void initializePrograms (vk::SourceCollections& programCollection, glu::Precision texCoordPrecision, const std::vector<Program>& programs, const char* texCoordSwizzle, glu::Precision fragOutputPrecision) in initializePrograms() argument 207 for (std::vector<Program>::const_iterator programIt = programs.begin(); programIt != programs.end(); ++programIt) in initializePrograms()
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | sfdp.c | 972 static const struct sfdp_4bait programs[] = { in spi_nor_parse_4bait() local 1032 for (i = 0; i < ARRAY_SIZE(programs); i++) { in spi_nor_parse_4bait() 1033 const struct sfdp_4bait *program = &programs[i]; in spi_nor_parse_4bait()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFragOpInteractionCase.cpp | 576 const deUint32 programs[] = { m_glProgram, m_refProgram }; 585 const deUint32 program = programs[ndx];
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 368 * This used to be associated with cgroup (and few other) BPF programs 420 * programs are processed and relocated and is used to determined 433 * entry-point BPF programs this includes the size of main program 434 * itself plus all the used sub-programs, appended at the end 664 struct bpf_program *programs; member 687 /* Parse and load BTF vmlinux if any of the programs in the object need 862 progs = obj->programs; in bpf_object__add_programs() 901 * In this case the original obj->programs in bpf_object__add_programs() 909 obj->programs = progs; in bpf_object__add_programs() 3158 /* BPF_PROG_TYPE_TRACING programs whic [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.c | 481 _mesa_set_add(prog->shaders[i]->programs, prog); in zink_create_gfx_program() 565 _mesa_set_add(shader->programs, comp); in zink_create_compute_program() 693 _mesa_set_remove_key(prog->shaders[i]->programs, prog); in zink_destroy_gfx_program() 740 _mesa_set_remove_key(comp->shader->programs, comp); in zink_destroy_compute_program()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTCTE.cpp | 2507 const glw::GLuint* programs = DE_NULL; in initTestRun() local 2517 programs = programs_for_program_iteration; in initTestRun() 2522 programs = programs_for_pipeline_iteration; in initTestRun() 2660 glw::GLuint program = programs[n_program]; in initTestRun() 2671 glw::GLuint program = programs[n_program]; in initTestRun()
|
/third_party/ffmpeg/libavformat/ |
H A D | avformat.h | 215 * AVFormatContext.programs "programs", etc. as described in the 1407 AVProgram **programs; member 2157 * Find the programs which belong to a given stream. 2164 * the last program is not among the programs of ic. 2732 * duration, bitrate, streams, container, programs, metadata, side data,
|
H A D | mpegts.c | 236 {"skip_unknown_pmt", "skip PMTs for programs not advertised in the PAT", offsetof(MpegTSContext, skip_unknown_pmt), AV_OPT_TYPE_BOOL, 240 {"skip_changes", "skip changing / adding streams / programs", offsetof(MpegTSContext, skip_changes), AV_OPT_TYPE_BOOL, 242 {"skip_clear", "skip clearing programs", offsetof(MpegTSContext, skip_clear), AV_OPT_TYPE_BOOL, 886 if (ts->stream->programs[i]->id == programid) { in clear_avprogram() 887 prg = ts->stream->programs[i]; in clear_avprogram() 947 AVProgram *program = s->programs[i]; in update_av_program_info() 966 * to caller's programs selection 969 * @return 1 if the pid is only comprised in programs that have .discard=AVDISCARD_ALL 981 /* If none of the programs have .discard=AVDISCARD_ALL then there's in discard_pid() 984 if (ts->stream->programs[ in discard_pid() [all...] |
H A D | dump.c | 695 const AVProgram *program = ic->programs[j]; in av_dump_format()
|
/third_party/curl/ |
H A D | buildconf.bat | 43 rem Detect programs. HAVE_<PROGNAME>
|
/third_party/lz4/ |
H A D | Makefile | 34 PRGDIR = programs
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 4641 /* Clean programs */ in deinit() 6409 const glw::GLuint programs[] = { m_po_cs_id, m_po_noncs_id }; in initProgramObjects() local 6410 const unsigned int n_programs = sizeof(programs) / sizeof(programs[0]); in initProgramObjects() 6415 glw::GLuint po_id = programs[n_program]; in initProgramObjects() 6448 glw::GLuint po_id = programs[n_program]; in initProgramObjects() 6606 /* Iterate through all programs */ in initUniformValues() 6612 const glw::GLuint programs[] = { m_po_cs_id, m_po_noncs_id }; in initUniformValues() local 6613 const unsigned int n_programs = sizeof(programs) / sizeof(programs[ in initUniformValues() 6747 const glw::GLuint programs[] = { m_po_cs_id, m_po_noncs_id }; verifyProgramInterfaceQuerySupport() local 6937 const glw::GLuint programs[] = { verifyUniformValues() local [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 317 may need to be specified for programs that can unwind programs on
|
/third_party/mesa3d/include/GLES/ |
H A D | glext.h | 906 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMSQCOMPROC) (GLuint *programs, GLint maxPrograms, GLint *numPrograms); 911 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numPrograms);
|
/third_party/openGLES/api/GLES/ |
H A D | glext.h | 887 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMSQCOMPROC) (GLuint *programs, GLint maxPrograms, GLint *numPrograms); 892 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numPrograms);
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 52 easily find the diverse programs within a OpenSSL build tree, as well as 292 we want to make sure the directory in which those programs are found are
|