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

1 2

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_symbol_table.cpp 139 symbol_table_entry *existing = get_entry(v->name); local
141 /* If there's already an existing function (not a constructor!) in
142 * the current scope, just update the existing entry to include 'v'.
144 if (existing->v == NULL && existing->t == NULL) {
145 existing->v = v;
149 /* If not declared at this scope, add a new entry. But if an existing
154 if (existing != NULL)
155 entry->f = existing->f;
196 symbol_table_entry *existing = get_entry(f->name) local
    [all...]
linker.h 68 ir_variable *const existing,
linker.cpp 883 ir_variable *const existing,
891 if (var->type->is_array() && existing->type->is_array()) {
893 const glsl_type *no_array_existing = existing->type->fields.array;
901 ((var->type->length == 0)|| (existing->type->length == 0))) {
903 if ((int)var->type->length <= existing->data.max_array_access) {
909 existing->data.max_array_access);
911 existing->type = var->type;
913 } else if (existing->type->length != 0) {
914 if((int)existing->type->length <= var->data.max_array_access &&
915 !existing->data.from_ssbo_unsized_array)
969 ir_variable *const existing = variables->get_variable(var->name); local
1448 ir_variable *const existing = local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_symbol_table.cpp 139 symbol_table_entry *existing = get_entry(v->name); local
141 /* If there's already an existing function (not a constructor!) in
142 * the current scope, just update the existing entry to include 'v'.
144 if (existing->v == NULL && existing->t == NULL) {
145 existing->v = v;
149 /* If not declared at this scope, add a new entry. But if an existing
154 if (existing != NULL)
155 entry->f = existing->f;
196 symbol_table_entry *existing = get_entry(f->name) local
    [all...]
linker.h 68 ir_variable *const existing);
linker.cpp 857 ir_variable *const existing)
864 if (var->type->is_array() && existing->type->is_array()) {
865 if ((var->type->fields.array == existing->type->fields.array) &&
866 ((var->type->length == 0)|| (existing->type->length == 0))) {
868 if ((int)var->type->length <= existing->data.max_array_access) {
874 existing->data.max_array_access);
876 existing->type = var->type;
878 } else if (existing->type->length != 0) {
879 if((int)existing->type->length <= var->data.max_array_access &&
880 !existing->data.from_ssbo_unsized_array)
934 ir_variable *const existing = variables->get_variable(var->name); local
1407 ir_variable *const existing = local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
decode_common.c 96 struct pandecode_mapped_memory *existing = local
99 if (existing && existing->gpu_va == gpu_va) {
100 existing->length = sz;
101 existing->addr = cpu;
102 pandecode_add_name(existing, gpu_va, name);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_program_cache.c 140 * Look for an existing entry in the cache that has identical assembly code.
152 const struct iris_compiled_shader *existing = entry->data; local
153 if (existing->prog_data->program_size == assembly_size &&
154 memcmp(existing->map, assembly, assembly_size) == 0)
155 return existing;
176 const struct iris_compiled_shader *existing = local
180 * existing stuff without creating new copy into the underlying buffer
185 if (existing) {
186 pipe_resource_reference(&shader->assembly.res, existing->assembly.res);
187 shader->assembly.offset = existing->assembly.offset
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_program_cache.c 116 * Look for an existing entry in the cache that has identical assembly code.
127 const struct crocus_compiled_shader *existing = entry->data; local
129 if (existing->map_size != assembly_size)
132 if (memcmp(map + existing->offset, assembly, assembly_size) == 0)
133 return existing;
199 const struct crocus_compiled_shader *existing = find_existing_assembly( local
203 * existing stuff without creating new copy into the underlying buffer
208 if (existing) {
209 shader->offset = existing->offset;
210 shader->map_size = existing->map_size
    [all...]
  /xsrc/external/mit/xkeyboard-config/dist/tests/ruby/
xkbparser.rb 93 existing = other[key]
94 if existing != value
95 diff[key] = [ value, existing.nil? ? '+' : '' ]
  /xsrc/external/mit/xorg-server/dist/os/
xdmauth.c 247 XdmClientAuthPtr client, existing; local
308 for (existing = xdmClients; existing; existing = existing->next) {
309 if (XdmClientAuthCompare(existing, client)) {
312 *reason = "XDM authorization key matches an existing client!";
WaitFor.c 301 OsTimerPtr existing; local
334 xorg_list_for_each_entry(existing, &timers, list)
335 if ((int) (existing->expires - millis) > 0)
337 /* This even works at the end of the list -- existing->list will be timers */
338 xorg_list_append(&timer->list, &existing->list);
  /xsrc/external/mit/xorg-server.old/dist/os/
xdmauth.c 253 XdmClientAuthPtr client, existing; local
316 for (existing = xdmClients; existing; existing=existing->next)
318 if (XdmClientAuthCompare (existing, client))
322 *reason = "XDM authorization key matches an existing client!";
  /xsrc/external/mit/MesaLib/dist/src/util/
u_debug_refcnt.c 164 boolean existing = debug_serial((void *) p, &serial); local
170 if (!existing) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_debug_refcnt.c 175 boolean existing = debug_serial((void *) p, &serial); local
181 if (!existing) {
  /xsrc/external/mit/fontconfig/dist/doc/
fcinit.fncs 80 existing configuration unchanged. Otherwise returns FcTrue.
fcdircache.fncs 76 <parameter>force</parameter> is FcFalse, then an existing, valid cache file
  /xsrc/external/mit/libXfont/dist/src/fontfile/
fontdir.c 622 FontEntryPtr existing; local
711 existing = FontFileFindNameInDir (&dir->scalable, &entry.name);
712 if (existing)
718 existing->u.scalable.extra->defaults = vals;
720 free (existing->u.scalable.fileName);
721 if (!(existing->u.scalable.fileName = FontFileSaveString (fileName)))
727 FontFileAddScaledInstance (existing, &vals, NullFont,
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
fontdir.c 622 FontEntryPtr existing; local
711 existing = FontFileFindNameInDir (&dir->scalable, &entry.name);
712 if (existing)
718 existing->u.scalable.extra->defaults = vals;
720 free (existing->u.scalable.fileName);
721 if (!(existing->u.scalable.fileName = FontFileSaveString (fileName)))
727 FontFileAddScaledInstance (existing, &vals, NullFont,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bifrost_isa.py 118 def parse_copy(enc, existing):
121 for ex in existing:
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
WL_create_wayland_buffer_from_image.spec 49 using the existing WL_bind_wayland_display extension. It should also be
MESA_drm_image.spec 130 creating an EGLImage from an already existing client API
132 an existing DRM buffer name, it doesn't seem right to overload
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
WL_create_wayland_buffer_from_image.spec 49 using the existing WL_bind_wayland_display extension. It should also be
  /xsrc/external/mit/xorg-server/dist/randr/
rrmonitor.c 520 RRMonitorPtr existing = pScrPriv->monitors[m]; local
522 /* If 'name' matches an existing Monitor on the screen, the
523 * existing one will be deleted as if RRDeleteMonitor were called.
525 if (existing->name == monitor->name) {
526 (void) RRMonitorDelete(client, screen, existing->name);
531 existing->primary = FALSE;
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-damage.c 191 add_region (RegionPtr existing,
198 REGION_UNION (pDrawable->pScreen, existing, existing, new);
202 add_box (RegionPtr existing,
211 add_region (existing, &region, drawable, subwindow_mode);

Completed in 23 milliseconds

1 2