Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c447 const uint8_t *dxil_hash, in dzn_pipeline_cache_lookup_dxil_shader()
459 vk_pipeline_cache_lookup_object(cache, dxil_hash, SHA1_DIGEST_LENGTH, in dzn_pipeline_cache_lookup_dxil_shader()
497 const uint8_t *dxil_hash, in dzn_pipeline_cache_add_dxil_shader()
505 dzn_cached_blob_create(cache->base.device, dxil_hash, NULL, size); in dzn_pipeline_cache_add_dxil_shader()
575 uint8_t *dxil_hash = (uint8_t *)cached_blob->data + offset; in dzn_pipeline_cache_lookup_gfx_pipeline() local
582 dzn_pipeline_cache_lookup_dxil_shader(cache, dxil_hash, &stage, slot); in dzn_pipeline_cache_lookup_gfx_pipeline()
639 uint8_t *dxil_hash = (uint8_t *)cached_blob->data + offset; in dzn_pipeline_cache_add_gfx_pipeline() local
641 memcpy(dxil_hash, dxil_hashes[s], SHA1_DIGEST_LENGTH); in dzn_pipeline_cache_add_gfx_pipeline()
678 uint8_t dxil_hash[SHA1_DIGEST_LENGTH]; in dzn_graphics_pipeline_compile_shaders() member
844 _mesa_sha1_final(&dxil_hash_ctx, stages[stage].dxil_hash); in dzn_graphics_pipeline_compile_shaders()
446 dzn_pipeline_cache_lookup_dxil_shader(struct vk_pipeline_cache *cache, const uint8_t *dxil_hash, gl_shader_stage *stage, D3D12_SHADER_BYTECODE *bc) dzn_pipeline_cache_lookup_dxil_shader() argument
496 dzn_pipeline_cache_add_dxil_shader(struct vk_pipeline_cache *cache, const uint8_t *dxil_hash, gl_shader_stage stage, const D3D12_SHADER_BYTECODE *bc) dzn_pipeline_cache_add_dxil_shader() argument
2034 const uint8_t *dxil_hash = cached_blob->data; dzn_pipeline_cache_lookup_compute_pipeline() local
2055 dzn_pipeline_cache_add_compute_pipeline(struct vk_pipeline_cache *cache, uint8_t *pipeline_hash, uint8_t *dxil_hash) dzn_pipeline_cache_add_compute_pipeline() argument
[all...]

Completed in 4 milliseconds