Searched refs:ir3_shader_key (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.h | 276 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 …]
|
D | ir3_shader.c | 316 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/ |
D | ir3_gallium.h | 43 ir3_shader_variant(struct ir3_shader *shader, struct ir3_shader_key key, 56 struct ir3_shader_key *key) assert_dt;
|
D | ir3_gallium.c | 120 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()
|
D | ir3_cache.h | 43 struct ir3_shader_key key; // 7 dwords
|
D | ir3_cache.c | 112 struct ir3_shader_key shader_key = key->key; in ir3_cache_lookup()
|
D | ir3_cmdline.c | 290 struct ir3_shader_key key = {}; in main()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_context.h | 50 struct ir3_shader_key last_key;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_context.h | 58 struct ir3_shader_key last_key;
|
D | fd4_compute.c | 122 struct ir3_shader_key key = { in fd4_launch_grid()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_context.h | 55 struct ir3_shader_key last_key;
|
D | fd5_compute.c | 112 struct ir3_shader_key key = {}; in fd5_launch_grid()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_context.h | 77 struct ir3_shader_key last_key;
|
D | fd6_compute.c | 116 struct ir3_shader_key key = {}; in fd6_launch_grid()
|
D | fd6_program.c | 395 const struct ir3_shader_key *key = &cache_key->key; in setup_stateobj()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.h | 197 struct ir3_shader_key; 551 struct ir3_shader_key *key;
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 2404 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()
|
D | tu_clear_blit.c | 652 struct ir3_shader_key key = {}; in compile_shader()
|
/third_party/mesa3d/docs/drivers/freedreno/ |
D | ir3-notes.rst | 28 ``ir3_shader_key``
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 965 - turnip: Set has_gs in ir3_shader_key
|