Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c670 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/
Dr600_llvm.h23 unsigned * inst_byte_count,
Dr600_llvm.c316 unsigned * inst_byte_count, in r600_llvm_compile() argument
321 return radeon_llvm_compile(mod, inst_bytes, inst_byte_count, in r600_llvm_compile()
Dr600_shader.c1179 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()