Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp5203 Temp write_datas[32]; in store_lds() local
5265 split_store_data(ctx, RegType::vgpr, write_count, write_datas, bytes, data); in store_lds()
5272 Temp split_data = write_datas[i]; in store_lds()
5301 Temp second_data = write_datas[second]; in store_lds()
5333 Temp* write_datas, unsigned* offsets) in split_buffer_store() argument
5375 split_store_data(ctx, dst_type, write_count_with_skips, write_datas, bytes, data); in split_buffer_store()
5381 write_datas[*write_count] = write_datas[i]; in split_buffer_store()
6766 Temp write_datas[32]; in visit_store_ssbo() local
6769 write_datas, offsets); in visit_store_ssbo()
6778 aco_opcode op = get_buffer_store_op(write_datas[i].bytes()); in visit_store_ssbo()
[all …]