Searched refs:r600_bytecode_output (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 142 struct r600_bytecode_output { struct 195 struct r600_bytecode_output output; 290 const struct r600_bytecode_output *output); 317 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1); 319 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
|
D | eg_asm.c | 154 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
|
D | r600_shader.c | 2146 struct r600_bytecode_output output; in emit_streamout() 2151 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_streamout() 2247 struct r600_bytecode_output output; in generate_gs_copy_shader() 2571 struct r600_bytecode_output output; in emit_gs_ring_writes() 2604 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_gs_ring_writes() 3110 struct r600_bytecode_output output[ARRAY_SIZE(shader->output)]; in r600_shader_from_tgsi() 3678 memset(&output[j], 0, sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi() 3722 memcpy(&output[j], &output[j-1], sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi() 3739 memcpy(&output[j], &output[j-1], sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi() 3761 memcpy(&output[j], &output[j-1], sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi() [all …]
|
D | r600_asm.c | 188 const struct r600_bytecode_output *output) in r600_bytecode_add_output() 229 memcpy(&bc->cf_last->output, output, sizeof(struct r600_bytecode_output)); in r600_bytecode_add_output() 2760 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
|