Home
last modified time | relevance | path

Searched refs:ish (Results 1 – 25 of 66) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c52 .prefix.program_string_id = ish->program_id, \
65 struct iris_uncompiled_shader *ish; member
1118 struct iris_uncompiled_shader *ish, in iris_debug_recompile() argument
1121 if (!ish || list_is_empty(&ish->variants) in iris_debug_recompile()
1122 || list_is_singular(&ish->variants)) in iris_debug_recompile()
1126 const struct shader_info *info = &ish->nir->info; in iris_debug_recompile()
1134 list_first_entry(&ish->variants, struct iris_compiled_shader, link); in iris_debug_recompile()
1208 struct iris_uncompiled_shader *ish, in find_or_add_variant() argument
1213 struct list_head *start = ish->variants.next; in find_or_add_variant()
1224 list_first_entry(&ish->variants, struct iris_compiled_shader, link); in find_or_add_variant()
[all …]
Diris_disk_cache.c49 const struct iris_uncompiled_shader *ish, in iris_disk_cache_compute_key() argument
62 uint8_t data[sizeof(prog_key) + sizeof(ish->nir_sha1)]; in iris_disk_cache_compute_key()
63 uint32_t data_size = prog_key_size + sizeof(ish->nir_sha1); in iris_disk_cache_compute_key()
65 memcpy(data, ish->nir_sha1, sizeof(ish->nir_sha1)); in iris_disk_cache_compute_key()
66 memcpy(data + sizeof(ish->nir_sha1), &prog_key, prog_key_size); in iris_disk_cache_compute_key()
79 const struct iris_uncompiled_shader *ish, in iris_disk_cache_store() argument
88 gl_shader_stage stage = ish->nir->info.stage; in iris_disk_cache_store()
92 iris_disk_cache_compute_key(cache, ish, prog_key, prog_key_size, cache_key); in iris_disk_cache_store()
147 struct iris_uncompiled_shader *ish, in iris_disk_cache_retrieve() argument
154 gl_shader_stage stage = ish->nir->info.stage; in iris_disk_cache_retrieve()
[all …]
Diris_program_cache.c151 struct iris_uncompiled_shader *ish, in iris_upload_shader() argument
191 if (!ish) { in iris_upload_shader()
Diris_context.h968 const struct iris_uncompiled_shader *ish,
975 struct iris_uncompiled_shader *ish,
Diris_resolve.c189 struct iris_uncompiled_shader *ish = in iris_predraw_resolve_framebuffer() local
191 const nir_shader *nir = ish->nir; in iris_predraw_resolve_framebuffer()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c55 .base.program_string_id = ish->program_id, \
152 struct crocus_uncompiled_shader *ish, in crocus_populate_sampler_prog_key_data() argument
157 uint32_t mask = ish->nir->info.textures_used[0]; in crocus_populate_sampler_prog_key_data()
1181 struct crocus_uncompiled_shader *ish, in crocus_compile_vs() argument
1196 nir_shader *nir = nir_shader_clone(mem_ctx, ish->nir); in crocus_compile_vs()
1258 if (ish->compiled_once) { in crocus_compile_vs()
1261 ish->compiled_once = true; in crocus_compile_vs()
1266 so_decls = screen->vtbl.create_so_decl_list(&ish->stream_output, in crocus_compile_vs()
1276 crocus_disk_cache_store(screen->disk_cache, ish, shader, in crocus_compile_vs()
1293 struct crocus_uncompiled_shader *ish = in crocus_update_compiled_vs() local
[all …]
Dcrocus_disk_cache.c49 const struct crocus_uncompiled_shader *ish, in crocus_disk_cache_compute_key() argument
62 uint8_t data[sizeof(prog_key) + sizeof(ish->nir_sha1)]; in crocus_disk_cache_compute_key()
63 uint32_t data_size = prog_key_size + sizeof(ish->nir_sha1); in crocus_disk_cache_compute_key()
65 memcpy(data, ish->nir_sha1, sizeof(ish->nir_sha1)); in crocus_disk_cache_compute_key()
66 memcpy(data + sizeof(ish->nir_sha1), &prog_key, prog_key_size); in crocus_disk_cache_compute_key()
79 const struct crocus_uncompiled_shader *ish, in crocus_disk_cache_store() argument
89 gl_shader_stage stage = ish->nir->info.stage; in crocus_disk_cache_store()
93 crocus_disk_cache_compute_key(cache, ish, prog_key, prog_key_size, cache_key); in crocus_disk_cache_store()
133 const struct crocus_uncompiled_shader *ish, in crocus_disk_cache_retrieve() argument
140 gl_shader_stage stage = ish->nir->info.stage; in crocus_disk_cache_retrieve()
[all …]
Dcrocus_context.h887 const struct crocus_uncompiled_shader *ish,
894 const struct crocus_uncompiled_shader *ish,
Dcrocus_resolve.c225 struct crocus_uncompiled_shader *ish = in crocus_predraw_resolve_framebuffer() local
227 const nir_shader *nir = ish->nir; in crocus_predraw_resolve_framebuffer()
/third_party/typescript/tests/baselines/reference/
DderivedClassConstructorWithExplicitReturns01.types17 >{ cProp: value, foo() { return "well this looks kinda C-ish."…
26 return "well this looks kinda C-ish.";
27 >"well this looks kinda C-ish." : "well this looks kinda C-ish."
DderivedClassConstructorWithExplicitReturns01.sourcemap.txt106 >>> return "well this looks kinda C-ish.";
114 3 > "well this looks kinda C-ish."
187 > return "well this looks kinda C-ish.";
214 > return "well this looks kinda C-ish.";
DderivedClassConstructorWithExplicitReturns01.symbols22 return "well this looks kinda C-ish.";
DsubclassThisTypeAssignable02.types44 // Must declare a compatible-ish index signature or else
DsubclassThisTypeAssignable02.symbols91 // Must declare a compatible-ish index signature or else
DtypeFromPropertyAssignment9.types145 // global-ish prefixes
DtypeFromPropertyAssignment9_1.types145 // global-ish prefixes
DtypeFromPropertyAssignment9_1.symbols114 // global-ish prefixes
/third_party/musl/src/thread/arm/
Datomics.s36 dmb ish
70 dmb ish
76 dmb ish
/third_party/node/deps/npm/docs/content/commands/
Dnpm-install.md249 …<protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>[#<commit-ish> | #semver:<semver…
255 If `#<commit-ish>` is provided, it will be used to clone exactly that
256 commit. If the commit-ish has the format `#semver:<semver>`, `<semver>`
259 it would for a registry dependency. If neither `#<commit-ish>` or
294 * `npm install <githubname>/<githubrepo>[#<commit-ish>]`:
295 * `npm install github:<githubname>/<githubrepo>[#<commit-ish>]`:
300 If `#<commit-ish>` is provided, it will be used to clone exactly that
301 commit. If the commit-ish has the format `#semver:<semver>`, `<semver>`
304 it would for a registry dependency. If neither `#<commit-ish>` or
318 * `npm install gist:[<githubname>/]<gistID>[#<commit-ish>|#semver:<semver>]`:
[all …]
/third_party/skia/site/docs/user/sample/
Dpdf.md19 PDF-ish way to handle it.
27 - **expand** means to implement something in a non-PDF-ish way. This may mean to
/third_party/node/deps/npm/docs/content/using-npm/
Ddevelopers.md43 git://github.com/user/project.git#commit-ish
44 git+ssh://user@hostname:project.git#commit-ish
45 git+http://user@hostname/project/blah.git#commit-ish
46 git+https://user@hostname/project/blah.git#commit-ish
49 The `commit-ish` can be any tag, sha, or branch which can be supplied as
/third_party/icu/docs/userguide/transforms/
Dbidi.md85 contains a logically contiguous piece of the text. For example, "ish ARA" is a
88 of a paragraph. ("ish" and "CIB" from the sample text above are not logically
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidumpConstants.def110 HANDLE_MDMP_PLATFORM(0x8000, Unix) // Generic Unix-ish
/third_party/python/Doc/tutorial/
Dappendix.rst40 On BSD'ish Unix systems, Python scripts can be made directly executable, like
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-json.md642 <protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>[#<commit-ish> | #semver:<semver>]
648 If `#<commit-ish>` is provided, it will be used to clone exactly that
649 commit. If the commit-ish has the format `#semver:<semver>`, `<semver>` can
652 a registry dependency. If neither `#<commit-ish>` or `#semver:<semver>` is
687 "user/foo-project". Just as with git URLs, a `commit-ish` suffix can be

123