Home
last modified time | relevance | path

Searched refs:r600_bytecode_output (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h138 struct r600_bytecode_output { struct
183 struct r600_bytecode_output output;
275 const struct r600_bytecode_output *output);
302 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
304 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
Deg_asm.c127 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
Dr600_shader.c2044 struct r600_bytecode_output output; in emit_streamout()
2049 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_streamout()
2145 struct r600_bytecode_output output; in generate_gs_copy_shader()
2466 struct r600_bytecode_output output; in emit_gs_ring_writes()
2498 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_gs_ring_writes()
2927 struct r600_bytecode_output output[ARRAY_SIZE(shader->output)]; in r600_shader_from_tgsi()
3408 memset(&output[j], 0, sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi()
3452 memcpy(&output[j], &output[j-1], sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi()
3469 memcpy(&output[j], &output[j-1], sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi()
3491 memcpy(&output[j], &output[j-1], sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi()
[all …]
Dr600_asm.c192 const struct r600_bytecode_output *output) in r600_bytecode_add_output()
233 memcpy(&bc->cf_last->output, output, sizeof(struct r600_bytecode_output)); in r600_bytecode_add_output()
2701 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)