Home
last modified time | relevance | path

Searched refs:ir3_shader_key (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h276 struct ir3_shader_key { struct
374 ir3_shader_key_equal(const struct ir3_shader_key *a, in ir3_shader_key_equal()
375 const struct ir3_shader_key *b) in ir3_shader_key_equal()
379 return memcmp(a, b, sizeof(struct ir3_shader_key)) == 0; in ir3_shader_key_equal()
385 ir3_shader_key_changes_fs(struct ir3_shader_key *key, in ir3_shader_key_changes_fs()
386 struct ir3_shader_key *last_key) in ir3_shader_key_changes_fs()
413 ir3_shader_key_changes_vs(struct ir3_shader_key *key, in ir3_shader_key_changes_vs()
414 struct ir3_shader_key *last_key) in ir3_shader_key_changes_vs()
499 struct ir3_shader_key key;
804 ir3_has_binning_vs(const struct ir3_shader_key *key) in ir3_has_binning_vs()
[all …]
Dir3_shader.c316 alloc_variant(struct ir3_shader *shader, const struct ir3_shader_key *key, in alloc_variant()
397 create_variant(struct ir3_shader *shader, const struct ir3_shader_key *key, in create_variant()
449 const struct ir3_shader_key *key, in ir3_shader_create_variant()
456 shader_variant(struct ir3_shader *shader, const struct ir3_shader_key *key) in shader_variant()
469 const struct ir3_shader_key *key, bool binning_pass, in ir3_shader_get_variant()
513 struct ir3_shader_key *key = &shader->key_mask; in ir3_setup_used_key()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.h43 ir3_shader_variant(struct ir3_shader *shader, struct ir3_shader_key key,
56 struct ir3_shader_key *key) assert_dt;
Dir3_gallium.c120 ir3_shader_variant(struct ir3_shader *shader, struct ir3_shader_key key, in ir3_shader_variant()
187 struct ir3_shader_key key = { in create_initial_variants()
259 static struct ir3_shader_key key; /* static is implicitly zeroed */ in create_initial_compute_variants_async()
331 static struct ir3_shader_key key; /* static is implicitly zeroed */ in ir3_shader_compute_state_create()
471 ir3_fixup_shader_state(struct pipe_context *pctx, struct ir3_shader_key *key) in ir3_fixup_shader_state()
Dir3_cache.h43 struct ir3_shader_key key; // 7 dwords
Dir3_cache.c112 struct ir3_shader_key shader_key = key->key; in ir3_cache_lookup()
Dir3_cmdline.c290 struct ir3_shader_key key = {}; in main()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.h50 struct ir3_shader_key last_key;
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.h58 struct ir3_shader_key last_key;
Dfd4_compute.c122 struct ir3_shader_key key = { in fd4_launch_grid()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h55 struct ir3_shader_key last_key;
Dfd5_compute.c112 struct ir3_shader_key key = {}; in fd5_launch_grid()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.h77 struct ir3_shader_key last_key;
Dfd6_compute.c116 struct ir3_shader_key key = {}; in fd6_launch_grid()
Dfd6_program.c395 const struct ir3_shader_key *key = &cache_key->key; in setup_stateobj()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h197 struct ir3_shader_key;
551 struct ir3_shader_key *key;
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2404 tu_pipeline_shader_key_init(struct ir3_shader_key *key, in tu_pipeline_shader_key_init()
2627 const struct ir3_shader_key *ir3_key, in tu_hash_shaders()
2824 struct ir3_shader_key ir3_key = {}; in tu_pipeline_builder_compile_shaders()
4136 struct ir3_shader_key ir3_key = {}; in tu_compute_pipeline_create()
Dtu_clear_blit.c652 struct ir3_shader_key key = {}; in compile_shader()
/third_party/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst28 ``ir3_shader_key``
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst965 - turnip: Set has_gs in ir3_shader_key