Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3.h514 struct ir3 * ir3_create(struct ir3_compiler *compiler,
Dir3.c46 struct ir3 * ir3_create(struct ir3_compiler *compiler, in ir3_create() function
Dir3_compiler_nir.c3093 ctx->ir = ir3_create(ctx->compiler, ninputs, noutputs); in emit_instructions()