Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.h419 lp_build_count_instructions(LLVMValueRef function);
Dlp_bld_type.c406 lp_build_count_instructions(LLVMValueRef function) in lp_build_count_instructions() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1115 variant->nr_instrs += lp_build_count_instructions(function); in generate_fragment()