Searched refs:mainb (Results 1 – 1 of 1) sorted by relevance
5271 const struct ac_shader_binary *mainb = &shader->binary; in si_shader_binary_upload() local5273 (!epilog ? mainb->rodata_size : 0); in si_shader_binary_upload()5280 !mainb->rodata_size); in si_shader_binary_upload()5314 memcpy(ptr, mainb->code, mainb->code_size); in si_shader_binary_upload()5315 ptr += mainb->code_size; in si_shader_binary_upload()5319 else if (mainb->rodata_size > 0) in si_shader_binary_upload()5320 memcpy(ptr, mainb->rodata, mainb->rodata_size); in si_shader_binary_upload()