Searched refs:compiled (Results 1 - 25 of 183) sorted by relevance

12345678

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dcmdline.c68 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 Dmidgard_compile.h69 struct util_dynarray compiled; member in struct:__anon060edd6a0208
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h53 unsigned compiled; member in struct:gallivm_state
H A Dlp_bld_init.c589 assert(!gallivm->compiled);
671 ++gallivm->compiled;
715 assert(gallivm->compiled);
/xsrc/external/mit/xorg-server/dist/include/
H A Dxkb-config.h.in29 /* XKB output dir for compiled keymaps. */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_assemble.c72 /* 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 Dpan_blend_shaders.c140 int size = program.compiled.size;
141 uint8_t *dst = program.compiled.data;
H A Dpan_context.h259 bool compiled; member in struct:panfrost_shader_state
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h56 unsigned compiled; member in struct:gallivm_state
H A Dlp_bld_init.c577 assert(!gallivm->compiled);
663 ++gallivm->compiled;
710 assert(gallivm->compiled);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DMakefile.am43 dist_xkbcompiled_DATA = README.compiled
/xsrc/external/mit/xorg-server/dist/xkb/
H A DMakefile.am42 dist_xkbcompiled_DATA = README.compiled
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkb-config.h.in29 /* XKB output dir for compiled keymaps. */
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcva_huge.c55 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 Dcva.c37 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 Dconfigure.ac57 # 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 D7.5.2.rst45 - glUseProgram() is now compiled into display lists (bug 23746).
46 - glUniform functions are now compiled into display lists
H A D19.2.5.rst43 - llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shaders
/xsrc/external/mit/freetype/dist/src/base/
H A Drules.mk22 # 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 Dfuzzer-find-diff.pl8 be statically compiled, this can be achieved via '--disable-shared' pixman
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_trace.spec35 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 DMESA_trace.spec35 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 Dagx_state.c887 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 Dconfigure.ac62 AC_DEFINE(XTHREADS,1,[Whether libXau is compiled with thread support])
/xsrc/external/mit/xinit/dist/
H A Dstartx.cpp44 XCOMM Now the "old" compiled path

Completed in 23 milliseconds

12345678