Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_shader.h374 struct ir3_shader_key { struct
470 ir3_shader_key_equal(const struct ir3_shader_key *a, in ir3_shader_key_equal()
471 const struct ir3_shader_key *b) in ir3_shader_key_equal()
475 return memcmp(a, b, sizeof(struct ir3_shader_key)) == 0; in ir3_shader_key_equal()
481 ir3_shader_key_changes_fs(struct ir3_shader_key *key, in ir3_shader_key_changes_fs()
482 struct ir3_shader_key *last_key) in ir3_shader_key_changes_fs()
506 ir3_shader_key_changes_vs(struct ir3_shader_key *key, in ir3_shader_key_changes_vs()
507 struct ir3_shader_key *last_key) in ir3_shader_key_changes_vs()
624 struct ir3_shader_key key;
955 ir3_has_binning_vs(const struct ir3_shader_key *key) in ir3_has_binning_vs()
[all …]
Dir3_shader.c279 alloc_variant(struct ir3_shader *shader, const struct ir3_shader_key *key, in alloc_variant()
365 create_variant(struct ir3_shader *shader, const struct ir3_shader_key *key, in create_variant()
425 const struct ir3_shader_key *key, in ir3_shader_create_variant()
432 shader_variant(struct ir3_shader *shader, const struct ir3_shader_key *key) in shader_variant()
445 const struct ir3_shader_key *key, bool binning_pass, in ir3_shader_get_variant()
540 struct ir3_shader_key *key = &shader->key_mask; in ir3_setup_used_key()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.h27 ir3_shader_variant(struct ir3_shader *shader, struct ir3_shader_key key,
40 struct ir3_shader_key *key) assert_dt;
Dir3_gallium.c104 ir3_shader_variant(struct ir3_shader *shader, struct ir3_shader_key key, in ir3_shader_variant()
177 struct ir3_shader_key key = { in create_initial_variants()
251 static struct ir3_shader_key key; /* static is implicitly zeroed */ in create_initial_compute_variants_async()
328 static struct ir3_shader_key key; /* static is implicitly zeroed */ in ir3_shader_compute_state_create()
473 ir3_fixup_shader_state(struct pipe_context *pctx, struct ir3_shader_key *key) in ir3_fixup_shader_state()
Dir3_cache.h27 struct ir3_shader_key key; // 7 dwords
Dir3_cache.c103 struct ir3_shader_key shader_key = key->key; in ir3_cache_lookup()
Dir3_cmdline.c275 struct ir3_shader_key key = {}; in main()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.h32 struct ir3_shader_key last_key;
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.h40 struct ir3_shader_key last_key;
Dfd4_compute.c105 struct ir3_shader_key key = { in fd4_launch_grid()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h37 struct ir3_shader_key last_key;
Dfd5_compute.c93 struct ir3_shader_key key = {}; in fd5_launch_grid()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.h99 struct ir3_shader_key last_key;
Dfd6_compute.cc166 struct ir3_shader_key key = {}; in fd6_launch_grid()
321 static struct ir3_shader_key key; /* static is implicitly zeroed */ in fd6_get_compute_state_info()
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.h163 const struct ir3_shader_key *ir3_key,
Dtu_shader.cc2439 const struct ir3_shader_key *ir3_key, in tu_shader_create()
2603 struct ir3_shader_key safe_constlen_key = *ir3_key; in tu_shader_create()
2771 struct ir3_shader_key ir3_key = {}; in tu_compile_shaders()
3003 struct ir3_shader_key key = {}; in tu_empty_fs_create()
Dtu_pipeline.cc4485 struct ir3_shader_key ir3_key = {}; in tu_compute_pipeline_create()
Dtu_clear_blit.cc817 struct ir3_shader_key key = {}; in compile_shader()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h256 struct ir3_shader_key;
658 struct ir3_shader_key *key;
/external/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst28 ``ir3_shader_key``
/external/mesa3d/docs/relnotes/
D20.1.0.rst965 - turnip: Set has_gs in ir3_shader_key