Home
last modified time | relevance | path

Searched refs:instr_type (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.c107 if (instr->instr_type == IR2_FETCH) in shader_resolve()
259 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type) in ir2_instr_create() argument
263 DEBUG_MSG("%d", instr_type); in ir2_instr_create()
266 instr->instr_type = instr_type; in ir2_instr_create()
483 switch (instr->instr_type) { in instr_emit()
Dir-a2xx.h65 } instr_type; member
130 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type);