Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c575 uint8_t *dxil_hash = (uint8_t *)cached_blob->data + offset; in dzn_pipeline_cache_lookup_gfx_pipeline() local
639 uint8_t *dxil_hash = (uint8_t *)cached_blob->data + offset; in dzn_pipeline_cache_add_gfx_pipeline() local
678 uint8_t dxil_hash[SHA1_DIGEST_LENGTH]; in dzn_graphics_pipeline_compile_shaders() member
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