Searched refs:unpack_sint16 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_vs.c | 31 static LLVMValueRef unpack_sint16(struct si_shader_context *ctx, LLVMValueRef i32, unsigned index) function in typeref:typename:LLVMValueRef 62 LLVMValueRef x1 = unpack_sint16(ctx, x1y1, 0); 63 LLVMValueRef y1 = unpack_sint16(ctx, x1y1, 1); 64 LLVMValueRef x2 = unpack_sint16(ctx, x2y2, 0); 65 LLVMValueRef y2 = unpack_sint16(ctx, x2y2, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 448 static LLVMValueRef unpack_sint16(struct si_shader_context *ctx, function in typeref:typename:LLVMValueRef 490 LLVMValueRef x1 = unpack_sint16(ctx, x1y1, 0); 491 LLVMValueRef y1 = unpack_sint16(ctx, x1y1, 1); 492 LLVMValueRef x2 = unpack_sint16(ctx, x2y2, 0); 493 LLVMValueRef y2 = unpack_sint16(ctx, x2y2, 1);
|
Completed in 12 milliseconds