Searched refs:r600_bytecode_output (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 157 struct r600_bytecode_output { struct 211 struct r600_bytecode_output output; 285 struct r600_bytecode_output pending_outputs[5]; 314 const struct r600_bytecode_output *output); 316 const struct r600_bytecode_output *output); 351 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1); 353 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
|
D | eg_asm.c | 156 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
|
D | r600_shader.c | 1636 struct r600_bytecode_output cf; in tgsi_src() 1638 memset(&cf, 0, sizeof(struct r600_bytecode_output)); in tgsi_src() 2480 struct r600_bytecode_output output; in emit_streamout() 2485 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_streamout() 2581 struct r600_bytecode_output output; in generate_gs_copy_shader() 2905 struct r600_bytecode_output output; in emit_gs_ring_writes() 2938 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_gs_ring_writes() 3441 struct r600_bytecode_output output[ARRAY_SIZE(shader->output)]; in r600_shader_from_tgsi() 4091 memset(&output[j], 0, sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi() 4135 memcpy(&output[j], &output[j-1], sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi() [all …]
|
D | r600_asm.c | 199 const struct r600_bytecode_output *output) in r600_bytecode_add_output() 240 memcpy(&bc->cf_last->output, output, sizeof(struct r600_bytecode_output)); in r600_bytecode_add_output() 246 const struct r600_bytecode_output *output) in r600_bytecode_add_pending_output() 2929 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_assembler.cpp | 492 r600_bytecode_output output; in visit() 542 struct r600_bytecode_output cf; in visit() 544 memset(&cf, 0, sizeof(struct r600_bytecode_output)); in visit() 579 struct r600_bytecode_output output; in visit() 580 memset(&output, 0, sizeof(struct r600_bytecode_output)); in visit() 600 struct r600_bytecode_output output; in visit() 601 memset(&output, 0, sizeof(struct r600_bytecode_output)); in visit()
|