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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c1760 int load_bytes = num_elems * elem_size_bytes; local in function:visit_load_buffer
1766 if (load_bytes == 1) {
1773 } else if (load_bytes == 2) {
1781 int num_channels = util_next_power_of_two(load_bytes) / 4;
1791 ret = ac_trim_vector(&ctx->ac, ret, load_bytes);
1820 unsigned load_bytes = instr->dest.ssa.bit_size / 8; local in function:visit_load_ubo_buffer
1824 load_bytes * i, 0);
1826 if (load_bytes == 1) {
1834 assert(load_bytes == 2);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c2060 int load_bytes = num_elems * elem_size_bytes; local in function:visit_load_buffer
2066 if (load_bytes == 1) {
2069 } else if (load_bytes == 2) {
2073 int num_channels = util_next_power_of_two(load_bytes) / 4;
2082 ret = ac_trim_vector(&ctx->ac, ret, load_bytes);

Completed in 15 milliseconds