Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.c96 if ((cf->cf_type == EXEC) || (cf->cf_type == EXEC_END)) { in shader_resolve()
171 if ((cf->cf_type == EXEC) || (cf->cf_type == EXEC_END)) { in ir2_shader_assemble()
192 struct ir2_cf * ir2_cf_create(struct ir2_shader *shader, instr_cf_opc_t cf_type) in ir2_cf_create() argument
195 DEBUG_MSG("%d", cf_type); in ir2_cf_create()
197 cf->cf_type = cf_type; in ir2_cf_create()
212 instr->opc = cf->cf_type; in cf_emit()
214 switch (cf->cf_type) { in cf_emit()
Dir-a2xx.h97 instr_cf_opc_t cf_type; member
128 struct ir2_cf * ir2_cf_create(struct ir2_shader *shader, instr_cf_opc_t cf_type);
Dfd2_compiler.c1144 ctx->cf->cf_type = EXEC_END; in compile_instructions()