Searched refs:write_shader (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_disk_cache.c | 59 write_shader(struct blob *blob, const struct agx_compiled_shader *binary, in write_shader() function 79 write_shader(blob, binary->pre_gs, false); in write_shader() 83 write_shader(blob, binary->gs_copy, false); in write_shader() 87 write_shader(blob, binary->gs_count, false); in write_shader() 165 write_shader(&blob, binary, uncompiled->type == PIPE_SHADER_GEOMETRY); in agx_disk_cache_store()
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_device.h | 93 struct hk_api_shader *write_shader; member
|