Searched refs:inst_byte_count (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_shader.c | 670 unsigned inst_byte_count; in si_pipe_shader_create() local 715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump); in si_pipe_shader_create() 718 for (i = 0; i < inst_byte_count; i+=4 ) { in si_pipe_shader_create() 735 inst_byte_count - 12); in si_pipe_shader_create() 742 for (i = 0; i < (inst_byte_count-12)/4; ++i) { in si_pipe_shader_create() 746 memcpy(ptr, inst_bytes + 12, inst_byte_count - 12); in si_pipe_shader_create()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_llvm.h | 23 unsigned * inst_byte_count,
|
D | r600_llvm.c | 316 unsigned * inst_byte_count, in r600_llvm_compile() argument 321 return radeon_llvm_compile(mod, inst_bytes, inst_byte_count, in r600_llvm_compile()
|
D | r600_shader.c | 1179 unsigned inst_byte_count = 0; in r600_shader_from_tgsi() local 1260 if (r600_llvm_compile(mod, &inst_bytes, &inst_byte_count, in r600_shader_from_tgsi() 1416 r600_bytecode_from_byte_stream(&ctx, inst_bytes, inst_byte_count); in r600_shader_from_tgsi()
|