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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c1751 LLVMTypeRef def_elem_type = num_components > 1 ? LLVMGetElementType(def_type) : def_type; local in function:visit_load_buffer
1793 LLVMTypeRef ret_type = LLVMVectorType(def_elem_type, num_elems);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c2051 LLVMTypeRef def_elem_type = num_components > 1 ? LLVMGetElementType(def_type) : def_type; local in function:visit_load_buffer
2084 LLVMTypeRef ret_type = LLVMVectorType(def_elem_type, num_elems);

Completed in 17 milliseconds