Searched refs:unpack_llvm_param (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c366 static LLVMValueRef unpack_llvm_param(struct si_shader_context *ctx, LLVMValueRef value, function in typeref:typename:LLVMValueRef
388 return unpack_llvm_param(ctx, value, rshift, bitwidth);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c244 static LLVMValueRef unpack_llvm_param(struct si_shader_context *ctx, function in typeref:typename:LLVMValueRef
270 return unpack_llvm_param(ctx, value, rshift, bitwidth);
277 return unpack_llvm_param(ctx, ctx->abi.tcs_rel_ids, 0, 8);
2111 value = unpack_llvm_param(ctx, ctx->abi.tcs_rel_ids, 8, 5);
3031 invocation_id = unpack_llvm_param(ctx, ctx->abi.tcs_rel_ids, 8, 5);
3280 invocation_id = unpack_llvm_param(ctx, ctx->abi.tcs_rel_ids, 8, 5);

Completed in 13 milliseconds