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 D | r600_llvm.h | 23 unsigned * inst_byte_count,
|
H A D | r600_llvm.c | 316 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 D | r600_shader.c | 1179 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 D | r600_llvm.h | 23 unsigned * inst_byte_count,
|
H A D | r600_llvm.c | 316 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 D | r600_shader.c | 1179 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 D | radeonsi_shader.c | 670 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 D | radeonsi_shader.c | 670 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 231 milliseconds