Searched refs:r600_bytecode_cf (Results 1 – 7 of 7) sorted by relevance
/third_party/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 | 49 void push(r600_bytecode_cf *start, JumpType type); 52 bool pop(r600_bytecode_cf *final, JumpType type); 57 bool add_mid(r600_bytecode_cf *source, JumpType type);
|
/third_party/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; 292 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf); 342 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() 177 struct r600_bytecode_cf *cf = r600_bytecode_cf(); in r600_bytecode_add_cf() 274 struct r600_bytecode_cf *cf = bc->cf_last; in r600_bytecode_wait_acks() 1751 static void r600_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r600_bytecode_cf_vtx_build() 1761 static int r600_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in r600_bytecode_cf_build() 1828 struct r600_bytecode_cf *cf; in r600_bytecode_build() 1944 struct r600_bytecode_cf *cf = NULL, *next_cf; in r600_bytecode_clear() 2173 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 | 2582 struct r600_bytecode_cf *cf_jump, *cf_pop, in generate_gs_copy_shader() 3233 struct r600_bytecode_cf *cf_jump, *cf_pop; in r600_emit_tess_factor() 8865 struct r600_bytecode_cf *cf; in tgsi_load_buffer() 8920 struct r600_bytecode_cf *cf; in tgsi_load_rat() 9026 struct r600_bytecode_cf *cf; in tgsi_store_buffer_rat() 9108 struct r600_bytecode_cf *cf; in tgsi_store_rat() 9250 struct r600_bytecode_cf *cf; in tgsi_atomic_op_rat() 10558 sizeof(struct r600_bytecode_cf *) * (sp->num_mid + 1)); in fc_set_mid()
|