Searched refs:inst_byte_count (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_llvm.h23 unsigned * inst_byte_count,
H A Dr600_llvm.c316 unsigned * inst_byte_count,
321 return radeon_llvm_compile(mod, inst_bytes, inst_byte_count,
313 r600_llvm_compile( LLVMModuleRef mod, unsigned char ** inst_bytes, unsigned * inst_byte_count, enum radeon_family family, unsigned dump) argument
H A Dr600_shader.c1179 unsigned inst_byte_count = 0; local
1260 if (r600_llvm_compile(mod, &inst_bytes, &inst_byte_count,
1416 r600_bytecode_from_byte_stream(&ctx, inst_bytes, inst_byte_count);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.h23 unsigned * inst_byte_count,
H A Dr600_llvm.c316 unsigned * inst_byte_count,
321 return radeon_llvm_compile(mod, inst_bytes, inst_byte_count,
313 r600_llvm_compile( LLVMModuleRef mod, unsigned char ** inst_bytes, unsigned * inst_byte_count, enum radeon_family family, unsigned dump) argument
H A Dr600_shader.c1179 unsigned inst_byte_count = 0; local
1260 if (r600_llvm_compile(mod, &inst_bytes, &inst_byte_count,
1416 r600_bytecode_from_byte_stream(&ctx, inst_bytes, inst_byte_count);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c670 unsigned inst_byte_count; local
715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump);
718 for (i = 0; i < inst_byte_count; i+=4 ) {
735 inst_byte_count - 12);
742 for (i = 0; i < (inst_byte_count-12)/4; ++i) {
746 memcpy(ptr, inst_bytes + 12, inst_byte_count - 12);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c670 unsigned inst_byte_count; local
715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump);
718 for (i = 0; i < inst_byte_count; i+=4 ) {
735 inst_byte_count - 12);
742 for (i = 0; i < (inst_byte_count-12)/4; ++i) {
746 memcpy(ptr, inst_bytes + 12, inst_byte_count - 12);

Completed in 980 milliseconds