HomeSort by: relevance | last modified time | path
    Searched refs:compiled (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
cmdline.c 68 midgard_program compiled; local
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);
midgard_compile.h 69 struct util_dynarray compiled; member in struct:__anon3924
midgard_compile.c 3834 struct util_dynarray *compiled = &program->compiled; local
3932 util_dynarray_init(compiled, NULL);
4108 emit_binary_bundle(ctx, bundle, compiled, lookahead);
4130 disassemble_midgard(program->compiled.data, program->compiled.size);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_init.h 53 unsigned compiled; member in struct:gallivm_state
lp_bld_init.c 589 assert(!gallivm->compiled);
671 ++gallivm->compiled;
715 assert(gallivm->compiled);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
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);
pan_blend_shaders.c 140 int size = program.compiled.size;
141 uint8_t *dst = program.compiled.data;
pan_context.h 241 /* Compiled fixed function command */
244 /* Compiled blend shader */
258 /* Compiled, mapped descriptor, ready for the hardware */
259 bool compiled; member in struct:panfrost_shader_state
pan_context.c 1840 if (!shader_state->compiled) {
1842 shader_state->compiled = true;
1859 if (!ctx->vs->variants[0].compiled) {
1868 ctx->vs->variants[0].compiled = true;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_init.h 56 unsigned compiled; member in struct:gallivm_state
lp_bld_init.c 577 assert(!gallivm->compiled);
663 ++gallivm->compiled;
710 assert(gallivm->compiled);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
README 42 Since Gallium3D is not versioned, the Xorg gallium frontend needs to be compiled
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
README 42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
  /xsrc/external/mit/mesa-demos/dist/src/tests/
cva_huge.c 55 GLboolean compiled = GL_TRUE; variable
138 if ( compiled ) {
216 /* See if the server supports compiled vertex arrays.
221 fprintf( stderr, "Compiled vertex arrays not supported by this renderer.\n" );
222 compiled = GL_FALSE;
cva.c 37 GLboolean compiled = GL_TRUE; variable
137 /* See if the server supports compiled vertex arrays.
140 fprintf( stderr, "Compiled vertex arrays not supported by this renderer.\n" );
  /xsrc/external/mit/libXau/dist/
configure.ac 62 AC_DEFINE(XTHREADS,1,[Whether libXau is compiled with thread support])
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
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.old/dist/docs/specs/OLD/
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/
agx_state.c 887 struct agx_compiled_shader *compiled = CALLOC_STRUCT(agx_compiled_shader); local
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/MesaLib/dist/src/gallium/drivers/panfrost/
pan_context.h 251 /* Compiled, mapped descriptor, ready for the hardware */
252 bool compiled; member in struct:panfrost_shader_state
pan_context.c 522 if (!shader_state->compiled) {
532 shader_state->compiled = true;
  /xsrc/external/mit/xinit/dist/
startx.cpp 44 XCOMM Now the "old" compiled path
  /xsrc/external/mit/xkbcomp/dist/
xkbcomp.h 341 Bool compiled; member in struct:_XkbFile
misc.c 147 mapToUse->compiled = True;
parseutils.c 864 .compiled = False,

Completed in 24 milliseconds

1 2