Home
last modified time | relevance | path

Searched refs:write_shader (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/asahi/
Dagx_disk_cache.c59 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/
Dhk_device.h93 struct hk_api_shader *write_shader; member