Home
last modified time | relevance | path

Searched refs:attribs_hash (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c681 uint8_t attribs_hash[SHA1_DIGEST_LENGTH]; in dzn_graphics_pipeline_compile_shaders() local
744 dzn_graphics_pipeline_hash_attribs(attribs, vi_conversions, attribs_hash); in dzn_graphics_pipeline_compile_shaders()
749 _mesa_sha1_update(&pipeline_hash_ctx, attribs_hash, sizeof(attribs_hash)); in dzn_graphics_pipeline_compile_shaders()
782 _mesa_sha1_update(&nir_hash_ctx, attribs_hash, sizeof(attribs_hash)); in dzn_graphics_pipeline_compile_shaders()
831 _mesa_sha1_update(&dxil_hash_ctx, attribs_hash, sizeof(attribs_hash)); in dzn_graphics_pipeline_compile_shaders()

Completed in 4 milliseconds