Home
last modified time | relevance | path

Searched refs:v3d_fs_key (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c211 struct v3d_fs_key key = { in v3d_shader_precompile()
522 struct v3d_fs_key local_key; in v3d_update_compiled_fs()
523 struct v3d_fs_key *key = &local_key; in v3d_update_compiled_fs()
855 return _mesa_hash_data(key, sizeof(struct v3d_fs_key)); in fs_cache_hash()
879 return memcmp(key1, key2, sizeof(struct v3d_fs_key)) == 0; in fs_cache_compare()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
Dvir.c1448 c->fs_key = (struct v3d_fs_key *) c->key; in v3d_attempt_compile()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1127 pipeline_populate_v3d_fs_key(struct v3d_fs_key *key, in pipeline_populate_v3d_fs_key()
1969 struct v3d_fs_key key; in pipeline_compile_fragment_shader()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst364 - broadcom/compiler: remove v3d_fs_key depth_enabled field.