Searched refs:annotations (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_print.c | 57 * Optional table of annotations mapping nir object 60 struct hash_table *annotations; member in struct:__anonb2aa52840108 68 if (!state->annotations) 71 struct hash_entry *entry = _mesa_hash_table_search(state->annotations, obj); 76 _mesa_hash_table_remove(state->annotations, entry); 1594 struct hash_table *annotations) 1599 state.annotations = annotations; 1657 nir_shader_as_str_annotated(nir_shader *nir, struct hash_table *annotations, void *mem_ctx) argument 1664 nir_print_shader_annotated(nir, stream, annotations); 1593 nir_print_shader_annotated(nir_shader * shader,FILE * fp,struct hash_table * annotations) argument 1707 nir_log_shader_annotated_tagged(enum mesa_log_level level,const char * tag,nir_shader * shader,struct hash_table * annotations) argument [all...] |
| H A D | nir.h | 4430 void nir_log_shader_annotated_tagged(enum mesa_log_level level, const char *tag, nir_shader *shader, struct hash_table *annotations); 4434 #define nir_log_shader_annotated(s, annotations) nir_log_shader_annotated_tagged(MESA_LOG_ERROR, (MESA_LOG_TAG), (s), annotations) 4437 char *nir_shader_as_str_annotated(nir_shader *nir, struct hash_table *annotations, void *mem_ctx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_print.c | 56 * Optional table of annotations mapping nir object 59 struct hash_table *annotations; member in struct:__anon5a4ff7310108 65 if (!state->annotations) 68 struct hash_entry *entry = _mesa_hash_table_search(state->annotations, obj); 73 _mesa_hash_table_remove(state->annotations, entry); 1358 struct hash_table *annotations) 1363 state.annotations = annotations; 1357 nir_print_shader_annotated(nir_shader * shader,FILE * fp,struct hash_table * annotations) argument
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | gen_calendar_entries.py | 26 from __future__ import annotations
|
| H A D | gen_calendar_entries_test.py | 24 from __future__ import annotations
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.5.rst | 99 - intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch
|
| H A D | 9.1.4.rst | 86 - glapi: Add some missing static_dispatch="false" annotations to
|
| H A D | 21.2.0.rst | 1965 - ci/turnip: Clean up some stale fail annotations. 1993 - ci/freedreno: Drop VK flake annotations not seen in the last ~year. 2431 - intel/fs: Implement representation of SWSB cross-pipeline synchronization annotations. 2447 - intel/fs: Add SWSB dependency annotations for cross-pipeline WaR data hazards on XeHP+. 3666 - Guard FALLTHROUGH annotations after assert()
|
| H A D | 19.3.0.rst | 1274 - anv: add a couple printflike() annotations 1557 - intel/eu/gen12: Set SWSB annotations in hand-crafted assembly.
|
| H A D | 20.1.0.rst | 1929 - intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch 2758 - turnip: Add missing VKAPI_ATTR annotations
|
| H A D | 21.1.0.rst | 2261 - zink/codegen: fix type annotations 4886 - freedreno: driver-thread annotations
|
| H A D | 20.0.0.rst | 1330 - intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch
|
| H A D | 21.0.0.rst | 192 - build failures after simple_mtx helgrind annotations
|
| H A D | 21.3.0.rst | 1312 - ci/freedreno: Clean up and fill out the tess timeout annotations.
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_bufmgr.h | 210 drm_intel_aub_annotation *annotations,
|
| H A D | intel_bufmgr_gem.c | 3334 * \param annotations is an array of drm_intel_aub_annotation objects 3338 * of \c annotations must be sorted so that ending_offset is 3341 * \param count is the number of elements in the \c annotations array. 3342 * If \c count is zero, then \c annotations will not be dereferenced. 3345 * re-use the memory pointed to by \c annotations after the call 3349 * default state (no annotations), call this function with a \c count 3353 drm_intel_aub_annotation *annotations, 3352 drm_intel_bufmgr_gem_set_aub_annotations(drm_intel_bo * bo,drm_intel_aub_annotation * annotations,unsigned count) argument
|
Completed in 52 milliseconds