Home
last modified time | relevance | path

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

123

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/v3d/
H A 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()
839 return _mesa_hash_data(key, sizeof(struct v3d_fs_key)); in fs_cache_hash()
863 return memcmp(key1, key2, sizeof(struct v3d_fs_key)) == 0; in fs_cache_compare()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/v3d/
H A 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()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/v3d/
H A 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()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/v3d/
H A 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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/v3d/
H A 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()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/v3d/
H A 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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/v3d/
H A 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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/v3d/
H A 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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/v3d/
H A 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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/v3d/
H A Dv3d_program.c211 struct v3d_fs_key key = { in v3d_shader_precompile()
540 struct v3d_fs_key local_key; in v3d_update_compiled_fs()
541 struct v3d_fs_key *key = &local_key; in v3d_update_compiled_fs()
874 return _mesa_hash_data(key, sizeof(struct v3d_fs_key)); in fs_cache_hash()
898 return memcmp(key1, key2, sizeof(struct v3d_fs_key)) == 0; in fs_cache_compare()
H A Dv3d_disk_cache.c42 [MESA_SHADER_FRAGMENT] = sizeof(struct v3d_fs_key), in v3d_key_size()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/v3d/
H A 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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/broadcom/compiler/
H A Dv3d_compiler.h350 struct v3d_fs_key { struct
626 struct v3d_fs_key *fs_key;
H A Dvir.c1062 c->fs_key = (struct v3d_fs_key *) c->key; in v3d_attempt_compile()
/dports/lang/clover/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
/dports/graphics/libosmesa/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
/dports/graphics/mesa-libs/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
/dports/graphics/mesa-dri/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h396 struct v3d_fs_key { struct
789 struct v3d_fs_key *fs_key;
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/broadcom/compiler/
H A Dv3d_compiler.h412 struct v3d_fs_key { struct
835 struct v3d_fs_key *fs_key;
/dports/lang/clover/mesa-21.3.6/src/broadcom/vulkan/
H A 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()

123