Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dinstr-a2xx.h188 } instr_cf_opc_t; typedef
212 instr_cf_opc_t opc : 4;
221 instr_cf_opc_t opc : 4;
234 instr_cf_opc_t opc : 4;
243 instr_cf_opc_t opc : 4;
253 instr_cf_opc_t opc : 4;
Dir-a2xx.h97 instr_cf_opc_t cf_type;
128 struct ir2_cf * ir2_cf_create(struct ir2_shader *shader, instr_cf_opc_t cf_type);
Dir-a2xx.c192 struct ir2_cf * ir2_cf_create(struct ir2_shader *shader, instr_cf_opc_t cf_type) in ir2_cf_create()