Searched refs:ret_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c2320 int ret_size; local in function:RADEONDRIGetPciAperTableSize
2327 ret_size = num_pages * sizeof(uint64_t);
2329 ret_size = num_pages * sizeof(unsigned int);
2331 return ret_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c787 unsigned ret_size = LLVMCountStructElementTypes(ret_type); local in function:si_build_wrapper_function
789 for (unsigned i = 0; i < ret_size; ++i) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c6636 unsigned ret_size = LLVMCountStructElementTypes(ret_type); local in function:si_build_wrapper_function
6638 for (unsigned i = 0; i < ret_size; ++i) {

Completed in 18 milliseconds