Searched refs:v3d_key (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_program.c | 42 struct v3d_key *key, size_t key_size); 45 struct v3d_key *key); 372 struct v3d_key *key, in v3d_get_compiled_shader() 409 struct v3d_key *dup_key; in v3d_get_compiled_shader() 443 v3d_setup_shared_key(struct v3d_context *v3d, struct v3d_key *key, in v3d_setup_shared_key() 504 struct v3d_key *key) in v3d_setup_shared_precompile_key() 839 struct v3d_key local_key; in v3d_update_compiled_cs() 840 struct v3d_key *key = &local_key; in v3d_update_compiled_cs() 880 return _mesa_hash_data(key, sizeof(struct v3d_key)); in cs_cache_hash() 904 return memcmp(key1, key2, sizeof(struct v3d_key)) == 0; in cs_cache_compare() [all …]
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_debug.h | 37 v3dv_print_v3d_key(struct v3d_key *key, uint32_t v3d_key_size);
|
D | v3dv_private.h | 1283 struct v3d_key base; 1351 struct v3d_key base; 1809 struct v3d_key *key, 1815 struct v3d_key *key, 1825 const struct v3d_key *key,
|
D | v3dv_pipeline_cache.c | 318 const struct v3d_key *v3d_key = blob_read_bytes(blob, v3d_key_size); in shader_variant_create_from_blob() local 362 v3d_key, v3d_key_size, in shader_variant_create_from_blob()
|
D | v3dv_pipeline.c | 43 v3dv_print_v3d_key(struct v3d_key *key, in v3dv_print_v3d_key() 1009 pipeline_populate_v3d_key(struct v3d_key *key, in pipeline_populate_v3d_key() 1370 struct v3d_key *key, in pipeline_hash_variant() 1433 const struct v3d_key *key, in v3dv_shader_variant_create() 1488 struct v3d_key *key, in v3dv_get_shader_variant() 1600 struct v3d_key *key, in v3d_key_update_return_size() 1624 struct v3d_key *key, in pregenerate_shader_variants() 3099 struct v3d_key *key = &p_stage->key.base; in pipeline_compile_compute()
|
D | v3dv_cmd_buffer.c | 2904 cmd_buffer_populate_v3d_key(struct v3d_key *key, in cmd_buffer_populate_v3d_key() 3050 struct v3d_key local_key; in update_cs_variant() 3053 memcpy(&local_key, &p_stage->key.base, sizeof(struct v3d_key)); in update_cs_variant() 3060 sizeof(struct v3d_key), in update_cs_variant()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_compiler.h | 343 struct v3d_key { struct 362 struct v3d_key base; argument 402 struct v3d_key base; 412 struct v3d_key base; 667 struct v3d_key *key; 848 struct v3d_key *key,
|
D | vir.c | 509 struct v3d_key *key, in vir_compile_init() 1220 struct v3d_key *key, in v3d_compile()
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 239 - v3d/compiler: num_tex_used on v3d_key
|