Searched refs:BTP_ALIGNMENT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_binder.c56 #define BTP_ALIGNMENT 32 macro
59 #define INIT_INSERT_POINT BTP_ALIGNMENT
109 binder->insert_point = align(binder->insert_point + size, BTP_ALIGNMENT);
157 sizes[stage] = align(prog_data->binding_table.size_bytes, BTP_ALIGNMENT);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_binder.c56 #define BTP_ALIGNMENT 32 macro
59 #define INIT_INSERT_POINT BTP_ALIGNMENT
110 binder->insert_point = align(binder->insert_point + size, BTP_ALIGNMENT);
156 sizes[stage] = align(shaders[stage]->bt.size_bytes, BTP_ALIGNMENT);

Completed in 6 milliseconds