Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard_derivatives.c162 unsigned new = make_compiler_temp_reg(ctx); in midgard_lower_derivatives()
Dcompiler.h461 make_compiler_temp_reg(compiler_context *ctx) in make_compiler_temp_reg() function
Dmidgard_compile.c1954 unsigned coords = needs_temp_coord ? make_compiler_temp_reg(ctx) : 0; in emit_texop_native()