| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | cmdline.c | 68 midgard_program compiled; local in function:compile_shader 70 midgard_compile_shader_nir(nir, &compiled, false); 71 finalise_to_disk("vertex.bin", &compiled.compiled); 74 midgard_compile_shader_nir(nir, &compiled, false); 75 finalise_to_disk("fragment.bin", &compiled.compiled); 96 finalise_to_disk("blend.bin", &program.compiled);
|
| H A D | midgard_compile.h | 69 struct util_dynarray compiled; member in struct:__anon060edd6a0208
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_init.h | 53 unsigned compiled; member in struct:gallivm_state
|
| H A D | lp_bld_init.c | 589 assert(!gallivm->compiled); 671 ++gallivm->compiled; 715 assert(gallivm->compiled);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | xkb-config.h.in | 29 /* XKB output dir for compiled keymaps. */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_assemble.c | 72 /* Prepare the compiled binary for upload */ 73 int size = program.compiled.size; 74 dst = program.compiled.data; 82 util_dynarray_fini(&program.compiled);
|
| H A D | pan_blend_shaders.c | 140 int size = program.compiled.size; 141 uint8_t *dst = program.compiled.data;
|
| H A D | pan_context.h | 259 bool compiled; member in struct:panfrost_shader_state
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_init.h | 56 unsigned compiled; member in struct:gallivm_state
|
| H A D | lp_bld_init.c | 577 assert(!gallivm->compiled); 663 ++gallivm->compiled; 710 assert(gallivm->compiled);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | Makefile.am | 43 dist_xkbcompiled_DATA = README.compiled
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | Makefile.am | 42 dist_xkbcompiled_DATA = README.compiled
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xkb-config.h.in | 29 /* XKB output dir for compiled keymaps. */
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | cva_huge.c | 55 GLboolean compiled = GL_TRUE; variable in typeref:typename:GLboolean 138 if ( compiled ) { 216 /* See if the server supports compiled vertex arrays. 222 compiled = GL_FALSE;
|
| H A D | cva.c | 37 GLboolean compiled = GL_TRUE; variable in typeref:typename:GLboolean 137 /* See if the server supports compiled vertex arrays.
|
| /xsrc/external/mit/xcb-util/dist/ |
| H A D | configure.ac | 57 # Check version of xcb-proto that xcb was compiled against 64 AC_MSG_CHECKING([whether libxcb was compiled against xcb-proto >= $xcbproto_required]) 70 AC_MSG_ERROR([libxcb was compiled against xcb-proto $xcbproto_version; it needs to be compiled against version $xcbproto_required or higher])
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.5.2.rst | 45 - glUseProgram() is now compiled into display lists (bug 23746). 46 - glUniform functions are now compiled into display lists
|
| H A D | 19.2.5.rst | 43 - llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shaders
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | rules.mk | 22 # in `src/base' which are not compiled within the base 86 # compiled as a single object file using ftbase.c).
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | fuzzer-find-diff.pl | 8 be statically compiled, this can be achieved via '--disable-shared' pixman
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_trace.spec | 35 valid (but possibly incomplete) C code and can be compiled and 271 TracePointerMESA and TracePointerRangeMESA are not compiled into display lists.
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_trace.spec | 35 valid (but possibly incomplete) C code and can be compiled and 271 TracePointerMESA and TracePointerRangeMESA are not compiled into display lists.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 887 struct agx_compiled_shader *compiled = CALLOC_STRUCT(agx_compiled_shader); local in function:agx_update_shader 914 agx_compile_shader_nir(nir, &key->base, &binary, &compiled->info); 916 struct agx_varyings *varyings = &compiled->info.varyings; 929 compiled->bo = agx_bo_create(dev, 932 memcpy(compiled->bo->ptr.cpu, binary.data, binary.size); 938 memcpy(((uint8_t *) compiled->bo->ptr.cpu) + offs, packed_varyings, packed_varying_sz); 942 compiled->varyings = compiled->bo->ptr.gpu + ALIGN_POT(binary.size, 256); 948 he = _mesa_hash_table_insert(so->variants, key, compiled);
|
| /xsrc/external/mit/libXau/dist/ |
| H A D | configure.ac | 62 AC_DEFINE(XTHREADS,1,[Whether libXau is compiled with thread support])
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | startx.cpp | 44 XCOMM Now the "old" compiled path
|