Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h157 struct r600_bytecode_output { struct
211 struct r600_bytecode_output output;
284 struct r600_bytecode_output pending_outputs[5];
313 const struct r600_bytecode_output *output);
315 const struct r600_bytecode_output *output);
347 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
349 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
Deg_asm.c156 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
Dr600_asm.c188 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()
235 const struct r600_bytecode_output *output) in r600_bytecode_add_pending_output()
2846 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
Dr600_shader.c1617 struct r600_bytecode_output cf; in tgsi_src()
1619 memset(&cf, 0, sizeof(struct r600_bytecode_output)); in tgsi_src()
2464 struct r600_bytecode_output output; in emit_streamout()
2469 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_streamout()
2565 struct r600_bytecode_output output; in generate_gs_copy_shader()
2889 struct r600_bytecode_output output; in emit_gs_ring_writes()
2922 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_gs_ring_writes()
3425 struct r600_bytecode_output output[ARRAY_SIZE(shader->output)]; in r600_shader_from_tgsi()
4076 memset(&output[j], 0, sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi()
4120 memcpy(&output[j], &output[j-1], sizeof(struct r600_bytecode_output)); in r600_shader_from_tgsi()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp89 r600_bytecode_output m_output;
388 r600_bytecode_output output; in emit_vs_pos_export()
415 r600_bytecode_output output; in emit_vs_param_export()
452 r600_bytecode_output output; in emit_fs_pixel_export()
597 struct r600_bytecode_output output; in emit_streamout()
598 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_streamout()
622 struct r600_bytecode_output output; in emit_memringwrite()
623 memset(&output, 0, sizeof(struct r600_bytecode_output)); in emit_memringwrite()
814 struct r600_bytecode_output cf; in emit_wr_scratch()
816 memset(&cf, 0, sizeof(struct r600_bytecode_output)); in emit_wr_scratch()