Home
last modified time | relevance | path

Searched refs:radv_compute_pipeline_hash (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_compute.c150 radv_compute_pipeline_hash(const struct radv_device *device, const VkComputePipelineCreateInfo *pCr… in radv_compute_pipeline_hash() function
185 radv_compute_pipeline_hash(device, pCreateInfo, pipeline->base.sha1); in radv_compute_pipeline_compile()
H A Dradv_pipeline_compute.h58 void radv_compute_pipeline_hash(const struct radv_device *device, const VkComputePipelineCreateInfo…
H A Dradv_pipeline_binary.c50 radv_compute_pipeline_hash(device, compute_create_info, key); in radv_get_pipeline_key()