Searched refs:radv_create_pipeline_binary_from_shader (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_binary.c | 154 radv_create_pipeline_binary_from_shader(struct radv_device *device, const VkAllocationCallbacks *pA… in radv_create_pipeline_binary_from_shader() function 271 …result = radv_create_pipeline_binary_from_shader(device, pAllocator, pipeline->shaders[i], pipelin… in radv_create_pipeline_binary_from_pipeline() 278 … result = radv_create_pipeline_binary_from_shader(device, pAllocator, pipeline->gs_copy_shader, in radv_create_pipeline_binary_from_pipeline()
|
H A D | radv_pipeline_binary.h | 31 VkResult radv_create_pipeline_binary_from_shader(struct radv_device *device, const VkAllocationCall…
|
H A D | radv_pipeline_cache.c | 713 …radv_create_pipeline_binary_from_shader(device, pAllocator, shader, pipeline_binaries, num_binarie… in radv_pipeline_cache_get_binaries() 720 …result = radv_create_pipeline_binary_from_shader(device, pAllocator, gs_copy_shader, pipeline_bina… in radv_pipeline_cache_get_binaries()
|