Searched refs:r600_bytecode_cf (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_conditionaljumptracker.cpp | 43 StackFrame(r600_bytecode_cf *s, JumpType t): in StackFrame() 51 r600_bytecode_cf *start; 52 vector<r600_bytecode_cf *> mid; 54 virtual void fixup_mid(r600_bytecode_cf *cf) = 0; 55 virtual void fixup_pop(r600_bytecode_cf *final) = 0; 61 IfFrame(r600_bytecode_cf *s); 62 void fixup_mid(r600_bytecode_cf *cf) override; 63 void fixup_pop(r600_bytecode_cf *final) override; 67 LoopFrame(r600_bytecode_cf *s); 68 void fixup_mid(r600_bytecode_cf *cf) override; [all …]
|
D | sfn_conditionaljumptracker.h | 53 void push(r600_bytecode_cf *start, JumpType type); 56 bool pop(r600_bytecode_cf *final, JumpType type); 61 bool add_mid(r600_bytecode_cf *source, JumpType type);
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 189 struct r600_bytecode_cf { struct 230 struct r600_bytecode_cf *start; argument 231 struct r600_bytecode_cf **mid; /* used to store the else point */ 262 struct r600_bytecode_cf *cf_last; 291 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf); 338 const struct r600_bytecode_cf *cf);
|
D | r600_asm.c | 51 static struct r600_bytecode_cf *r600_bytecode_cf(void) in r600_bytecode_cf() function 53 struct r600_bytecode_cf *cf = CALLOC_STRUCT(r600_bytecode_cf); in r600_bytecode_cf() 166 struct r600_bytecode_cf *cf = r600_bytecode_cf(); in r600_bytecode_add_cf() 1664 static void r600_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r600_bytecode_cf_vtx_build() 1674 static int r600_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in r600_bytecode_cf_build() 1741 struct r600_bytecode_cf *cf; in r600_bytecode_build() 1857 struct r600_bytecode_cf *cf = NULL, *next_cf; in r600_bytecode_clear() 2086 struct r600_bytecode_cf *cf = NULL; in r600_bytecode_disasm()
|
D | r700_asm.c | 26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r700_bytecode_cf_vtx_build()
|
D | eg_asm.c | 31 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build()
|
D | r600_shader.c | 2566 struct r600_bytecode_cf *cf_jump, *cf_pop, in generate_gs_copy_shader() 3217 struct r600_bytecode_cf *cf_jump, *cf_pop; in r600_emit_tess_factor() 8830 struct r600_bytecode_cf *cf; in tgsi_load_buffer() 8886 struct r600_bytecode_cf *cf; in tgsi_load_rat() 8995 struct r600_bytecode_cf *cf; in tgsi_store_buffer_rat() 9069 struct r600_bytecode_cf *cf; in tgsi_store_rat() 9209 struct r600_bytecode_cf *cf; in tgsi_atomic_op_rat() 10516 sizeof(struct r600_bytecode_cf *) * (sp->num_mid + 1)); in fc_set_mid()
|