Home
last modified time | relevance | path

Searched refs:v3d_vs_key (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c253 struct v3d_vs_key key = { in v3d_shader_precompile()
715 struct v3d_vs_key local_key; in v3d_update_compiled_vs()
716 struct v3d_vs_key *key = &local_key; in v3d_update_compiled_vs()
867 return _mesa_hash_data(key, sizeof(struct v3d_vs_key)); in vs_cache_hash()
891 return memcmp(key1, key2, sizeof(struct v3d_vs_key)) == 0; in vs_cache_compare()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h454 struct v3d_vs_key { struct
791 struct v3d_vs_key *vs_key;
Dvir.c1442 c->vs_key = (struct v3d_vs_key *) c->key; in v3d_attempt_compile()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1290 pipeline_populate_v3d_vs_key(struct v3d_vs_key *key, in pipeline_populate_v3d_vs_key()
1914 struct v3d_vs_key key; in pipeline_compile_vertex_shader()